mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
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;
|
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
||||||
|
#ifdef USE_RULES
|
||||||
|
RulesEvery50ms();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateLedPowerAll()
|
void UpdateLedPowerAll()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user