mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Updated backlight menu options
This commit is contained in:
@ -249,14 +249,15 @@ const char gSubMenu_F_LOCK[6][4] =
|
||||
"438"
|
||||
};
|
||||
|
||||
const char gSubMenu_BACKLIGHT[7][7] =
|
||||
const char gSubMenu_BACKLIGHT[8][7] =
|
||||
{
|
||||
"OFF",
|
||||
"5 sec",
|
||||
"10 sec",
|
||||
"20 sec",
|
||||
"40 sec",
|
||||
"80 sec",
|
||||
"1 min",
|
||||
"2 min",
|
||||
"4 min",
|
||||
"ON"
|
||||
};
|
||||
|
||||
|
@ -138,7 +138,7 @@ extern const char gSubMenu_PONMSG[4][5];
|
||||
extern const char gSubMenu_ROGER[3][6];
|
||||
extern const char gSubMenu_RESET[2][4];
|
||||
extern const char gSubMenu_F_LOCK[6][4];
|
||||
extern const char gSubMenu_BACKLIGHT[7][7];
|
||||
extern const char gSubMenu_BACKLIGHT[8][7];
|
||||
#ifdef ENABLE_COMPANDER
|
||||
extern const char gSubMenu_Compand[4][6];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user