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: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Wifly/Wifly.cpp
- Revision:
- 20:3616a765c1b8
- Parent:
- 18:cf3bd54703a5
- Child:
- 22:6c5bcfa33922
diff -r cf3bd54703a5 -r 3616a765c1b8 Wifly/Wifly.cpp --- a/Wifly/Wifly.cpp Fri Mar 25 11:14:33 2016 +0000 +++ b/Wifly/Wifly.cpp Fri Mar 25 12:35:55 2016 +0000 @@ -253,6 +253,7 @@ DBG("CMD4: %s\n\r",rcv); // if failed, retry and parse the response if (sendCommand(cmd, NULL, rcv, 5000)) { + DBG("CMD5: %s\n\r",rcv); if (strstr(rcv, "OPEN") == NULL) { if (strstr(rcv, "Connected") != NULL) { wait(0.25); @@ -266,6 +267,7 @@ } } } else { + DBG("CMD5: %s\n\r",rcv); return false; }