This commit is contained in:
Blaz Kristan
2024-01-01 23:21:22 +01:00
committed by Frank
parent 620075fc02
commit aa9e8bbe4d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,8 +27,8 @@
// success event // success event
scE.addEventListener("load", () => { scE.addEventListener("load", () => {
GetV(); GetV();
setABL();
checkSi(); checkSi();
setABL();
if (d.um_p[0]==-1) d.um_p.shift(); if (d.um_p[0]==-1) d.um_p.shift();
}); });
// error event // error event

View File

@@ -8,7 +8,7 @@
*/ */
// version code in format yymmddb (b = daily build) // version code in format yymmddb (b = daily build)
#define VERSION 2312310 #define VERSION 2401011
// WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED. // WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.
#define _MoonModules_WLED_ #define _MoonModules_WLED_