0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

Fixed backlight = off exit problem

This commit is contained in:
OneOfEleven
2023-09-20 08:40:35 +01:00
parent af9b0d6cb7
commit 2e0571b600
6 changed files with 15 additions and 25 deletions

View File

@ -121,6 +121,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_BACK_LIGHT[6][7];
#ifdef ENABLE_COMPANDER
extern const char gSubMenu_Compand[4][6];
#endif