From 96c939ec3c6eced37e1a12dc0be3ebbde0efb421 Mon Sep 17 00:00:00 2001 From: Serhii Kostiuk Date: Thu, 25 Jun 2020 10:36:25 +0300 Subject: [MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes Added EG25 to the list supported radios (as EG25 support is already merged into master). --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index cbda6d2..cfe7727 100644 --- a/main.cpp +++ b/main.cpp @@ -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) { -- cgit v1.2.3