mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
.
This commit is contained in:
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
13
ui/menu.c
13
ui/menu.c
@ -761,16 +761,29 @@ void UI_DisplayMenu(void)
|
|||||||
|
|
||||||
#ifdef ENABLE_TX_AUDIO_BAR
|
#ifdef ENABLE_TX_AUDIO_BAR
|
||||||
case MENU_TX_BAR:
|
case MENU_TX_BAR:
|
||||||
|
strcpy(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_RX_SIGNAL_BAR
|
#ifdef ENABLE_RX_SIGNAL_BAR
|
||||||
case MENU_RX_BAR:
|
case MENU_RX_BAR:
|
||||||
|
strcpy(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_AM_FIX
|
#ifdef ENABLE_AM_FIX
|
||||||
// case MENU_AM_FIX:
|
// case MENU_AM_FIX:
|
||||||
|
strcpy(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_SCAN_RANGES
|
#ifdef ENABLE_SCAN_RANGES
|
||||||
case MENU_SCAN_RANGES:
|
case MENU_SCAN_RANGES:
|
||||||
|
strcpy(str, "SCAN\nRANGES\n");
|
||||||
|
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
case MENU_S_ADD1:
|
case MENU_S_ADD1:
|
||||||
case MENU_S_ADD2:
|
case MENU_S_ADD2:
|
||||||
strcpy(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
strcpy(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
|
Reference in New Issue
Block a user