From bbc9b9c1737b5d6c1be8d085acdf8ff66249cb5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Kristan?= Date: Mon, 27 Jan 2025 21:27:01 +0100 Subject: [PATCH] Use constant CALL_MODE_INIT --- wled00/led.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/led.cpp b/wled00/led.cpp index 2ca64a5f3..a3853f394 100644 --- a/wled00/led.cpp +++ b/wled00/led.cpp @@ -157,7 +157,7 @@ void updateInterfaces(uint8_t callMode) sendDataWs(); lastInterfaceUpdate = millis(); - interfaceUpdateCallMode = 0; //disable further updates + interfaceUpdateCallMode = CALL_MODE_INIT; //disable further updates if (callMode == CALL_MODE_WS_SEND) return;