Update app.c fix DTMF not reply

If set DTMF reply only, sometimes the DTMF call will not reply.
This commit is contained in:
Yuri_su
2024-01-07 23:01:42 +08:00
committed by egzumer
parent ed5ae7842b
commit 01ccaaf212

View File

@@ -635,6 +635,7 @@ static void CheckRadioInterrupts(void)
gDTMF_RX_timeout = DTMF_RX_timeout_500ms; // time till we delete it gDTMF_RX_timeout = DTMF_RX_timeout_500ms; // time till we delete it
gDTMF_RX_pending = true; gDTMF_RX_pending = true;
SYSTEM_DelayMs(3);//fix DTMF not reply@Yurisu
DTMF_HandleRequest(); DTMF_HandleRequest();
} }
#endif #endif