mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Fix DTMF call bug
This commit is contained in:
@ -21,13 +21,13 @@
|
||||
|
||||
enum function_type_e
|
||||
{
|
||||
FUNCTION_FOREGROUND = 0, // idle (not in power save)
|
||||
FUNCTION_FOREGROUND = 0, // idle, scanning
|
||||
FUNCTION_TRANSMIT, // transmitting
|
||||
FUNCTION_MONITOR, // receiving with squelch forced open
|
||||
FUNCTION_INCOMING, // receiving a signal (squelch is open)
|
||||
FUNCTION_INCOMING, // signal just received
|
||||
FUNCTION_RECEIVE, // RX mode, squelch closed
|
||||
FUNCTION_POWER_SAVE, // sleeping
|
||||
FUNCTION_BAND_SCOPE // bandscope mode (panadpter/spectrum) .. not yet implemented
|
||||
FUNCTION_PANADAPTER // bandscope mode (panadpter/spectrum) .. not yet implemented
|
||||
};
|
||||
typedef enum function_type_e function_type_t;
|
||||
|
||||
|
Reference in New Issue
Block a user