summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mts/MTS_IO_LE910C4NFRadio.h1
-rw-r--r--src/MTS_IO_LE910C4NFRadio.cpp4
2 files changed, 5 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910C4NFRadio.h b/include/mts/MTS_IO_LE910C4NFRadio.h
index dfd0a0f..afd1c24 100644
--- a/include/mts/MTS_IO_LE910C4NFRadio.h
+++ b/include/mts/MTS_IO_LE910C4NFRadio.h
@@ -39,6 +39,7 @@ namespace MTS {
virtual CODE getActiveFirmware(std::string& sFwId);
protected:
+ FOTA_GROUP getFotaGroup() override;
private:
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;
+}