Dependents:   mtsas

Fork of MTS-Cellular by MultiTech

Revision:
39:629fc8475af1
Parent:
35:257eb41405e1
Child:
40:ecef43f87c7a
--- 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;
 }