summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdMaximumPower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/CmdMaximumPower.cpp')
-rw-r--r--CommandTerminal/CmdMaximumPower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandTerminal/CmdMaximumPower.cpp b/CommandTerminal/CmdMaximumPower.cpp
index d12c11f..b2ce106 100644
--- a/CommandTerminal/CmdMaximumPower.cpp
+++ b/CommandTerminal/CmdMaximumPower.cpp
@@ -3,7 +3,7 @@
//SPECIAL NOTE: Maximum power is stored in the LoraConfig WakeMode field. We decided to use 5 LoRaConfig locations,
// that are not used for the DotBox, for the 5 DotBox settings... +minsize, +maxsize, +minpwr, +maxpwr and +data.
CmdMaximumPower::CmdMaximumPower(mDot* dot, mts::MTSSerial& serial) :
- Command(dot, "Maximum Power", "AT+MAXPWR", "Set the maximum transmit power for sweep survey mode"), _serial(serial)
+ Command(dot, "Maximum Power", "AT+MAXPWR", "Set the maximum transmit power for survey sweep mode"), _serial(serial)
{
_help = std::string(text()) + ": " + std::string(desc());
_usage = "(2-20)";