diff --git a/ESP32-DIV/wifi.cpp b/ESP32-DIV/wifi.cpp index e559838..f7a8ca0 100644 --- a/ESP32-DIV/wifi.cpp +++ b/ESP32-DIV/wifi.cpp @@ -1099,10 +1099,10 @@ void runUI() { if (millis() - lastSpamTime >= 50) { spammer(); - if (activeIcon = 3) { + if (activeIcon == 3) { output(); } - if (activeIcon = 3) { + if (activeIcon == 3) { animationState = 5; } lastSpamTime = millis();