From 5ce6099a1a688d0d4c2dc97c0c98e742e4eba720 Mon Sep 17 00:00:00 2001 From: Dual Tachyon Date: Sat, 28 Oct 2023 23:52:34 +0100 Subject: [PATCH] Fixed incorrect squelch on DTMF decoding. --- app/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.c b/app/app.c index e8d86f5..b5522c1 100644 --- a/app/app.c +++ b/app/app.c @@ -138,8 +138,8 @@ static void APP_HandleIncoming(void) gDualWatchCountdown = 500; gScheduleDualWatch = false; gRxReceptionMode = RX_MODE_LISTENING; - return; } + return; } } }