From 80032bfe1cce2a8301c3c58a7580874e9d9fc217 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:18:45 +0100 Subject: [PATCH] statusled: stop the blinking --- wled00/wled.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled.cpp b/wled00/wled.cpp index 3aabe59a..26696e56 100644 --- a/wled00/wled.cpp +++ b/wled00/wled.cpp @@ -1464,7 +1464,7 @@ void WLED::handleStatusLED() if (ledStatusType) { if (millis() - ledStatusLastMillis >= (1000/ledStatusType)) { ledStatusLastMillis = millis(); -#if 0 +#if 1 // WLEDMM un-comment this to stop the blinking if ((ledStatusType != 2) && (ledStatusType != 4)) ledStatusState = !ledStatusState;