Update IP address

This commit is contained in:
2022-08-17 16:51:45 -04:00
parent b7cea177ec
commit e4944ea5d3

View File

@@ -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)