mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
changed compiler option to USE_RULES check
This commit is contained in:
parent
1235309d48
commit
77b9f9faaa
@ -409,7 +409,7 @@ void SetPowerOnState(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
||||||
#ifndef FIRMWARE_MINIMAL
|
#ifdef USE_RULES
|
||||||
RulesEvery50ms();
|
RulesEvery50ms();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user