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

@ -30,7 +30,7 @@ ENABLE_BOOT_BEEPS := 0 give user audio feedback on volume knob
ENABLE_COMPANDER := 1 compander option (per channel)
ENABLE_SHOW_CHARGE_LEVEL := 1 show the charge level when the radio is on charge
ENABLE_REVERSE_BAT_SYMBOL := 1 mirror the battery symbol on the status bar (+ pole on the right)
ENABLE_AUDIO_BAR := 0 experimentle, display an audo bar level when TX'ing
ENABLE_AUDIO_BAR := 0 experimental, display an audo bar level when TX'ing
#ENABLE_SINGLE_VFO_CHAN := 1 not yet implemented - single VFO on display when possible
#ENABLE_BAND_SCOPE := 1 not yet implemented - spectrum/pan-adapter
```

BIN
firmware

Binary file not shown.

Binary file not shown.

Binary file not shown.

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] =