diff options
Diffstat (limited to 'include/mts/MTS_IO_HE910Radio.h')
-rw-r--r-- | include/mts/MTS_IO_HE910Radio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_HE910Radio.h b/include/mts/MTS_IO_HE910Radio.h index 8c1aaa1..e6fc73c 100644 --- a/include/mts/MTS_IO_HE910Radio.h +++ b/include/mts/MTS_IO_HE910Radio.h @@ -39,6 +39,7 @@ namespace MTS { public: virtual ~HE910Radio(){}; + CODE setRxDiversity(const Json::Value& jArgs); protected: HE910Radio(const std::string& sHE910Model, const std::string& sPort); |