summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1434896..eaaa95a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -7,7 +7,7 @@
#include <PubSubClient.h>
const char* debug = "debug";
-const char* server = "172.19.1.10";
+const char* server = "mqtt.iot";
WiFiClient espClient;
PubSubClient client(espClient);