Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalored authored Nov 7, 2022
1 parent 53833b0 commit 42c2f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ void setup()
{
mqttConfigValid = true;
Serial.println("IP used for MQTT server: " + mqttServerIp.toString());
mqttClient.setServer(mqttServerIp , 1883);
mqttClient.setServer(mqttServerIp , 1893);
mqttClient.setCallback(mqttCallback);
connectMqttClient();
}
Expand Down

0 comments on commit 42c2f95

Please sign in to comment.