summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-06-25 10:40:05 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-06-25 10:40:05 +0300
commit84079ef45d664f8c5b2cd93732029f98ff68dd41 (patch)
tree11e0b4c40446212f9ba448a6b26d7b7df44d40ca
parentccb90a0df7335c49589831cfddb9e3d2a4322b5d (diff)
downloadradio-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 98a2c23..065de30 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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");
}