From f7084f7c3d5aecefea8ca2f4da4218fe17480641 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Fri, 19 Jul 2024 00:11:54 +0200 Subject: [PATCH] Fix issue #194 --- app/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/main.c b/app/main.c index 251eb81..3372d81 100644 --- a/app/main.c +++ b/app/main.c @@ -368,6 +368,8 @@ void channelMoveSwitch(void) { gKeyInputCountdown = 1; channelMove(Channel - 1); + SETTINGS_SaveVfoIndices(); + return; }