diff options
author | Jeff Hatch <jhatch@multitech.com> | 2023-01-31 13:54:52 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2023-01-31 13:54:52 -0600 |
commit | b504ed673fa55ae1a429fd468079ee8c16c4a04a (patch) | |
tree | 620e1d7509ddfe0e9b7102485ce01a0ff4549964 /include/mts/MTS_IO_HE910Radio.h | |
parent | 430506fb7757d6736988d75c8ea53c85f6c97da9 (diff) | |
parent | 23d702dfaaa6ef20a02e410a09ae6f67e967464f (diff) | |
download | libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.gz libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.bz2 libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.zip |
Merge branch 'ym/GP-1733/add_sequans_support' into 'master'
[GP-1733] mPower R.6.3.X: L6G1 Support
See merge request !53
Diffstat (limited to 'include/mts/MTS_IO_HE910Radio.h')
-rw-r--r-- | include/mts/MTS_IO_HE910Radio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_HE910Radio.h b/include/mts/MTS_IO_HE910Radio.h index c8700da..54ad5a3 100644 --- a/include/mts/MTS_IO_HE910Radio.h +++ b/include/mts/MTS_IO_HE910Radio.h @@ -39,10 +39,12 @@ namespace MTS { public: virtual ~HE910Radio(){}; - CODE setRxDiversity(const Json::Value& jArgs); + CODE setRxDiversity(const Json::Value& jArgs); + const std::vector<std::string> getRegistrationCommands() override; protected: HE910Radio(const std::string& sHE910Model, const std::string& sPort); + private: }; |