mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +00:00
Further simplification
This commit is contained in:
parent
dd19aa63d0
commit
379f181362
@ -487,7 +487,7 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
|
||||
}
|
||||
}
|
||||
|
||||
doAdvancePlaylist = root[F("np")].as<bool>() || doAdvancePlaylist; //advances to next preset in playlist when true
|
||||
doAdvancePlaylist = root[F("np")] | doAdvancePlaylist; //advances to next preset in playlist when true
|
||||
|
||||
JsonObject wifi = root[F("wifi")];
|
||||
if (!wifi.isNull()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user