Skip to content

Commit

Permalink
Update json.cpp
Browse files Browse the repository at this point in the history
reworked approach based on feedback
  • Loading branch information
freakintoddles2 committed May 1, 2024
1 parent 25fb878 commit caa4fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
}

if (root.containsKey(F("np")) && root[F("np")].as<bool>()) { //skip to next preset in a playlist
handlePlaylist(true);
doAdvancePlaylist = true;
}

JsonObject wifi = root[F("wifi")];
Expand Down

0 comments on commit caa4fe1

Please sign in to comment.