package.json and cdata.js: set urls to MoonModules

index.js: add logging (temp) and improve segment view redrawing
wled00.ini: add lps (temp)
wledserver.cpp: show client request done after its done
ws.cpp: show websocket events (temp?)
This commit is contained in:
Ewoud
2023-05-24 11:49:47 +02:00
committed by Frank
parent e6fb6c4a50
commit 4197f98afe
10 changed files with 1889 additions and 1882 deletions

View File

@@ -63,6 +63,7 @@ function adoptVersionAndRepo(html) {
// Replace we
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
}
let version = packageJson.version;
if (version) {