diff --git a/tasmota/support_tasmota.ino b/tasmota/support_tasmota.ino index e88da5bc9..70fd03c18 100644 --- a/tasmota/support_tasmota.ino +++ b/tasmota/support_tasmota.ino @@ -409,7 +409,9 @@ void SetPowerOnState(void) } } TasmotaGlobal.blink_powersave = TasmotaGlobal.power; +#ifndef FIRMWARE_MINIMAL RulesEvery50ms(); +#endif } void UpdateLedPowerAll()