diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-06-25 10:40:05 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-06-25 10:40:05 +0300 |
commit | 84079ef45d664f8c5b2cd93732029f98ff68dd41 (patch) | |
tree | 11e0b4c40446212f9ba448a6b26d7b7df44d40ca | |
parent | ccb90a0df7335c49589831cfddb9e3d2a4322b5d (diff) | |
download | radio-query-84079ef45d664f8c5b2cd93732029f98ff68dd41.tar.gz radio-query-84079ef45d664f8c5b2cd93732029f98ff68dd41.tar.bz2 radio-query-84079ef45d664f8c5b2cd93732029f98ff68dd41.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
@@ -711,5 +711,5 @@ void printHelp(const std::string& sApp) { // printf("\t--active-firmware\n"); printf("\n"); printf("\tSupported Radios:\n"); - printf("\t\tHE910, GE910, DE910, CE910, LE910, ME910, EG95\n"); + printf("\t\tHE910, GE910, DE910, CE910, LE910, ME910, EG95, EG25\n"); } |