This is library for using WizFi250

Dependents:   WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more

Revision:
15:67cb9c94f534
Parent:
14:1f5121c5efcd
--- a/WizFi250/WizFi250_at.cpp	Tue Jul 14 06:53:34 2015 +0000
+++ b/WizFi250/WizFi250_at.cpp	Thu Jul 30 04:24:38 2015 +0000
@@ -316,7 +316,7 @@
     char cmd[CFG_CMD_SIZE];
     int resp;
 
-    sprintf(cmd,"AT+FDNS=%s,1000",host);
+    sprintf(cmd,"AT+FDNS=%s,3000",host);
     resp = sendCommand(cmd, RES_FDNS);
 
     WIZ_DBG("%s",_state.resolv);