summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdWriteProtectedConfig.cpp
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2016-09-14 11:02:19 -0500
committerJason Reiss <jreiss@multitech.com>2016-09-14 11:02:19 -0500
commit692b74778f6b95cf0c668dfdb85f39035e113baa (patch)
treee7bc7d35baef7f63146a4e25e7df34c6c4030fd7 /CommandTerminal/CmdWriteProtectedConfig.cpp
parent173c34ce2472d33c957457de125a56a83ff11aa1 (diff)
downloadmtdot-box-evb-factory-firmware-692b74778f6b95cf0c668dfdb85f39035e113baa.tar.gz
mtdot-box-evb-factory-firmware-692b74778f6b95cf0c668dfdb85f39035e113baa.tar.bz2
mtdot-box-evb-factory-firmware-692b74778f6b95cf0c668dfdb85f39035e113baa.zip
Add AT+TXF and AT+SENDC debug commands
Diffstat (limited to 'CommandTerminal/CmdWriteProtectedConfig.cpp')
-rw-r--r--CommandTerminal/CmdWriteProtectedConfig.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CommandTerminal/CmdWriteProtectedConfig.cpp b/CommandTerminal/CmdWriteProtectedConfig.cpp
index 6c2d6ce..db22562 100644
--- a/CommandTerminal/CmdWriteProtectedConfig.cpp
+++ b/CommandTerminal/CmdWriteProtectedConfig.cpp
@@ -24,6 +24,10 @@ CmdWriteProtectedConfig::CmdWriteProtectedConfig(mDot* dot) :
_help = std::string(text()) + ": " + std::string(desc());
}
+CmdWriteProtectedConfig::~CmdWriteProtectedConfig() {
+
+}
+
uint32_t CmdWriteProtectedConfig::action(std::vector<std::string> args)
{
if (!_dot->saveProtectedConfig()) {