mirror of https://github.com/arendst/Tasmota.git
Merge pull request #14895 from stefanbode/patch-9
Ensure FUNC_INIT has correct RELAY state
This commit is contained in:
commit
a9f03eb89a
|
@ -410,6 +410,9 @@ void SetPowerOnState(void)
|
|||
}
|
||||
}
|
||||
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
||||
#ifdef USE_RULES
|
||||
RulesEvery50ms();
|
||||
#endif
|
||||
}
|
||||
|
||||
void UpdateLedPowerAll()
|
||||
|
|
Loading…
Reference in New Issue