0
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:
OneOfEleven
2023-09-11 12:09:05 +01:00
parent 0eac645cec
commit f975796191
7 changed files with 8 additions and 4 deletions

6
misc.h
View File

@ -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;