Merge pull request #14895 from stefanbode/patch-9

Ensure FUNC_INIT has correct RELAY state
This commit is contained in:
Theo Arends 2022-02-19 14:44:28 +01:00 committed by GitHub
commit a9f03eb89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -410,6 +410,9 @@ void SetPowerOnState(void)
}
}
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
#ifdef USE_RULES
RulesEvery50ms();
#endif
}
void UpdateLedPowerAll()