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 MTS-Cellular by
Diff: Cellular/CellularFactory.cpp
- Revision:
- 14:614952fb3af3
- Parent:
- 11:4e428f689069
- Child:
- 16:1bc3e44d4746
--- a/Cellular/CellularFactory.cpp Thu May 22 14:05:49 2014 -0500
+++ b/Cellular/CellularFactory.cpp Fri May 30 20:28:42 2014 +0000
@@ -15,10 +15,10 @@
/* wait for radio to get into a good state */
while (true) {
if (sendCommand(io, "AT", 1000).find("OK") != string::npos) {
- logDebug("radio replied");
+ logTrace("radio replied");
break;
} else {
- logDebug("waiting on radio...");
+ logTrace("waiting on radio...");
}
wait(1);
