From 076b5b373d7e15c09d4617943cbe63ca289b7bfd Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sun, 19 Mar 2023 16:13:44 +0100 Subject: [PATCH] post-merge actions fixes a build problem with MM specific code. --- wled00/wled_serial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())){