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:
5
radio.c
5
radio.c
@ -762,10 +762,15 @@ void RADIO_SetupRegisters(bool bSwitchToFunction0)
|
||||
InterruptMask |= BK4819_REG_3F_DTMF_5TONE_FOUND;
|
||||
}
|
||||
#else
|
||||
if (gCurrentFunction != FUNCTION_TRANSMIT && gSetting_live_DTMF_decoder)
|
||||
{
|
||||
BK4819_EnableDTMF();
|
||||
InterruptMask |= BK4819_REG_3F_DTMF_5TONE_FOUND;
|
||||
}
|
||||
else
|
||||
{
|
||||
BK4819_DisableDTMF();
|
||||
}
|
||||
#endif
|
||||
|
||||
// enable/disable BK4819 selected interrupts
|
||||
|
Reference in New Issue
Block a user