We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566e6d9 commit 8b5f337Copy full SHA for 8b5f337
NERODevelopment/src/models/mqtt_client.h
@@ -84,7 +84,7 @@ private slots:
84
private:
85
QMqttClient *m_client;
86
QMqttSubscription *m_sub;
87
- QString hostname = "192.168.100.12";
+ QString hostname = "localhost";
88
int port = 1883;
89
qint8 QoS = 0;
90
QString default_topic = "#";
0 commit comments