diff options
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);
|