mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 14:57:18 +00:00
Update set.cpp
reworked based on feedback
This commit is contained in:
parent
a2b9aed40d
commit
e88c81ad0d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user