disabled debugging messages

This commit is contained in:
2026-04-04 13:33:02 +02:00
parent ca5e6b479e
commit 5260442aec
+1 -1
View File
@@ -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;