From d1ed5844e39696713872f6a164019a54af132f17 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 17 Nov 2025 17:43:25 +0000 Subject: [PATCH] fix for #4298 - no conflict with DMX output --- usermods/audioreactive/audio_reactive.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usermods/audioreactive/audio_reactive.cpp b/usermods/audioreactive/audio_reactive.cpp index b41517258f..3f9cdd0088 100644 --- a/usermods/audioreactive/audio_reactive.cpp +++ b/usermods/audioreactive/audio_reactive.cpp @@ -6,10 +6,6 @@ #include #include -#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))