summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdMaximumSize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/CmdMaximumSize.cpp')
-rw-r--r--CommandTerminal/CmdMaximumSize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandTerminal/CmdMaximumSize.cpp b/CommandTerminal/CmdMaximumSize.cpp
index 3679c72..8ac740d 100644
--- a/CommandTerminal/CmdMaximumSize.cpp
+++ b/CommandTerminal/CmdMaximumSize.cpp
@@ -3,7 +3,7 @@
//SPECIAL NOTE: Maximum size is stored in the LoraConfig WakeDelay 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.
CmdMaximumSize::CmdMaximumSize(mDot* dot, mts::MTSSerial& serial) :
- Command(dot, "Maximum Size", "AT+MAXSIZE", "Set the maximum payload size for sweep survey mode"), _serial(serial)
+ Command(dot, "Maximum Size", "AT+MAXSIZE", "Set the maximum payload size for survey sweep mode"), _serial(serial)
{
_help = std::string(text()) + ": " + std::string(desc());
_usage = "(11-242)";