mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
fix minimal firmware issue
This commit is contained in:
parent
8e3fe4adac
commit
1235309d48
@ -409,7 +409,9 @@ void SetPowerOnState(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
TasmotaGlobal.blink_powersave = TasmotaGlobal.power;
|
||||||
|
#ifndef FIRMWARE_MINIMAL
|
||||||
RulesEvery50ms();
|
RulesEvery50ms();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateLedPowerAll()
|
void UpdateLedPowerAll()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user