mirror of
https://github.com/egzumer/uv-k5-firmware-custom.git
synced 2025-12-13 13:29:51 +04:00
Power save count constant
This commit is contained in:
@@ -184,7 +184,8 @@ void FUNCTION_Select(FUNCTION_Type_t Function)
|
||||
break;
|
||||
}
|
||||
|
||||
gBatterySaveCountdown = 1000;
|
||||
gBatterySaveCountdown = battery_save_count;
|
||||
gSchedulePowerSave = false;
|
||||
|
||||
gFM_RestoreCountdown = Countdown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user