mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 02:08:48 +00:00
Fixed menu list error
This commit is contained in:
parent
835378c78c
commit
417fe617df
@ -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.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -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] =
|
||||
|
Loading…
Reference in New Issue
Block a user