Skip to content

Commit

Permalink
Update set.cpp
Browse files Browse the repository at this point in the history
reworked based on feedback
  • Loading branch information
freakintoddles2 committed May 1, 2024
1 parent a2b9aed commit e88c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply)
}

pos = req.indexOf(F("NP")); //skips to next preset in a playlist
if (pos > 0) handlePlaylist(true);
if (pos > 0) doAdvancePlaylist = true;

//set brightness
updateVal(req.c_str(), "&A=", &bri);
Expand Down

0 comments on commit e88c81a

Please sign in to comment.