Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
17:dee902f7d00e
Parent:
15:700a7662c52e
Child:
18:fa0d8120f81f
--- a/Cellular/UIP.cpp	Thu Jun 05 14:52:59 2014 +0000
+++ b/Cellular/UIP.cpp	Thu Jun 05 17:29:32 2014 +0000
@@ -40,7 +40,7 @@
         return false;
     }
 
-    logDebug("radio: %s", Cellular::getRadioNames(type).c_str());
+    logDebug("radio type: %s", Cellular::getRadioNames(type).c_str());
     return true;
 }