fix for #4298 - no conflict with DMX output

This commit is contained in:
Will Tatam
2025-11-17 17:43:25 +00:00
parent 271e9ac7b7
commit d1ed5844e3

View File

@@ -6,10 +6,6 @@
#include <driver/i2s.h>
#include <driver/adc.h>
#ifdef WLED_ENABLE_DMX
#error This audio reactive usermod is not compatible with DMX Out.
#endif
#endif
#if defined(ARDUINO_ARCH_ESP32) && (defined(WLED_DEBUG) || defined(SR_DEBUG))