mirror of
https://github.com/wled/WLED.git
synced 2025-07-14 14:26:33 +00:00
Forgot F[], added it
This commit is contained in:
parent
6df3b417a9
commit
dd19aa63d0
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user