Improve BatSav

This commit is contained in:
Armel FAUVEAU
2024-10-31 02:05:09 +01:00
parent c128b94f45
commit 04d98e1d98
4 changed files with 5 additions and 4 deletions

View File

@@ -1129,7 +1129,7 @@ void APP_Update(void)
#ifdef ENABLE_FEAT_F4HWN_SLEEP
if(gWakeUp)
{
gPowerSave_10ms = gEeprom.BATTERY_SAVE * 100; // deep sleep now indexed on BatSav
gPowerSave_10ms = gEeprom.BATTERY_SAVE * 200; // deep sleep now indexed on BatSav
}
else
{