From 325d719aee8311e9bb54a7d3caa50ac2d5d7a271 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Mon, 20 Jun 2022 09:31:12 +0200 Subject: [PATCH] Fixed bug that crashed the firmware --- main/ledstrip.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main/ledstrip.cpp b/main/ledstrip.cpp index 394a6b8..91a775c 100644 --- a/main/ledstrip.cpp +++ b/main/ledstrip.cpp @@ -217,7 +217,6 @@ void updateLedStrip() void showAnimation() { if (configs.ledstrip.enableLedAnimation.value() - && !simplified && !(asyncOtaTaskStarted && configs.ledstrip.otaMode.value() != OtaAnimationModes::None) ) {