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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
59:5535f14e3cc4
Parent:
57:7eb2eb536d4a
Child:
60:250c17af30fb
--- a/Cellular/EasyIP.cpp	Wed Aug 13 19:47:19 2014 +0000
+++ b/Cellular/EasyIP.cpp	Wed Aug 13 21:15:05 2014 +0000
@@ -101,7 +101,7 @@
     } else {
         logDebug("Making PPP Connection Attempt");
     }
-    std::string pppResult = sendCommand("AT#SGACT=1,1", 5000);
+    std::string pppResult = sendCommand("AT#SGACT=1,1", 15000);
     std::vector<std::string> parts;
     if(pppResult.find("OK") != std::string::npos) {
         parts = Text::split(pppResult, "\r\n");