diff --git a/wled00/wled_serial.cpp b/wled00/wled_serial.cpp index 0bc6ce00..30336d08 100644 --- a/wled00/wled_serial.cpp +++ b/wled00/wled_serial.cpp @@ -221,10 +221,10 @@ void handleSerial() Serial.read(); //discard the byte } - #endif //#ifdef WLED_DEBUG if ((millis() - startTime) > SERIAL_MAXTIME_MILLIS) { USER_PRINTLN(F("handleSerial(): need a break after >100ms of activity.")); } //#endif + #endif // If Continuous Serial Streaming is enabled, send new LED data as bytes if (continuousSendLED && (lastUpdate != strip.getLastShow())){