mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Keylock can be disabled to save 400 bytes.
This commit is contained in:
@ -476,7 +476,9 @@ typedef struct {
|
||||
|
||||
uint8_t squelch_level;
|
||||
uint8_t tx_timeout_timer;
|
||||
bool key_lock;
|
||||
#ifdef ENABLE_KEYLOCK
|
||||
bool key_lock;
|
||||
#endif
|
||||
bool vox_switch;
|
||||
uint8_t vox_level;
|
||||
#ifdef ENABLE_VOICE
|
||||
|
Reference in New Issue
Block a user