From 692b74778f6b95cf0c668dfdb85f39035e113baa Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 14 Sep 2016 11:02:19 -0500 Subject: Add AT+TXF and AT+SENDC debug commands --- CommandTerminal/Commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CommandTerminal/Commands.h') diff --git a/CommandTerminal/Commands.h b/CommandTerminal/Commands.h index 9a06835..b041b19 100644 --- a/CommandTerminal/Commands.h +++ b/CommandTerminal/Commands.h @@ -49,4 +49,6 @@ #ifdef MTS_RADIO_DEBUG_COMMANDS #include "CmdWriteProtectedConfig.h" +#include "CmdSendContinuous.h" +#include "CmdTxFrequency.h" #endif -- cgit v1.2.3