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: ESP8266Interface.cpp
- Revision:
- 16:3f0efaa57a12
- Parent:
- 14:4d1128f72e00
- Child:
- 28:91e65e22e63a
diff -r 37a7a56a424f -r 3f0efaa57a12 ESP8266Interface.cpp
--- a/ESP8266Interface.cpp Sun Nov 30 21:56:03 2014 +0000
+++ b/ESP8266Interface.cpp Mon Dec 01 06:22:00 2014 +0000
@@ -12,9 +12,9 @@
return 0;
}
-int ESP8266Interface::connect()
+bool ESP8266Interface::connect()
{
- return ESP8266::join();
+ return ESP8266::connect();
}
int ESP8266Interface::disconnect()
