Skip to content

Commit b452370

Browse files
authored
Merge pull request #5096 from netmindz/no-dmx-ar-conflict
fix for #4298 - no conflict with DMX output Removes a compile-time error that was blocking compilation when DMX output mode was enabled, allowing successful builds with DMX support. Important: this fix does not address the output buffer congestion problems that usually make WLED unstable with >100 LEDs on DMX Serial output. It only removes the compile-time blocker in audioreactive.
2 parents bb6114e + d1ed584 commit b452370

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

usermods/audioreactive/audio_reactive.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
#include <driver/i2s.h>
77
#include <driver/adc.h>
88

9-
#ifdef WLED_ENABLE_DMX
10-
#error This audio reactive usermod is not compatible with DMX Out.
11-
#endif
12-
139
#endif
1410

1511
#if defined(ARDUINO_ARCH_ESP32) && (defined(WLED_DEBUG) || defined(SR_DEBUG))

0 commit comments

Comments
 (0)