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/CmdNetworkKey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CommandTerminal/CmdNetworkKey.cpp') diff --git a/CommandTerminal/CmdNetworkKey.cpp b/CommandTerminal/CmdNetworkKey.cpp index f85725c..575ff96 100644 --- a/CommandTerminal/CmdNetworkKey.cpp +++ b/CommandTerminal/CmdNetworkKey.cpp @@ -1,7 +1,7 @@ #include "CmdNetworkKey.h" CmdNetworkKey::CmdNetworkKey(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "Network Key", "AT+NK", "Configured network key/passphrase (App Key in LoraMac) ## AT+NK=0,hex AT+NK=1,passphrase (Net key = cmac(passphrase)) (16 bytes)"), + Command(dot, "Network Key", "AT+NK", "Configured network key/passphrase (App Key in LoraMac) AT+NK=0,hex AT+NK=1,passphrase (Net key = cmac(passphrase)) (16 bytes)"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); -- cgit v1.2.3