Add exclude memory channel

This commit is contained in:
Armel FAUVEAU
2024-03-26 13:42:51 +01:00
parent 259cf446bf
commit b1db4a633c

View File

@@ -65,7 +65,7 @@ static void toggle_chan_scanlist(void)
gTxVfo->SCANLIST1_PARTICIPATION = !gTxVfo->SCANLIST1_PARTICIPATION;
}
SETTINGS_UpdateChannel(gTxVfo->CHANNEL_SAVE, gTxVfo, true, false);
SETTINGS_UpdateChannel(gTxVfo->CHANNEL_SAVE, gTxVfo, true, true);
gVfoConfigureMode = VFO_CONFIGURE;
gFlagResetVfos = true;