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 /src/MTS_IO_LE866Radio.cpp | |
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 'src/MTS_IO_LE866Radio.cpp')
-rw-r--r-- | src/MTS_IO_LE866Radio.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/MTS_IO_LE866Radio.cpp b/src/MTS_IO_LE866Radio.cpp index 85b8dc3..f695707 100644 --- a/src/MTS_IO_LE866Radio.cpp +++ b/src/MTS_IO_LE866Radio.cpp @@ -36,4 +36,6 @@ LE866Radio::LE866Radio(const std::string& sLE866Model, const std::string& sPort) } - +const std::vector<std::string> LE866Radio::getRegistrationCommands() { + return { "CREG", "CGREG", "CEREG" }; +} |