summaryrefslogtreecommitdiff
path: root/Mode/ModeConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Mode/ModeConfig.cpp')
-rw-r--r--Mode/ModeConfig.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mode/ModeConfig.cpp b/Mode/ModeConfig.cpp
index 6fbeae0..8f869bf 100644
--- a/Mode/ModeConfig.cpp
+++ b/Mode/ModeConfig.cpp
@@ -54,6 +54,10 @@ ModeConfig::ModeConfig(DOGS102* lcd, ButtonHandler* buttons, mDot* dot, LoRaHand
addCommand(new CmdGetSurveyDataFile(_dot, _serial));
addCommand(new CmdDeleteSurveyDataFile(_dot, _serial));
addCommand(new CmdDummy(_dot, "Exit to main menu", "AT+EXIT", "Exit configuration and return to the main menu"));
+
+#if MTS_RADIO_DEBUG_COMMANDS
+ addCommand(new CmdWriteProtectedConfig(_dot));
+#endif
}
void ModeConfig::printHelp() {