This is library for using WizFi250

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

Revision:
19:de5cace1393e
Parent:
12:bb8e979df6df
--- a/WizFi250/WizFi250_sock.cpp	Thu Jul 30 11:13:12 2015 +0000
+++ b/WizFi250/WizFi250_sock.cpp	Wed Oct 21 04:58:17 2015 +0000
@@ -107,7 +107,7 @@
 
 int WizFi250::close (int cid)
 {
-    if(!isConnected(cid))   return -1;
+//    if(!isConnected(cid))   return -1;
 
     _con[cid].connected = false;
     return cmdCLOSE(cid);