This commit is contained in:
Armel FAUVEAU
2024-07-17 23:36:04 +02:00
parent 3d59dada22
commit 1260bc8fb2
3 changed files with 37 additions and 23 deletions

View File

@@ -1469,6 +1469,12 @@ void APP_TimeSlice500ms(void)
if (IS_MR_CHANNEL(gTxVfo->CHANNEL_SAVE) && (gInputBoxIndex == 1 || gInputBoxIndex == 2))
{
channelMoveSwitch();
if (gBeepToPlay == BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL) {
AUDIO_PlayBeep(gBeepToPlay);
}
SETTINGS_SaveVfoIndices();
}