mirror of
https://github.com/wled/WLED.git
synced 2026-04-25 16:42:44 +00:00
Another string optimisation.
This commit is contained in:
@@ -152,7 +152,7 @@ void handlePlaylist() {
|
||||
|
||||
|
||||
void serializePlaylist(JsonObject sObj) {
|
||||
JsonObject playlist = sObj.createNestedObject("playlist");
|
||||
JsonObject playlist = sObj.createNestedObject(F("playlist"));
|
||||
JsonArray ps = playlist.createNestedArray("ps");
|
||||
JsonArray dur = playlist.createNestedArray("dur");
|
||||
JsonArray transition = playlist.createNestedArray(F("transition"));
|
||||
|
||||
Reference in New Issue
Block a user