Skip to content

Commit cf20c80

Browse files
committed
#define _MoonModules_WLED_
very useful to create "runs anywhere" usermods.
1 parent 3b6c253 commit cf20c80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wled00/wled.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// version code in format yymmddb (b = daily build)
1111
#define VERSION 2312160
1212

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_
15+
1316
//WLEDMM + Moustachauve/Wled-Native
1417
// You can define custom product info from build flags.
1518
// This is useful to allow API consumer to identify what type of WLED version

0 commit comments

Comments
 (0)