summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdNetworkKey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/CmdNetworkKey.cpp')
-rw-r--r--CommandTerminal/CmdNetworkKey.cpp2
1 files changed, 1 insertions, 1 deletions
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());