fix outdated URLs
Aircoookie Wiki => mm.kno.wled.ge MoonModules/WLED => MoonModules/WLED-MM Aircoookie/WLED => wled/WLED 2024 => 2025
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## [WLED upstream](https://github.com/Aircoookie/WLED/tree/0_14_1) changelog
|
## [WLED upstream](https://github.com/wled/WLED/tree/0_14_1) changelog
|
||||||
|
|
||||||
#### Build 2403290
|
#### Build 2403290
|
||||||
- WLED 0.14.3 release
|
- WLED 0.14.3 release
|
||||||
|
|||||||
@@ -13,14 +13,14 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/MoonModules/WLED.git"
|
"url": "git+https://github.com/MoonModules/WLED-MM.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/MoonModules/WLED/issues"
|
"url": "https://github.com/MoonModules/WLED-MM/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/MoonModules/WLED#readme",
|
"homepage": "https://github.com/MoonModules/WLED-MM#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clean-css": "^4.2.3",
|
"clean-css": "^4.2.3",
|
||||||
"html-minifier-terser": "^5.1.1",
|
"html-minifier-terser": "^5.1.1",
|
||||||
|
|||||||
@@ -63,7 +63,10 @@ function adoptVersionAndRepo(html) {
|
|||||||
// Replace we
|
// Replace we
|
||||||
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
|
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
|
||||||
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
|
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
|
||||||
|
html = strReplace(html, "https://github.com/wled-dev/WLED", repoUrl);
|
||||||
|
html = strReplace(html, "https://github.com/wled/WLED", repoUrl);
|
||||||
html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
|
html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
|
||||||
|
html = strReplace(html, "https://github.com/MoonModules/WLED-MM", repoUrl); //WLEDMM
|
||||||
}
|
}
|
||||||
let version = packageJson.version;
|
let version = packageJson.version;
|
||||||
if (version) {
|
if (version) {
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
/*
|
/*
|
||||||
@title MoonModules WLED - audioreactive usermod
|
@title MoonModules WLED - audioreactive usermod
|
||||||
@file audio_reactive.h
|
@file audio_reactive.h
|
||||||
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
|
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
|
||||||
@Authors https://github.com/MoonModules/WLED/commits/mdev/
|
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
|
||||||
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
@Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
||||||
@license Licensed under the EUPL-1.2 or later
|
@license Licensed under the EUPL-1.2 or later
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
/*
|
/*
|
||||||
@title MoonModules WLED - audioreactive usermod
|
@title MoonModules WLED - audioreactive usermod
|
||||||
@file audio_source.h
|
@file audio_source.h
|
||||||
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
|
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
|
||||||
@Authors https://github.com/MoonModules/WLED/commits/mdev/
|
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
|
||||||
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
@Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
||||||
@license Licensed under the EUPL-1.2 or later
|
@license Licensed under the EUPL-1.2 or later
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
/*
|
/*
|
||||||
@title MoonModules WLED - auto-playlist usermod
|
@title MoonModules WLED - auto-playlist usermod
|
||||||
@file usermod_v2_auto_playlist.h
|
@file usermod_v2_auto_playlist.h
|
||||||
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
|
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
|
||||||
@Authors https://github.com/MoonModules/WLED/commits/mdev/
|
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
|
||||||
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
@Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
||||||
@license Licensed under the EUPL-1.2 or later
|
@license Licensed under the EUPL-1.2 or later
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -8854,8 +8854,8 @@ static const char _data_FX_MODE_2DWAVINGCELL[] PROGMEM = "Waving Cell@!,,Amplitu
|
|||||||
/*
|
/*
|
||||||
@title MoonModules WLED - GEQ 3D Effect
|
@title MoonModules WLED - GEQ 3D Effect
|
||||||
@file included in FX.cpp
|
@file included in FX.cpp
|
||||||
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
|
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
|
||||||
@Authors https://github.com/MoonModules/WLED/commits/mdev/
|
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
|
||||||
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
||||||
@license Licensed under the EUPL-1.2 or later
|
@license Licensed under the EUPL-1.2 or later
|
||||||
*/
|
*/
|
||||||
@@ -9001,8 +9001,8 @@ static const char _data_FX_MODE_GEQLASER[] PROGMEM = "GEQ 3D ☾@Speed,Front Fil
|
|||||||
/*
|
/*
|
||||||
@title MoonModules WLED - Painbrush Effect
|
@title MoonModules WLED - Painbrush Effect
|
||||||
@file included in FX.cpp
|
@file included in FX.cpp
|
||||||
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
|
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
|
||||||
@Authors https://github.com/MoonModules/WLED/commits/mdev/
|
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
|
||||||
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
|
||||||
@license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
|
@license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
|
||||||
|
|
||||||
|
|||||||
@@ -3224,7 +3224,7 @@ setInterval(()=>{
|
|||||||
gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;
|
gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;
|
||||||
}, 910);
|
}, 910);
|
||||||
|
|
||||||
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }
|
function openGH() { window.open("https://mm.kno.wled.ge/"); }
|
||||||
|
|
||||||
var cnfr = false;
|
var cnfr = false;
|
||||||
function cnfReset()
|
function cnfReset()
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var d=document;
|
var d=document;
|
||||||
var loc = false, locip;
|
var loc = false, locip;
|
||||||
function H(){window.open("https://github.com/Aircoookie/WLED/wiki/DMX");}
|
function H(){window.open("https://mm.kno.wled.ge/interfaces/e1.31-dmx/");}
|
||||||
function B(){window.history.back();}
|
function B(){window.history.back();}
|
||||||
function GCH(num) {
|
function GCH(num) {
|
||||||
d.getElementById('dmxchannels').innerHTML += "";
|
d.getElementById('dmxchannels').innerHTML += "";
|
||||||
|
|||||||
@@ -115,13 +115,13 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<!-- WLEDMM additions -->
|
<!-- WLEDMM additions -->
|
||||||
<a href="https://github.com/MoonModules/WLED/" target="_blank">WLEDMM</a> version ##VERSION##<!-- Autoreplaced from package.json --> ☾<br>
|
<a href="https://github.com/MoonModules/WLED-MM/" target="_blank">WLEDMM</a> version ##VERSION##<!-- Autoreplaced from package.json --> ☾<br>
|
||||||
(c) 2024 <a href="https://github.com/Aircoookie/WLED/compare/main...MoonModules:WLED:mdev" target="_blank">Github MoonModules WLED Commit Authors</a><br><br>
|
(c) 2025 <a href="https://github.com/wled/WLED/compare/main...MoonModules:WLED-MM:mdev" target="_blank">Github MoonModules WLED-MM Commit Authors</a><br><br>
|
||||||
fork of <a href="https://github.com/Aircoookie/WLED/" target="_blank">WLED:</a><br>
|
fork of <a href="https://github.com/wled/WLED/" target="_blank">WLED:</a><br>
|
||||||
<a href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits" target="_blank">Contributors, dependencies and special thanks</a><br>
|
<a href="https://mm.kno.wled.ge/about/contributors/" target="_blank">Contributors, dependencies and special thanks</a><br>
|
||||||
A huge thank you to everyone who helped me create WLED!<br><br>
|
A huge thank you to everyone who helped me create WLED!<br><br>
|
||||||
WLED core (c) 2016-2024 Christian Schwinne <br>
|
WLED core (c) 2016-2024 Christian Schwinne <br>
|
||||||
<i>WLED MM Licensed under the <a href="https://github.com/MoonModules/WLED/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
|
<i>WLED-MM Licensed under the <a href="https://github.com/MoonModules/WLED-MM/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
|
||||||
Installed version: <span class="sip">WLEDMM ##VERSION##</span><hr>
|
Installed version: <span class="sip">WLEDMM ##VERSION##</span><hr>
|
||||||
<div id="toast"></div>
|
<div id="toast"></div>
|
||||||
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
|
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
// var numM = 0;
|
// var numM = 0;
|
||||||
function gId(s) { return d.getElementById(s); }
|
function gId(s) { return d.getElementById(s); }
|
||||||
function isO(i) { return (i && typeof i === 'object' && !Array.isArray(i)); }
|
function isO(i) { return (i && typeof i === 'object' && !Array.isArray(i)); }
|
||||||
function H() { window.open("https://github.com/Aircoookie/WLED/wiki/Settings#usermod-settings"); }
|
function H() { window.open("https://mm.kno.wled.ge/usermods/AutoPlaylist/"); }
|
||||||
function B() { window.open("/settings","_self"); }
|
function B() { window.open("/settings","_self"); }
|
||||||
// https://www.educative.io/edpresso/how-to-dynamically-load-a-js-file-in-javascript
|
// https://www.educative.io/edpresso/how-to-dynamically-load-a-js-file-in-javascript
|
||||||
function loadJS(FILE_URL, async = true) {
|
function loadJS(FILE_URL, async = true) {
|
||||||
|
|||||||
@@ -1284,7 +1284,7 @@ var hc = 0;
|
|||||||
setInterval(()=>{if (!isInfo) return; hc+=18; if (hc>300) hc=0; if (hc>200)hc=306; if (hc==144) hc+=36; if (hc==108) hc+=18;
|
setInterval(()=>{if (!isInfo) return; hc+=18; if (hc>300) hc=0; if (hc>200)hc=306; if (hc==144) hc+=36; if (hc==108) hc+=18;
|
||||||
gId('heart').style.color = `hsl(${hc}, 100%, 50%)`; gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;}, 910);
|
gId('heart').style.color = `hsl(${hc}, 100%, 50%)`; gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;}, 910);
|
||||||
|
|
||||||
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }
|
function openGH() { window.open("https://mm.kno.wled.ge/"); }
|
||||||
|
|
||||||
var cnfr = false;
|
var cnfr = false;
|
||||||
function cnfReset()
|
function cnfReset()
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
<h2>MoonMod WLED Software Update</h2>
|
<h2>MoonMod WLED Software Update</h2>
|
||||||
<form method='POST' action='/update' id='uf' enctype='multipart/form-data' onsubmit="U()">
|
<form method='POST' action='/update' id='uf' enctype='multipart/form-data' onsubmit="U()">
|
||||||
Installed version: <span class="sip">WLEDMM ##VERSION##</span><br> <!--WLEDMM: show bin name-->
|
Installed version: <span class="sip">WLEDMM ##VERSION##</span><br> <!--WLEDMM: show bin name-->
|
||||||
Download the latest release: <a href="https://github.com/MoonModules/WLED/releases" target="_blank">
|
Download the latest release: <a href="https://github.com/MoonModules/WLED-MM/releases" target="_blank">
|
||||||
<img src="https://img.shields.io/github/release/MoonModules/WLED.svg?style=flat-square"></a><br>
|
<img src="https://img.shields.io/github/release/MoonModules/WLED-MM.svg?style=flat-square"></a><br>
|
||||||
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
|
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
|
||||||
<button type="submit">Update!</button><br>
|
<button type="submit">Update!</button><br>
|
||||||
<button type="button" onclick="B()">Back</button>
|
<button type="button" onclick="B()">Back</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user