mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
fix minimal firmware issue
This commit is contained in:
parent
8e3fe4adac
commit
1235309d48
@ -409,7 +409,9 @@ void SetPowerOnState(void)
|
||||
}
|
||||
}
|
||||
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
||||
#ifndef FIRMWARE_MINIMAL
|
||||
RulesEvery50ms();
|
||||
#endif
|
||||
}
|
||||
|
||||
void UpdateLedPowerAll()
|
||||
|
Loading…
x
Reference in New Issue
Block a user