for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
19:fb8d5bff2076
Parent:
1:fb4494783863
--- 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;
     
 };