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

@@ -20,6 +20,7 @@
#ifdef WLED_DISABLE_ESPNOW
void handleRemote(){}
#else
#pragma message "ESP-NOW remote driver enabled"
#if !defined(ARDUINO_ARCH_ESP32) && !defined(ESP_OK)
#define ESP_OK 0 // add missing constant for stupid esp8266