Update app.c fix DTMF not reply
If set DTMF reply only, sometimes the DTMF call will not reply.
This commit is contained in:
@@ -634,7 +634,8 @@ static void CheckRadioInterrupts(void)
|
|||||||
gDTMF_RX[gDTMF_RX_index] = 0;
|
gDTMF_RX[gDTMF_RX_index] = 0;
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user