Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266Interface by
Diff: WiFiRadioInterface.cpp
- Revision:
- 15:d29439d50306
- Parent:
- 13:0186e9e35a24
- Child:
- 16:b2f781416464
diff -r 55e8928e5788 -r d29439d50306 WiFiRadioInterface.cpp --- 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; }