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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
14:614952fb3af3
Parent:
13:e443e7e2b605
Child:
15:700a7662c52e
--- a/Cellular/UIP.cpp	Thu May 22 14:05:49 2014 -0500
+++ b/Cellular/UIP.cpp	Fri May 30 20:28:42 2014 +0000
@@ -40,11 +40,7 @@
         return false;
     }
 
-    // Reset radio to make sure it's in a good state and wait for it to come back
-    reset();
-    test();
-
-    logDebug("radio: %s", Cellular::getRadioNames(type).data());
+    logDebug("radio: %s", Cellular::getRadioNames(type).c_str());
     return true;
 }