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

@@ -205,4 +205,5 @@ void onHueData(void* arg, AsyncClient* client, void *data, size_t len)
#else
void handleHue(){}
void reconnectHue(){}
#pragma message "Philips HUE bridge interface disabled"
#endif