Christopher Haster / ESP8266Interface

Dependencies:   ESP8266

Fork of ESP8266Interface by NetworkSocketAPI

Revision:
15:d29439d50306
Parent:
13:0186e9e35a24
Child:
16:b2f781416464
--- a/WiFiRadioInterface.cpp	Wed Jun 17 23:40:14 2015 +0000
+++ b/WiFiRadioInterface.cpp	Thu Jun 18 15:25:12 2015 +0000
@@ -121,7 +121,7 @@
     return -1;
 }
 
-int32_t WiFiRadioInterface::connect(const Endpoint &endpoint) const
+int32_t WiFiRadioInterface::open(const Endpoint &endpoint) const
 {
     return -1;
 }