Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
81:87c20e68b7e7
Parent:
76:6eeffc10739d
--- a/Cellular/CellularFactory.cpp	Wed Sep 09 18:12:52 2015 +0000
+++ b/Cellular/CellularFactory.cpp	Tue Sep 26 04:52:47 2017 +0000
@@ -72,7 +72,7 @@
             } else if (model.find("GE910") != string::npos) {
                 type = Cellular::MTSMC_G3;
                 mNumber = "GE910";
-            } else if (model.find("LE910-NAG") != string::npos) {
+            } else if (model.find("LE910-NA") != string::npos) {
                 type = Cellular::MTSMC_LAT1;
                 mNumber = "LE910-NAG";
             } else if (model.find("LE910-SVG") != string::npos) {