From 8467daf2be5b05d79a4f8c40ac4913b9e2805182 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Mon, 13 May 2024 22:42:37 +0200 Subject: [PATCH] Fix issue #23 --- app/app.c | 3 +++ ui/main.c | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/app.c b/app/app.c index 07ea968..978568c 100644 --- a/app/app.c +++ b/app/app.c @@ -710,6 +710,9 @@ static void CheckRadioInterrupts(void) if (interrupts.sqlLost) { g_SquelchLost = true; BK4819_ToggleGpioOut(BK4819_GPIO6_PIN2_GREEN, true); + #ifdef ENABLE_FEAT_F4HWN + gRxTimerCountdown_500ms = 7200; + #endif } if (interrupts.sqlFound) { diff --git a/ui/main.c b/ui/main.c index c5b84f9..1d4dd02 100644 --- a/ui/main.c +++ b/ui/main.c @@ -799,8 +799,6 @@ void UI_DisplayMain(void) #ifdef ENABLE_FEAT_F4HWN else { - gRxTimerCountdown_500ms = 7200; - if(RxOnVfofrequency == frequency && !isMainOnly(false)) { UI_PrintStringSmallNormal(">>", 14, 0, line);