Power save count constant

This commit is contained in:
OneOfEleven
2023-09-13 18:45:52 +01:00
parent 3c429753f3
commit fe212140dd
8 changed files with 36 additions and 37 deletions

View File

@@ -184,7 +184,8 @@ void FUNCTION_Select(FUNCTION_Type_t Function)
break;
}
gBatterySaveCountdown = 1000;
gBatterySaveCountdown = battery_save_count;
gSchedulePowerSave = false;
gFM_RestoreCountdown = Countdown;
}