This is library for using WizFi250

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

Revision:
17:2a20f54f2929
Parent:
16:8c69e246be54
Child:
18:3a2282277ad0
--- a/Socket/UDPSocket.cpp	Thu Jul 30 08:13:57 2015 +0000
+++ b/Socket/UDPSocket.cpp	Thu Jul 30 11:12:06 2015 +0000
@@ -39,7 +39,7 @@
 int UDPSocket::bind(int port)
 {
     _port = port;
-    _server = true;
+    //_server = true;
     return 0;
 }