for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
31:fd0eaf273b11
Parent:
30:c035696b9397
Child:
34:7ccda5d68a00
Child:
37:6887e61cf674
diff -r c035696b9397 -r fd0eaf273b11 Socket/UDPSocket.cpp
--- a/Socket/UDPSocket.cpp	Wed Apr 29 22:43:03 2015 +0000
+++ b/Socket/UDPSocket.cpp	Thu Apr 30 04:53:21 2015 +0000
@@ -53,7 +53,7 @@
 
     while ((tmr.read_ms() < _timeout) || _blocking) {
 
-        idx += wifi->sendUDP(packet, length);
+        idx += wifi->send(packet, length);
 
         if (idx == length)
             return idx;