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

@ -185,6 +185,9 @@ void FUNCTION_Select(FUNCTION_Type_t Function)
break;
}
#endif
// if the DTMF decoder is enabled, it destroys the TX audio !! .. 1of11
BK4819_DisableDTMF();
if (gCurrentVfo->SCRAMBLING_TYPE > 0 && gSetting_ScrambleEnable)
BK4819_EnableScramble(gCurrentVfo->SCRAMBLING_TYPE - 1);