summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdMinimumPower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/CmdMinimumPower.cpp')
-rw-r--r--CommandTerminal/CmdMinimumPower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandTerminal/CmdMinimumPower.cpp b/CommandTerminal/CmdMinimumPower.cpp
index f3c997e..bd36cfd 100644
--- a/CommandTerminal/CmdMinimumPower.cpp
+++ b/CommandTerminal/CmdMinimumPower.cpp
@@ -3,7 +3,7 @@
//SPECIAL NOTE: Minimum power is stored in the LoraConfig WakeTimeout 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.
CmdMinimumPower::CmdMinimumPower(mDot* dot, mts::MTSSerial& serial) :
- Command(dot, "Minimum Power", "AT+MINPWR", "Set the minimum transmit power for sweep survey mode"), _serial(serial)
+ Command(dot, "Minimum Power", "AT+MINPWR", "Set the minimum transmit power for survey sweep mode"), _serial(serial)
{
_help = std::string(text()) + ": " + std::string(desc());
_usage = "(2-20)";