ESP8266 / ESP8266NodeMCUInterface

Dependencies:   BufferedSerial

Dependents:   esp8266_nodeMCU1 esp8266_2_thingspeak1 Solarator_0-0-2 IoTBurglar_and_Fire_AlarmSystem ... more

Fork of ESP8266Interface by ESP8266

Revision:
16:3f0efaa57a12
Parent:
13:41098c907200
Child:
19:fb8d5bff2076
--- a/Socket/UDPSocket.cpp	Sun Nov 30 21:56:03 2014 +0000
+++ b/Socket/UDPSocket.cpp	Mon Dec 01 06:22:00 2014 +0000
@@ -106,5 +106,5 @@
 
 bool UDPSocket::readEndpoint(Endpoint & ep)
 {
-    return false;
+    return true;
 }