Skip to content

Commit 8b5f337

Browse files
committed
Use Localhost
1 parent 566e6d9 commit 8b5f337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NERODevelopment/src/models/mqtt_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private slots:
8484
private:
8585
QMqttClient *m_client;
8686
QMqttSubscription *m_sub;
87-
QString hostname = "192.168.100.12";
87+
QString hostname = "localhost";
8888
int port = 1883;
8989
qint8 QoS = 0;
9090
QString default_topic = "#";

0 commit comments

Comments
 (0)