0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 06:11:24 +03:00
This commit is contained in:
OneOfEleven 2023-11-26 05:27:57 +00:00
parent 4dae8e8950
commit 1baea49296
4 changed files with 6 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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
}

View File

@ -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");