Ensure FUNC_INIT has correct RELAY state

Address #14886
This commit is contained in:
stefanbode 2022-02-17 18:21:09 +01:00 committed by GitHub
parent 46c2af31ae
commit 8e3fe4adac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ void SetPowerOnState(void)
} }
} }
TasmotaGlobal.blink_powersave = TasmotaGlobal.power; TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
RulesEvery50ms();
} }
void UpdateLedPowerAll() void UpdateLedPowerAll()