fix minimal firmware issue

This commit is contained in:
stefanbode 2022-02-17 18:39:46 +01:00 committed by GitHub
parent 8e3fe4adac
commit 1235309d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,7 +409,9 @@ void SetPowerOnState(void)
} }
} }
TasmotaGlobal.blink_powersave = TasmotaGlobal.power; TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
#ifndef FIRMWARE_MINIMAL
RulesEvery50ms(); RulesEvery50ms();
#endif
} }
void UpdateLedPowerAll() void UpdateLedPowerAll()