Fixed incorrect squelch on DTMF decoding.

This commit is contained in:
Dual Tachyon 2023-10-28 23:52:34 +01:00
parent 6dd7492782
commit 5ce6099a1a

View File

@ -138,8 +138,8 @@ static void APP_HandleIncoming(void)
gDualWatchCountdown = 500; gDualWatchCountdown = 500;
gScheduleDualWatch = false; gScheduleDualWatch = false;
gRxReceptionMode = RX_MODE_LISTENING; gRxReceptionMode = RX_MODE_LISTENING;
return;
} }
return;
} }
} }
} }