mirror of
https://github.com/wled/WLED.git
synced 2025-07-18 16:26:32 +00:00
Updated based on more feedback
This commit is contained in:
parent
5e38039c4d
commit
6df3b417a9
@ -487,9 +487,7 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (root.containsKey(F("np"))) {
|
doAdvancePlaylist = root["np"].as<bool>() || doAdvancePlaylist; //advances to next preset in playlist when true
|
||||||
doAdvancePlaylist = root[F("np")].as<bool>(); //advances to next preset in playlist when true
|
|
||||||
}
|
|
||||||
|
|
||||||
JsonObject wifi = root[F("wifi")];
|
JsonObject wifi = root[F("wifi")];
|
||||||
if (!wifi.isNull()) {
|
if (!wifi.isNull()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user