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
Diff: Cellular/CellularFactory.cpp
- Revision:
- 76:6eeffc10739d
- Parent:
- 69:93dace69ee98
--- a/Cellular/CellularFactory.cpp Wed Mar 25 17:59:46 2015 +0000
+++ b/Cellular/CellularFactory.cpp Thu Jun 25 08:27:35 2015 -0500
@@ -75,6 +75,12 @@
} else if (model.find("LE910-NAG") != string::npos) {
type = Cellular::MTSMC_LAT1;
mNumber = "LE910-NAG";
+ } else if (model.find("LE910-SVG") != string::npos) {
+ type = Cellular::MTSMC_LVW2;
+ mNumber = "LE910-SVG";
+ } else if (model.find("LE910-EUG") != string::npos) {
+ type = Cellular::MTSMC_LEU1;
+ mNumber = "LE910-EUG";
}
if (type != Cellular::NA) {
cell = new EasyIP(type);
