Further simplification

This commit is contained in:
Todd Meyer 2024-05-03 11:51:47 -07:00
parent dd19aa63d0
commit 379f181362

View File

@ -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")]; JsonObject wifi = root[F("wifi")];
if (!wifi.isNull()) { if (!wifi.isNull()) {