adding compile-time messages when extra features are enabled

This commit is contained in:
Frank
2024-05-01 02:11:28 +02:00
parent bf5c95646c
commit 08d73646fd
4 changed files with 5 additions and 0 deletions

View File

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