Revert change to define checks for WLED_ENABLE_DMX

This commit is contained in:
Will Tatam
2023-02-18 16:19:10 +00:00
parent e21fc43b59
commit e3f390b7cb

View File

@@ -128,9 +128,6 @@
#ifdef ESP8266
#include "src/dependencies/dmx/ESPDMX.h"
#else //ESP32
#ifndef WLED_ENABLE_DMX_INPUT
#define DMX_SEND_ONLY
#endif
#include "src/dependencies/dmx/SparkFunDMX.h"
#endif
#endif