Optimize KEY_LOCK_PTT

This commit is contained in:
Armel FAUVEAU
2024-02-27 04:21:18 +01:00
parent e88fae981f
commit ecfd3eeaec
3 changed files with 8 additions and 1 deletions

View File

@@ -165,6 +165,9 @@ typedef struct {
uint8_t SQUELCH_LEVEL;
uint8_t TX_TIMEOUT_TIMER;
bool KEY_LOCK;
#ifdef ENABLE_FEAT_F4HWN
bool KEY_LOCK_PTT;
#endif
bool VOX_SWITCH;
uint8_t VOX_LEVEL;
#ifdef ENABLE_VOICE