i have NTP Server to RTC Clock synchronization and get webpage value.
ESP8266 for Arduino code
const int httpPort = 80;
client.connect("www.windows.com", httpPort)); //no internet 5000 millis for time out
WiFi.hostByName("time.windows.com", timeServer); //no internet 5000 millis for time out
ESP Api espconn_gethostbyname
if internet normaly no problem but no internet 5 second freeze esp8266 for timeout error.
how setting DNS time out?Statistics: Posted by tontito — Sun May 17, 2015 6:41 pm
]]>