diff options
author | Torben Egmose <torben.egmose@gmail.com> | 2021-04-03 15:32:26 +0200 |
---|---|---|
committer | Torben Egmose <torben.egmose@gmail.com> | 2021-04-03 15:32:26 +0200 |
commit | b84afebba0c75081165de3466aef15a0b40aa337 (patch) | |
tree | 5aecb501b48974ef902f7db462f32b14ceeb39f9 /src | |
parent | 9c887a4357047da8ca08ff4bac500afc2f55a120 (diff) |
mqtt via dns
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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);
|