Improve channel input (eeprom writes)

This commit is contained in:
Armel FAUVEAU
2024-06-29 22:33:53 +02:00
parent 0dc01d590b
commit 45987500f2
2 changed files with 11 additions and 2 deletions

View File

@@ -1466,6 +1466,12 @@ void APP_TimeSlice500ms(void)
{
if (--gKeyInputCountdown == 0)
{
if (IS_MR_CHANNEL(gTxVfo->CHANNEL_SAVE) && (gInputBoxIndex == 1 || gInputBoxIndex == 2))
{
SETTINGS_SaveVfoIndices();
}
cancelUserInputModes();
if (gBeepToPlay != BEEP_NONE)