summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdTxPower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/CmdTxPower.cpp')
-rw-r--r--CommandTerminal/CmdTxPower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandTerminal/CmdTxPower.cpp b/CommandTerminal/CmdTxPower.cpp
index 8816b46..978d3b5 100644
--- a/CommandTerminal/CmdTxPower.cpp
+++ b/CommandTerminal/CmdTxPower.cpp
@@ -1,7 +1,7 @@
#include "CmdTxPower.h"
CmdTxPower::CmdTxPower(mDot* dot, mts::MTSSerial& serial) :
- Command(dot, "Tx Power", "AT+TXP", "Set the Tx power for all channels"), _serial(serial)
+ Command(dot, "Tx Power", "AT+TXP", "Set the Tx power for LoRa demo mode"), _serial(serial)
{
_help = std::string(text()) + ": " + std::string(desc());
_usage = "(2-20)";