We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620075f commit aa9e8bbCopy full SHA for aa9e8bb
wled00/data/settings_leds.htm
@@ -27,8 +27,8 @@
27
// success event
28
scE.addEventListener("load", () => {
29
GetV();
30
- setABL();
31
checkSi();
+ setABL();
32
if (d.um_p[0]==-1) d.um_p.shift();
33
});
34
// error event
wled00/wled.h
@@ -8,7 +8,7 @@
8
*/
9
10
// version code in format yymmddb (b = daily build)
11
-#define VERSION 2312310
+#define VERSION 2401011
12
13
// 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.
14
#define _MoonModules_WLED_
0 commit comments