From 42c2f95f129dc0f9a592707a95b739a100d3b4e7 Mon Sep 17 00:00:00 2001 From: Kalored <30497634+Kalored@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:25:16 +0100 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8d7db21..2663644 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(); }