mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
Menu timeout to 30 seconds
This commit is contained in:
6
misc.h
6
misc.h
@ -77,9 +77,13 @@ typedef enum CssScanMode_t CssScanMode_t;
|
||||
|
||||
extern const uint8_t g_scan_delay;
|
||||
|
||||
extern const uint8_t g_menu_timeout;
|
||||
|
||||
extern const uint16_t gMax_bat_v;
|
||||
extern const uint16_t gMin_bat_v;
|
||||
|
||||
extern const uint8_t gMicGain_dB2[5];
|
||||
|
||||
extern const uint32_t *gUpperLimitFrequencyBandTable;
|
||||
extern const uint32_t *gLowerLimitFrequencyBandTable;
|
||||
|
||||
@ -92,8 +96,6 @@ extern uint8_t gSetting_F_LOCK;
|
||||
extern bool gSetting_ScrambleEnable;
|
||||
extern uint8_t gSetting_F_LOCK;
|
||||
|
||||
extern const uint8_t gMicGain_dB2[5];
|
||||
|
||||
extern const uint32_t gDefaultAesKey[4];
|
||||
extern uint32_t gCustomAesKey[4];
|
||||
extern bool bHasCustomAesKey;
|
||||
|
Reference in New Issue
Block a user