kopia lustrzana https://github.com/Aircoookie/WLED
Further simplification
rodzic
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()) {
|
||||
|
|
Ładowanie…
Reference in New Issue