mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 06:41:25 +03:00
.
This commit is contained in:
parent
4dae8e8950
commit
1baea49296
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -508,7 +508,7 @@ void big_freq(const uint32_t frequency, const unsigned int x, const unsigned int
|
|||||||
char str[22];
|
char str[22];
|
||||||
|
|
||||||
|
|
||||||
|
// TODO: single VFO mode
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
11
ui/menu.c
11
ui/menu.c
@ -826,19 +826,14 @@ void UI_DisplayMenu(void)
|
|||||||
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MENU_DTMF_DCD:
|
|
||||||
channel_setting = true;
|
|
||||||
|
|
||||||
// Fallthrough
|
|
||||||
|
|
||||||
#ifdef ENABLE_DTMF_LIVE_DECODER
|
#ifdef ENABLE_DTMF_LIVE_DECODER
|
||||||
case MENU_DTMF_LIVE_DEC:
|
case MENU_DTMF_LIVE_DEC:
|
||||||
|
#endif
|
||||||
|
case MENU_DTMF_DCD:
|
||||||
strcpy(str, "DTMF\nDECODE\n");
|
strcpy(str, "DTMF\nDECODE\n");
|
||||||
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||||
|
channel_setting = true;
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Fallthrough
|
|
||||||
|
|
||||||
case MENU_STE:
|
case MENU_STE:
|
||||||
strcpy(str, "SUB TAIL\nELIMIN\n");
|
strcpy(str, "SUB TAIL\nELIMIN\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user