summaryrefslogtreecommitdiff
path: root/src/MTS_IO_LE910C4NFRadio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MTS_IO_LE910C4NFRadio.cpp')
-rw-r--r--src/MTS_IO_LE910C4NFRadio.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MTS_IO_LE910C4NFRadio.cpp b/src/MTS_IO_LE910C4NFRadio.cpp
index 4c7f5a3..770a2c4 100644
--- a/src/MTS_IO_LE910C4NFRadio.cpp
+++ b/src/MTS_IO_LE910C4NFRadio.cpp
@@ -124,3 +124,7 @@ CellularRadio::CODE LE910C4NFRadio::getActiveFirmware(std::string& sFwId) {
return SUCCESS;
}
+
+TelitRadio::FOTA_GROUP LE910C4NFRadio::getFotaGroup() {
+ return VALUE_GROUP_B;
+}