kopia lustrzana https://github.com/Aircoookie/WLED
rodzic
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);
|
||||
|
|
Ładowanie…
Reference in New Issue