diff --git a/src/ThingESP_8266.cpp b/src/ThingESP_8266.cpp index c4cbc1c..8348b24 100644 --- a/src/ThingESP_8266.cpp +++ b/src/ThingESP_8266.cpp @@ -129,8 +129,7 @@ class ThingESP8266 const char *ssid; const char *ssid_password; - const char *mqttServer = "10.0.0.150"; - + const char *mqttServer = "thingesp.siddhesh.me"; #ifndef _DISABLE_TLS_ int mqttPort = 1899; #else