summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mts/MTS_IO_ME910C1WWRadio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_ME910C1WWRadio.h b/include/mts/MTS_IO_ME910C1WWRadio.h
index a72160d..bfbb8a6 100644
--- a/include/mts/MTS_IO_ME910C1WWRadio.h
+++ b/include/mts/MTS_IO_ME910C1WWRadio.h
@@ -33,7 +33,8 @@ namespace MTS {
ME910C1WWRadio(const std::string& sPort);
virtual ~ME910C1WWRadio(){};
- virtual CODE getCarrier(std::string& sCarrier);
+ CellularRadio::CODE setActiveFirmware(const Json::Value& jArgs);
+ CellularRadio::CODE getActiveFirmware(std::string& sFwId);
protected: