mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:59:13 -05:00
Update IP address
This commit is contained in:
@@ -9,7 +9,7 @@ char pass[] = SECRET_PASS;
|
||||
WiFiClient wifiClient;
|
||||
MqttClient mqttClient(wifiClient);
|
||||
|
||||
const char broker[] = "172.23.10.51";
|
||||
const char broker[] = "172.23.10.3";
|
||||
int port = 1883;
|
||||
|
||||
const long interval = 500; // Interval for sending messages (milliseconds)
|
||||
|
||||
Reference in New Issue
Block a user