mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 14:51:26 +03: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_COMPANDER := 1 compander option (per channel)
|
||||||
ENABLE_SHOW_CHARGE_LEVEL := 1 show the charge level when the radio is on charge
|
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_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_SINGLE_VFO_CHAN := 1 not yet implemented - single VFO on display when possible
|
||||||
#ENABLE_BAND_SCOPE := 1 not yet implemented - spectrum/pan-adapter
|
#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",
|
"STE",
|
||||||
"RP-STE",
|
"RP-STE",
|
||||||
"MIC",
|
"MIC",
|
||||||
"MICBAR",
|
#ifdef ENABLE_AUDIO_BAR
|
||||||
|
"MICBAR",
|
||||||
|
#endif
|
||||||
#ifdef ENABLE_COMPANDER
|
#ifdef ENABLE_COMPANDER
|
||||||
"COMPND",
|
"COMPND",
|
||||||
#endif
|
#endif
|
||||||
@ -119,7 +121,7 @@ const char *MenuList[] =
|
|||||||
"TX-EN", // enable TX
|
"TX-EN", // enable TX
|
||||||
"F-CALI", // reference xtal calibration
|
"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] =
|
const char gSubMenu_TXP[3][5] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user