From 9a93744a247e67a0ca2178c47995646e9728d315 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Sat, 4 May 2024 23:49:55 +0200 Subject: [PATCH] Fix issue #75 --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.c b/app/main.c index 704613d..5e08a1f 100644 --- a/app/main.c +++ b/app/main.c @@ -126,7 +126,7 @@ static void processFKeyFunction(const KEY_Code_t Key, const bool beep) //SETTINGS_SaveChannel(channel, gEeprom.RX_VFO, gRxVfo, 1); gRequestSaveChannel = 1; - + gRequestSaveVFO = true; gUpdateDisplay = true; } #endif