changed compiler option to USE_RULES check

This commit is contained in:
stefanbode
2022-02-17 20:01:03 +01:00
committed by GitHub
parent 1235309d48
commit 77b9f9faaa

View File

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