From 1b8146c578dbea3868e16e560f5800007d104b5f Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Wed, 2 May 2018 14:55:40 -0500 Subject: Add support for getting the Firmware Build Version from the Telit radio --- include/mts/MTS_IO_ME910Radio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mts/MTS_IO_ME910Radio.h') diff --git a/include/mts/MTS_IO_ME910Radio.h b/include/mts/MTS_IO_ME910Radio.h index b3eefcf..e665d19 100644 --- a/include/mts/MTS_IO_ME910Radio.h +++ b/include/mts/MTS_IO_ME910Radio.h @@ -44,6 +44,8 @@ namespace MTS { virtual CODE setRxDiversity(const Json::Value& jArgs); + virtual CODE getFirmwareBuild(std::string& sFirmware); + protected: private: -- cgit v1.2.3