READ MANUAL prompt for unlocking TX

This commit is contained in:
Krzysiek Egzmont
2023-11-09 10:33:28 +01:00
parent d7b6cdf444
commit a43a3f949f
3 changed files with 11 additions and 5 deletions

View File

@@ -23,6 +23,8 @@
void writeXtalFreqCal(const int32_t value, const bool update_eeprom);
#endif
extern uint8_t gUnlockAllTxConfCnt;
int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax);
void MENU_AcceptSetting(void);
void MENU_ShowCurrentSetting(void);