Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
pferland
Date:
Tue Sep 26 04:52:47 2017 +0000
Parent:
80:e66bf5723b98
Commit message:
Changed LE910-NA detection to recognize cat 1 modules

Changed in this revision

Cellular/CellularFactory.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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) {