Fix compand setting not saved for channel mode

This commit is contained in:
OneOfEleven 2023-10-03 11:55:46 +01:00
parent c5c86d0ad0
commit 9d5d36cc1f
3 changed files with 4 additions and 1 deletions

View File

@ -588,7 +588,10 @@ void MENU_AcceptSetting(void)
#ifdef ENABLE_COMPANDER
case MENU_COMPAND:
gTxVfo->Compander = gSubMenuSelection;
gRequestSaveChannel = 1;
SETTINGS_UpdateChannel(gTxVfo->CHANNEL_SAVE, gTxVfo, true);
gVfoConfigureMode = VFO_CONFIGURE;
gFlagResetVfos = true;
// gRequestSaveChannel = 1;
return;
#endif

Binary file not shown.

Binary file not shown.