for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
13:41098c907200
Parent:
1:fb4494783863
Child:
16:3f0efaa57a12
--- a/Socket/Endpoint.h	Wed Oct 08 19:57:58 2014 +0000
+++ b/Socket/Endpoint.h	Sun Nov 30 21:14:09 2014 +0000
@@ -18,7 +18,7 @@
 #ifndef ENDPOINT_H
 #define ENDPOINT_H
 
-#include "Wifly.h"
+#include "ESP8266.h"
 
 class UDPSocket;
 
@@ -59,7 +59,7 @@
 protected:
     char _ipAddress[16];
     int _port;
-    Wifly * wifly;
+    ESP8266 * ESP8266;
 };
 
 #endif