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

M fix revert - for now

This commit is contained in:
OneOfEleven
2023-09-23 17:23:21 +01:00
parent 6fbcbef960
commit 9626dbb40e
12 changed files with 300 additions and 166 deletions

View File

@ -96,6 +96,9 @@ enum
#ifdef ENABLE_AM_FIX
MENU_AM_FIX,
#endif
#ifdef ENABLE_AM_FIX_TEST1
MENU_AM_FIX_TEST1,
#endif
#ifdef ENABLE_NOAA
MENU_NOAA_S,
#endif
@ -140,6 +143,9 @@ extern const char gSubMenu_BACKLIGHT[7][7];
#ifdef ENABLE_COMPANDER
extern const char gSubMenu_Compand[4][6];
#endif
#ifdef ENABLE_AM_FIX_TEST1
extern const char gSubMenu_AM_fix_test1[4][8];
#endif
extern const char gSubMenu_BAT_TXT[3][8];
extern bool gIsInSubMenu;