a few more compile-time infos about enabled/disabled features
helps to understand what you'll get
This commit is contained in:
@@ -195,4 +195,6 @@ bool initMqtt()
|
||||
mqtt->connect();
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
#pragma message "MQTT disabled"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user