Forgot F[], added it

This commit is contained in:
Todd Meyer 2024-05-03 08:47:14 -07:00
parent 6df3b417a9
commit dd19aa63d0

View File

@ -487,7 +487,7 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
}
}
doAdvancePlaylist = root["np"].as<bool>() || doAdvancePlaylist; //advances to next preset in playlist when true
doAdvancePlaylist = root[F("np")].as<bool>() || doAdvancePlaylist; //advances to next preset in playlist when true
JsonObject wifi = root[F("wifi")];
if (!wifi.isNull()) {