Skip to content

Commit

Permalink
stupid bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Dec 20, 2024
1 parent 02f51d4 commit 2cff35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 2cff35e

Please sign in to comment.