Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MTS-Cellular by
Revision 81:87c20e68b7e7, committed 2017-09-26
- 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) {