t3

Fork of C027_Support by u-blox

Revision:
139:40f2145d1d9b
Parent:
137:6a7a5c4f35f6
--- a/MDM.cpp	Thu Feb 25 13:22:34 2016 +0000
+++ b/MDM.cpp	Fri Sep 23 11:39:03 2016 +0000
@@ -462,6 +462,7 @@
                 goto failure;
         } else if ((_dev.dev == DEV_SARA_U2) || (_dev.dev == DEV_SARA_G35)) {
             // enable the network identification feature 
+            INFO("Format Sara G35 Modem\r\n");
             sendFormated("AT+UGPIOC=16,2\r\n");
             if (RESP_OK != waitFinalResp())
                 goto failure;