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:
- 24:705480e2e482
- Parent:
- 23:cb8522185c56
- Child:
- 25:36b2d76ca8d9
--- a/Wifly/Wifly.cpp Thu Mar 31 12:38:56 2016 +0000 +++ b/Wifly/Wifly.cpp Thu Mar 31 14:13:07 2016 +0000 @@ -449,11 +449,11 @@ char Wifly::getc() { char c; - DBG("Waiting for buf_wifly.available() to return true..."); + //DBG("Waiting for buf_wifly.available() to return true..."); while (!buf_wifly.available()); - DBG("Dequeue-ing c..."); + //DBG("Dequeue-ing c..."); buf_wifly.dequeue(&c); - DBG("Return c:(%c)",c); + //DBG("Return c:(%c)",c); return c; } @@ -481,7 +481,7 @@ Timer tmr; int result = 0; - DBG("will send: %s",str); + DBG("Will send: %s, looking for ACK: %s",str, ACK); attach_rx(false); @@ -525,7 +525,7 @@ break; } - } + } } } DBG("check: %s", checking.c_str());