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 3b6c253 commit cf20c80Copy full SHA for cf20c80
wled00/wled.h
@@ -10,6 +10,9 @@
10
// version code in format yymmddb (b = daily build)
11
#define VERSION 2312160
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_
15
+
16
//WLEDMM + Moustachauve/Wled-Native
17
// You can define custom product info from build flags.
18
// This is useful to allow API consumer to identify what type of WLED version
0 commit comments