(minor) clarify compile-time messages for DMX drivers
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user