Skip to content

Commit 9598f79

Browse files
committed
server dns fixed
1 parent 12eabcd commit 9598f79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ThingESP_8266.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ class ThingESP8266
129129
const char *ssid;
130130
const char *ssid_password;
131131

132-
const char *mqttServer = "10.0.0.150";
133-
132+
const char *mqttServer = "thingesp.siddhesh.me";
134133
#ifndef _DISABLE_TLS_
135134
int mqttPort = 1899;
136135
#else

0 commit comments

Comments
 (0)