0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Fixed menu list error

This commit is contained in:
OneOfEleven
2023-09-21 07:43:54 +01:00
parent 835378c78c
commit 417fe617df
5 changed files with 5 additions and 3 deletions

View File

@ -74,7 +74,9 @@ const char *MenuList[] =
"STE",
"RP-STE",
"MIC",
"MICBAR",
#ifdef ENABLE_AUDIO_BAR
"MICBAR",
#endif
#ifdef ENABLE_COMPANDER
"COMPND",
#endif
@ -119,7 +121,7 @@ const char *MenuList[] =
"TX-EN", // enable TX
"F-CALI", // reference xtal calibration
NULL // end of list - DO NOT DELETE THIS
NULL // end of list - DO NOT delete this
};
const char gSubMenu_TXP[3][5] =