From b84afebba0c75081165de3466aef15a0b40aa337 Mon Sep 17 00:00:00 2001 From: Torben Egmose Date: Sat, 3 Apr 2021 15:32:26 +0200 Subject: mqtt via dns --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 const char* debug = "debug"; -const char* server = "172.19.1.10"; +const char* server = "mqtt.iot"; WiFiClient espClient; PubSubClient client(espClient); -- cgit v1.2.3