comment clarification

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Möhle
2026-01-25 17:30:03 +01:00
committed by GitHub
parent e6e2348483
commit 0718a6d265

View File

@@ -470,7 +470,7 @@ WLED_GLOBAL bool arlsForceMaxBri _INIT(false); // enable to f
#ifdef WLED_ENABLE_DMX #ifdef WLED_ENABLE_DMX
#if defined(ESP8266) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2) #if defined(ESP8266) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2)
WLED_GLOBAL DMXESPSerial dmx; WLED_GLOBAL DMXESPSerial dmx;
#else //ESP32 #else //ESP32 or ESP32-S3
WLED_GLOBAL SparkFunDMX dmx; WLED_GLOBAL SparkFunDMX dmx;
#endif #endif
WLED_GLOBAL uint16_t e131ProxyUniverse _INIT(0); // output this E1.31 (sACN) / ArtNet universe via MAX485 (0 = disabled) WLED_GLOBAL uint16_t e131ProxyUniverse _INIT(0); // output this E1.31 (sACN) / ArtNet universe via MAX485 (0 = disabled)