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.
Dependents: ESP8266_W7500_Example DualNetworkInterface-Basic
Fork of ESP8266Interface by
Diff: Wifly/Wifly.cpp
- Revision:
- 3:9aa05e19c62e
- Parent:
- 2:8e54830d0df7
- Child:
- 4:0bcec6272784
--- a/Wifly/Wifly.cpp Sat Nov 24 16:59:36 2012 +0000
+++ b/Wifly/Wifly.cpp Thu Dec 20 10:37:52 2012 +0000
@@ -358,6 +358,18 @@
wait(0.2);
}
+bool Wifly::reboot()
+{
+ // if already in cmd mode, return
+ if (!sendCommand("reboot\r"))
+ return false;
+
+ wait(0.3);
+
+ state.cmd_mode = false;
+ return true;
+}
+
bool Wifly::close()
{
// if not connected, return
