Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

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);