a few more compile-time infos about enabled/disabled features

helps to understand what you'll get
This commit is contained in:
Frank
2024-05-04 01:16:45 +02:00
parent ccff478507
commit 70a5d8b843
10 changed files with 15 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ void handleSerial()
//#ifdef WLED_DEBUG
if ((millis() - startTime) > SERIAL_MAXTIME_MILLIS) { USER_PRINTLN(F("handleSerial(): need a break after >100ms of activity.")); }
//#endif
#else
#pragma message "Serial protocols (AdaLight, Serial JSON, Serial LED driver) disabled"
#endif
// If Continuous Serial Streaming is enabled, send new LED data as bytes