From adc3d703dd1945b2b06c80dd7252cb4e9cc4f485 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Fri, 8 Jan 2016 09:27:22 -0600 Subject: allow changes to protected config if built with debug macros MTS_RADIO_DEBUG_COMMANDS and DEBUG_MAC --- CommandTerminal/Commands.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CommandTerminal/Commands.h') diff --git a/CommandTerminal/Commands.h b/CommandTerminal/Commands.h index 22beb41..da1f8bd 100644 --- a/CommandTerminal/Commands.h +++ b/CommandTerminal/Commands.h @@ -28,3 +28,7 @@ #include "CmdDeleteSurveyDataFile.h" #include "CmdDummy.h" + +#ifdef MTS_RADIO_DEBUG_COMMANDS +#include "CmdWriteProtectedConfig.h" +#endif -- cgit v1.2.3