ME910 support

Fork of MTS-Cellular by MultiTech

Revision:
81:6d601e345d0f
Parent:
80:e66bf5723b98
--- a/Cellular/Cellular.cpp	Wed Sep 09 18:12:52 2015 +0000
+++ b/Cellular/Cellular.cpp	Thu Sep 07 16:11:14 2017 +0000
@@ -77,6 +77,8 @@
             return "MTSMC_LEU1";
         case MTSMC_LVW2:
             return "MTSMC_LVW2";
+        case MTSMC_LAT3:
+            return "MTSMC_LAT3";
         default:
             return "UNKNOWN ENUM";
     }
@@ -223,7 +225,7 @@
                     done = true;
                 }
                 
-                if(type == MTSMC_H5 || type == MTSMC_G3 || type == MTSMC_EV3 || type == MTSMC_C2 || type == MTSMC_LAT1 || type == MTSMC_LEU1 || type == MTSMC_LVW2) {
+                if(type == MTSMC_H5 || type == MTSMC_G3 || type == MTSMC_EV3 || type == MTSMC_C2 || type == MTSMC_LAT1 || type == MTSMC_LEU1 || type == MTSMC_LVW2 || type == MTSMC_LAT3) {
                     if (result.find("CONNECT\r\n") != std::string::npos) {
                         done = true;
                     }