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;