From 2bbbe31a3e4ca8510ee397ae6014b3e98da81d70 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Fri, 19 Apr 2024 00:51:34 +0200 Subject: [PATCH] Fix issue #54 --- functions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.c b/functions.c index 088fe67..3a98566 100644 --- a/functions.c +++ b/functions.c @@ -210,6 +210,7 @@ void FUNCTION_Transmit() AUDIO_AudioPathOn(); gEnableSpeaker = true; + gVfoConfigureMode = VFO_CONFIGURE; return; } #endif