now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
13:41098c907200
Parent:
1:fb4494783863
diff -r c5f0eac67a8a -r 41098c907200 Socket/Socket.h
--- a/Socket/Socket.h	Wed Oct 08 19:57:58 2014 +0000
+++ b/Socket/Socket.h	Sun Nov 30 21:14:09 2014 +0000
@@ -18,7 +18,7 @@
 #ifndef SOCKET_H_
 #define SOCKET_H_
 
-#include "Wifly.h"
+#include "ESP8266.h"
 
 /** Socket file descriptor and select wrapper
   */
@@ -44,7 +44,7 @@
 protected:
     bool _blocking;
     int _timeout;
-    Wifly * wifi;
+    ESP8266 * wifi;
 };