mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
First test
This commit is contained in:
14
functions.h
14
functions.h
@ -21,13 +21,13 @@
|
||||
|
||||
enum FUNCTION_Type_t
|
||||
{
|
||||
FUNCTION_FOREGROUND = 0,
|
||||
FUNCTION_TRANSMIT,
|
||||
FUNCTION_MONITOR,
|
||||
FUNCTION_INCOMING,
|
||||
FUNCTION_RECEIVE,
|
||||
FUNCTION_POWER_SAVE,
|
||||
FUNCTION_BAND_SCOPE
|
||||
FUNCTION_FOREGROUND = 0, // ???
|
||||
FUNCTION_TRANSMIT, // transmitting
|
||||
FUNCTION_MONITOR, // receiving with squelch forced open
|
||||
FUNCTION_INCOMING, // receiving a signal (squelch is open)
|
||||
FUNCTION_RECEIVE, // RX mode, squelch closed
|
||||
FUNCTION_POWER_SAVE, // sleeping
|
||||
FUNCTION_BAND_SCOPE // bandscope mode (panadpter/spectrum) .. not yet implemented
|
||||
};
|
||||
|
||||
typedef enum FUNCTION_Type_t FUNCTION_Type_t;
|
||||
|
Reference in New Issue
Block a user