mirror of
https://github.com/wled/WLED.git
synced 2025-11-13 04:50:51 +00:00
General cleanup & optimisations.
Pushing memory to (safe-ish) limits.
This commit is contained in:
@@ -246,7 +246,7 @@ bool deserializeState(JsonObject root)
|
||||
}
|
||||
if (!didSet && lowestActive < strip.getMaxSegments()) deserializeSegment(segVar, lowestActive);
|
||||
} else { //set only the segment with the specified ID
|
||||
deserializeSegment(segVar, it);
|
||||
deserializeSegment(segVar, id);
|
||||
}
|
||||
} else {
|
||||
JsonArray segs = segVar.as<JsonArray>();
|
||||
|
||||
Reference in New Issue
Block a user