From 3c15b7424eacf420280b6fa272feeedcebc2f206 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 18 Feb 2023 13:22:24 +0000 Subject: [PATCH] Inital code on adding DMX input support --- wled00/wled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled.h b/wled00/wled.h index 2147cce3..dd0b46e7 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -391,7 +391,7 @@ WLED_GLOBAL bool receiveDirect _INIT(true); // receive UDP WLED_GLOBAL bool arlsDisableGammaCorrection _INIT(true); // activate if gamma correction is handled by the source WLED_GLOBAL bool arlsForceMaxBri _INIT(false); // enable to force max brightness if source has very dark colors that would be black -#ifdef WLED_ENABLE_DMX +#if defined(WLED_ENABLE_DMX) || defined(WLED_ENABLE_DMX_INPUT) #ifdef ESP8266 WLED_GLOBAL DMXESPSerial dmx; #else //ESP32