From 097dbc88bfd6303fbc6b08e95cf49a16936a4d67 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 16 Dec 2015 12:48:24 -0600 Subject: update AT command help, add AT+EXIT command so it gets displayed in help --- CommandTerminal/CmdMaximumSize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CommandTerminal/CmdMaximumSize.cpp') 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)"; -- cgit v1.2.3