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.
2 parents adeb9bc + 446b4b0 commit d6ad089Copy full SHA for d6ad089
wled00/wled.cpp
@@ -303,7 +303,7 @@ void WLED::setup()
303
#ifdef WLED_DEBUG
304
pinManager.allocatePin(1, true, PinOwner::DebugOut); // GPIO1 reserved for debug output
305
#endif
306
-#ifdef WLED_USE_DMX //reserve GPIO2 as hardcoded DMX pin
+#ifdef WLED_ENABLE_DMX //reserve GPIO2 as hardcoded DMX pin
307
pinManager.allocatePin(2, true, PinOwner::DMX);
308
309
0 commit comments