From 2cff35e26b5ef89bf72574463fa41b7d84fecba9 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:50:39 +0100 Subject: [PATCH] stupid bug fix. --- wled00/udp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/udp.cpp b/wled00/udp.cpp index 815842f09f..93039359c6 100644 --- a/wled00/udp.cpp +++ b/wled00/udp.cpp @@ -157,7 +157,7 @@ void realtimeLock(uint32_t timeoutMs, byte md) // WLEDMM begin - we need to init segment caches before putting any pixels USER_PRINT(F("realtimeLock() entering realtime mode [timeoutMs=")); USER_PRINT(timeoutMs); USER_PRINT(",mode="); USER_PRINT(md); - if (useMainSegmentOnly) USER_PRINTLN(F(", main segment only].")) else USER_PRINTLN(F("].")); + if (useMainSegmentOnly) { USER_PRINTLN(F(", main segment only].")); } else { USER_PRINTLN(F("]."));} USER_FLUSH(); if (strip.isServicing()) {