align DMX output drivers with upstream

imports a few DMX serial output improvement from upstream
This commit is contained in:
Frank
2026-01-25 15:06:27 +01:00
parent f0531cdf2a
commit 6ad6acfe08
3 changed files with 10 additions and 7 deletions

View File

@@ -164,7 +164,7 @@
#endif
#ifdef WLED_ENABLE_DMX
#ifdef ESP8266
#if defined(ESP8266) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2)
#include "src/dependencies/dmx/ESPDMX.h"
#else //ESP32
#include "src/dependencies/dmx/SparkFunDMX.h"