From 3c30edb70a85a9c2a8e0c96b2491f2d5723363ff Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:26:32 +0100 Subject: [PATCH] fix typo --- wled00/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/json.cpp b/wled00/json.cpp index d6ed0cb0..3ad55926 100644 --- a/wled00/json.cpp +++ b/wled00/json.cpp @@ -419,7 +419,7 @@ bool deserializeSegment(JsonObject elem, byte it, byte presetId) seg.map1D2D = oldMap1D2D; // restore mapping if (drawSuccess) strip.trigger(); // force segment update - else USER_PRINTLN(F("deserializeSegment() image drawing failed, cannot not to acquire busDrawMux.")); // log failure messaage + else USER_PRINTLN(F("deserializeSegment() image drawing failed, cannot to acquire busDrawMux.")); // log failure messaage suspendStripService = oldLock; // restore previous lock status } // send UDP/WS if segment options changed (except selection; will also deselect current preset)