now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
19:fb8d5bff2076
Parent:
1:fb4494783863
diff -r 60422852e99c -r fb8d5bff2076 Socket/UDPSocket.h
--- a/Socket/UDPSocket.h	Mon Dec 01 08:25:23 2014 +0000
+++ b/Socket/UDPSocket.h	Mon Dec 01 08:56:54 2014 +0000
@@ -67,6 +67,7 @@
     bool readEndpoint(Endpoint & ep);
     bool endpoint_configured;
     bool endpoint_read;
+    Endpoint currentEndpoint;
     
 };