Reduce standby 1, 2, 3 or 4s

This commit is contained in:
Armel FAUVEAU
2024-10-30 02:54:17 +01:00
parent 450f0e1a98
commit db8ce66fa7

View File

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