(minor) clarify compile-time messages for DMX drivers

This commit is contained in:
Frank
2026-01-25 15:44:40 +01:00
parent fb738883fa
commit 279d48a3d1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#include "wled.h" #include "wled.h"
#ifdef WLED_ENABLE_DMX_INPUT #ifdef WLED_ENABLE_DMX_INPUT
#pragma message "DMX physical input driver enabled" #pragma message "DMX physical input driver (esp-dmx) enabled"
#ifdef ESP8266 #ifdef ESP8266
#error DMX input is only supported on ESP32 #error DMX input is only supported on ESP32

View File

@@ -11,7 +11,7 @@
*/ */
#ifdef WLED_ENABLE_DMX #ifdef WLED_ENABLE_DMX
#pragma message "DMX network output enabled" #pragma message "DMX output enabled"
#define MAX_DMX_RATE 44 // max DMX update rate in Hz #define MAX_DMX_RATE 44 // max DMX update rate in Hz