mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21: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];
|
||||
|
||||
|
||||
|
||||
// TODO: single VFO mode
|
||||
|
||||
|
||||
}
|
||||
|
15
ui/menu.c
15
ui/menu.c
@ -826,19 +826,14 @@ void UI_DisplayMenu(void)
|
||||
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||
break;
|
||||
|
||||
case MENU_DTMF_DCD:
|
||||
channel_setting = true;
|
||||
|
||||
// Fallthrough
|
||||
|
||||
#ifdef ENABLE_DTMF_LIVE_DECODER
|
||||
case MENU_DTMF_LIVE_DEC:
|
||||
strcpy(str, "DTMF\nDECODE\n");
|
||||
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||
break;
|
||||
#endif
|
||||
|
||||
// Fallthrough
|
||||
case MENU_DTMF_DCD:
|
||||
strcpy(str, "DTMF\nDECODE\n");
|
||||
strcat(str, g_sub_menu_off_on[g_sub_menu_selection]);
|
||||
channel_setting = true;
|
||||
break;
|
||||
|
||||
case MENU_STE:
|
||||
strcpy(str, "SUB TAIL\nELIMIN\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user