Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
54:a6c738bfc391
Parent:
52:2cb58398a4f9
Child:
56:43205bd2752a
--- a/Cellular/UIP.cpp	Mon Aug 11 16:27:27 2014 +0000
+++ b/Cellular/UIP.cpp	Mon Aug 11 19:54:54 2014 +0000
@@ -298,7 +298,7 @@
 bool UIP::isOpen()
 {
     if(io->readable()) {
-        logDebug("Assuming open, data available to read.\n\r");
+        logDebug("Assuming open, data available to read.");
         return true;
     }
     return socketOpened;