Fixed bug that crashed the firmware

This commit is contained in:
CommanderRedYT
2022-06-20 09:31:12 +02:00
parent 6144a05e25
commit 325d719aee

View File

@@ -217,7 +217,6 @@ void updateLedStrip()
void showAnimation() void showAnimation()
{ {
if (configs.ledstrip.enableLedAnimation.value() if (configs.ledstrip.enableLedAnimation.value()
&& !simplified
&& !(asyncOtaTaskStarted && configs.ledstrip.otaMode.value() != OtaAnimationModes::None) && !(asyncOtaTaskStarted && configs.ledstrip.otaMode.value() != OtaAnimationModes::None)
) )
{ {