Skip to content

Commit 3c30edb

Browse files
committed
fix typo
1 parent 5f3ab42 commit 3c30edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/json.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ bool deserializeSegment(JsonObject elem, byte it, byte presetId)
419419

420420
seg.map1D2D = oldMap1D2D; // restore mapping
421421
if (drawSuccess) strip.trigger(); // force segment update
422-
else USER_PRINTLN(F("deserializeSegment() image drawing failed, cannot not to acquire busDrawMux.")); // log failure messaage
422+
else USER_PRINTLN(F("deserializeSegment() image drawing failed, cannot to acquire busDrawMux.")); // log failure messaage
423423
suspendStripService = oldLock; // restore previous lock status
424424
}
425425
// send UDP/WS if segment options changed (except selection; will also deselect current preset)

0 commit comments

Comments
 (0)