mirror of
https://github.com/wled/WLED.git
synced 2025-07-13 13:56:35 +00:00
Update json.cpp
reworked approach based on feedback
This commit is contained in:
parent
25fb878e54
commit
caa4fe1ec4
@ -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
|
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")];
|
JsonObject wifi = root[F("wifi")];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user