Skip to content

Commit aa9e8bb

Browse files
blazonceksofthack007
authored andcommitted
Bugfix wled#3632
1 parent 620075f commit aa9e8bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wled00/data/settings_leds.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
// success event
2828
scE.addEventListener("load", () => {
2929
GetV();
30-
setABL();
3130
checkSi();
31+
setABL();
3232
if (d.um_p[0]==-1) d.um_p.shift();
3333
});
3434
// error event

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
// version code in format yymmddb (b = daily build)
11-
#define VERSION 2312310
11+
#define VERSION 2401011
1212

1313
// 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.
1414
#define _MoonModules_WLED_

0 commit comments

Comments
 (0)