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

some fixes

This commit is contained in:
OneOfEleven
2023-10-26 23:14:46 +01:00
parent cfe64c66b3
commit 78da1d5610
11 changed files with 192 additions and 94 deletions

View File

@ -192,6 +192,10 @@ void FUNCTION_Select(function_type_t Function)
g_dual_watch_delay_10ms = g_eeprom.scan_hold_time_500ms * 50;
}
#ifdef ENABLE_MDC1200
BK4819_enable_mdc1200_rx(false);
#endif
// if DTMF is enabled when TX'ing, it changes the TX audio filtering ! .. 1of11
// so MAKE SURE that DTMF is disabled - until needed
BK4819_DisableDTMF();