Improve Wifly Interface
Fork of WiflyInterface 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