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/CmdMinimumSize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CommandTerminal/CmdMinimumSize.cpp') diff --git a/CommandTerminal/CmdMinimumSize.cpp b/CommandTerminal/CmdMinimumSize.cpp index 5315af7..ce21f9b 100644 --- a/CommandTerminal/CmdMinimumSize.cpp +++ b/CommandTerminal/CmdMinimumSize.cpp @@ -3,7 +3,7 @@ //SPECIAL NOTE: Minimum size is stored in the LoraConfig WakeInterval 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. CmdMinimumSize::CmdMinimumSize(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "Minimum Size", "AT+MINSIZE", "Set the minimum payload size for sweep survey mode"), _serial(serial) + Command(dot, "Minimum Size", "AT+MINSIZE", "Set the minimum payload size for survey sweep mode"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); _usage = "(11-242)"; -- cgit v1.2.3