diff --git a/wled00/data/index.js b/wled00/data/index.js index d6a3b5f49..40797205d 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -2275,7 +2275,7 @@ function loadPalettesData(callback = null) p: palettesData, vid: lastinfo.vid })); - redrawPalPrev() + redrawPalPrev(); if (callback) setTimeout(callback, 99); }); } diff --git a/wled00/presets.cpp b/wled00/presets.cpp index e5e2a2b63..a8db3bb0b 100644 --- a/wled00/presets.cpp +++ b/wled00/presets.cpp @@ -75,8 +75,8 @@ void handlePresets(bool force) //HTTP API commands const char* httpwin = fdo["win"]; if (httpwin) { - String apireq = "win"; apireq += '&'; // reduce flash string usage - apireq += F("IN&"); // interenal call + String apireq = "win"; // reduce flash string usage + apireq += F("&IN&"); // internal call apireq += httpwin; handleSet(nullptr, apireq, false); setValuesFromFirstSelectedSeg(); // fills legacy values