Skip to content

Commit

Permalink
Update app.c fix DTMF not reply
Browse files Browse the repository at this point in the history
If set DTMF reply only, sometimes the DTMF call will not reply.
  • Loading branch information
Yurisu authored and egzumer committed Jan 8, 2024
1 parent ed5ae78 commit 01ccaaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ccaaf

Please sign in to comment.