This commit is contained in:
Armel FAUVEAU
2024-07-19 00:11:54 +02:00
parent a9a0100824
commit f7084f7c3d

View File

@@ -368,6 +368,8 @@ void channelMoveSwitch(void) {
gKeyInputCountdown = 1; gKeyInputCountdown = 1;
channelMove(Channel - 1); channelMove(Channel - 1);
SETTINGS_SaveVfoIndices();
return; return;
} }