mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
renamed deviation calibration hidden menu to DEVCAL
This commit is contained in:
parent
7c168e237f
commit
47a8aeaf5d
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ ENABLE_WIDE_RX := 1
|
|||||||
ENABLE_TX_WHEN_AM := 0
|
ENABLE_TX_WHEN_AM := 0
|
||||||
# Frequency calibration 188 B
|
# Frequency calibration 188 B
|
||||||
ENABLE_F_CAL_MENU := 0
|
ENABLE_F_CAL_MENU := 0
|
||||||
ENABLE_FM_DEV_CAL_MENU := 0
|
ENABLE_FM_DEV_CAL_MENU := 1
|
||||||
ENABLE_TX_UNLOCK_MENU := 0
|
ENABLE_TX_UNLOCK_MENU := 0
|
||||||
#ENABLE_TX_POWER_CAL_MENU := 0
|
#ENABLE_TX_POWER_CAL_MENU := 0
|
||||||
ENABLE_TX_POWER_FIX := 1
|
ENABLE_TX_POWER_FIX := 1
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -162,7 +162,7 @@ const t_menu_item g_menu_list[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_FM_DEV_CAL_MENU
|
#ifdef ENABLE_FM_DEV_CAL_MENU
|
||||||
{"FN CAL", VOICE_ID_INVALID, MENU_TX_FM_DEV_CAL, }, // FM deviation calibration
|
{"DEVCAL", VOICE_ID_INVALID, MENU_TX_FM_DEV_CAL, }, // FM deviation calibration
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_F_CAL_MENU
|
#ifdef ENABLE_F_CAL_MENU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user