From 446b4b084cd211d2c9458a1c431b59413dcbc8a3 Mon Sep 17 00:00:00 2001 From: yoeywire Date: Mon, 8 Nov 2021 17:05:47 +0100 Subject: [PATCH] Changed WLED_USE_DMX to WLED_ENABLE_DMX --- wled00/wled.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled.cpp b/wled00/wled.cpp index f59a5b8f0..8bb5b1864 100644 --- a/wled00/wled.cpp +++ b/wled00/wled.cpp @@ -303,7 +303,7 @@ void WLED::setup() #ifdef WLED_DEBUG pinManager.allocatePin(1, true, PinOwner::DebugOut); // GPIO1 reserved for debug output #endif -#ifdef WLED_USE_DMX //reserve GPIO2 as hardcoded DMX pin +#ifdef WLED_ENABLE_DMX //reserve GPIO2 as hardcoded DMX pin pinManager.allocatePin(2, true, PinOwner::DMX); #endif