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

Dependents:   mtsas mtsas mtsas mtsas

Files at this revision

API Documentation at this revision

Comitter:
Vanger
Date:
Tue Jul 29 19:36:29 2014 +0000
Parent:
37:14f819beeccf
Child:
40:ecef43f87c7a
Commit message:
Removed redundant AT+IFC command under EasyIP.cpp constructor

Changed in this revision

Cellular/EasyIP.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Cellular/EasyIP.cpp	Wed Jul 23 16:04:41 2014 +0000
+++ b/Cellular/EasyIP.cpp	Tue Jul 29 19:36:29 2014 +0000
@@ -48,9 +48,6 @@
     if(sendBasicCommand("AT&K=3", 2000) != MTS_SUCCESS) {
         logWarning("Failed to set flow control to radio");
     }
-    if(sendBasicCommand("AT+IFC=2,2", 2000) != MTS_SUCCESS) {
-        logWarning("Failed to set flow control to radio");
-    }
     return true;
 }