disabled debugging messages
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
#define BROKER_ADDRESS "localhost"
|
||||
#define MQTT_PORT 1883;
|
||||
|
||||
uint debugLevel = INFO | NOTICE | INFO | WARNING | ERROR | ALERT;
|
||||
uint debugLevel = ERROR | ALERT;
|
||||
QByteArray toFollow;
|
||||
|
||||
//class MqttClient;
|
||||
|
||||
Reference in New Issue
Block a user