Improve Wake Up (disable key action except PTT)

This commit is contained in:
Armel FAUVEAU
2024-11-19 06:37:38 +01:00
parent 73a4dc97a4
commit 8555c19c22
2 changed files with 20 additions and 1 deletions

View File

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