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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user