From 1235309d4803c65916161369e2d7df70072ee971 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Thu, 17 Feb 2022 18:39:46 +0100 Subject: [PATCH] fix minimal firmware issue --- tasmota/support_tasmota.ino | 2 ++ 1 file changed, 2 insertions(+) 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()