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

@ -634,7 +634,8 @@ static void CheckRadioInterrupts(void)
gDTMF_RX[gDTMF_RX_index] = 0;
gDTMF_RX_timeout = DTMF_RX_timeout_500ms; // time till we delete it
gDTMF_RX_pending = true;
SYSTEM_DelayMs(3);//fix DTMF not reply@Yurisu
DTMF_HandleRequest();
}
#endif