Updated based on more feedback

This commit is contained in:
Todd Meyer
2024-05-02 14:36:18 -07:00
parent db475b6998
commit 5e38039c4d
5 changed files with 8 additions and 13 deletions

View File

@@ -901,8 +901,8 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply)
applyPreset(presetCycCurr);
}
pos = req.indexOf(F("NP")); //skips to next preset in a playlist
if (pos > 0) doAdvancePlaylist = true;
pos = req.indexOf(F("NP")); //advances to next preset in a playlist
if (pos > 0) doAdvancePlaylist = true;
//set brightness
updateVal(req.c_str(), "&A=", &bri);