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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
69:93dace69ee98
Parent:
58:de5f2c001ab0
Child:
76:6eeffc10739d
--- a/Cellular/CellularFactory.cpp	Tue Oct 21 21:14:13 2014 +0000
+++ b/Cellular/CellularFactory.cpp	Tue Nov 11 17:54:06 2014 +0000
@@ -72,6 +72,9 @@
             } else if (model.find("GE910") != string::npos) {
                 type = Cellular::MTSMC_G3;
                 mNumber = "GE910";
+            } else if (model.find("LE910-NAG") != string::npos) {
+                type = Cellular::MTSMC_LAT1;
+                mNumber = "LE910-NAG";
             }
             if (type != Cellular::NA) {
                 cell = new EasyIP(type);