Fix bug with RX Timer and Monitor Action

This commit is contained in:
Armel FAUVEAU
2024-06-16 15:49:59 +02:00
parent bb76890ecc
commit 19536088da
3 changed files with 9 additions and 3 deletions

View File

@@ -439,6 +439,10 @@ void APP_StartListening(FUNCTION_Type_t function)
{
const unsigned int vfo = gEeprom.RX_VFO;
#ifdef ENABLE_FEAT_F4HWN
gRxTimerCountdown_500ms = 7200;
#endif
#ifdef ENABLE_DTMF_CALLING
if (gSetting_KILLED)
return;