0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Fixed TX audio bandwidth bug

This commit is contained in:
OneOfEleven
2023-09-25 21:24:50 +01:00
parent 00301e564c
commit b9ab2148fd
5 changed files with 12 additions and 0 deletions

View File

@ -589,6 +589,10 @@ void MENU_AcceptSetting(void)
gDTMF_RecvTimeoutSaved = 0;
gDTMF_ReceivedSaved[0] = '\0';
gSetting_live_DTMF_decoder = gSubMenuSelection;
if (!gSetting_live_DTMF_decoder)
BK4819_DisableDTMF();
gFlagReconfigureVfos = true;
gUpdateStatus = true;
break;
case MENU_D_LIST: