diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-06-25 10:36:25 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-06-25 10:36:25 +0300 |
commit | 96c939ec3c6eced37e1a12dc0be3ebbde0efb421 (patch) | |
tree | 65fa9ad2cbe3eb40d9071977816997b8142d9d02 | |
parent | dc8ee1daeb37ffafde8f3fa4bd640db8174a8efc (diff) | |
download | radio-cmd-96c939ec3c6eced37e1a12dc0be3ebbde0efb421.tar.gz radio-cmd-96c939ec3c6eced37e1a12dc0be3ebbde0efb421.tar.bz2 radio-cmd-96c939ec3c6eced37e1a12dc0be3ebbde0efb421.zip |
[MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes
Added EG25 to the list supported radios (as EG25 support is already merged into master).
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -672,7 +672,7 @@ void printHelp(const std::string& sApp) { printf("\t--help (?) : returns this message\n"); printf("\n"); printf("\tSupported Radios:\n"); - printf("\t\tLE910, HE910, GE910, DE910, CE910, ME910, EG95\n"); + printf("\t\tLE910, HE910, GE910, DE910, CE910, ME910, EG95, EG25\n"); } const char *code2str(MTS::IO::ICellularRadio::CODE code) { |