with 36errors

Dependencies:   MTS-Serial libxDot-dev-mbed5-deprecated

Fork of Dot-AT-Firmware by MultiTech

Revision:
17:95c9eb69329a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CommandTerminal/CmdDefaultFrequencyBand.h	Mon Jun 19 15:54:03 2017 -0500
@@ -0,0 +1,21 @@
+#ifndef __CMDDEFAULTFREQUENCYBAND_H__
+#define __CMDDEFAULTFREQUENCYBAND_H__
+
+#include "Command.h"
+
+class CommandTerminal;
+
+class CmdDefaultFrequencyBand : public Command {
+
+public:
+
+    CmdDefaultFrequencyBand();
+    static uint32_t action(std::vector<std::string> args);
+    static bool verify(std::vector<std::string> args);
+    
+private:   
+
+    
+};
+
+#endif // __CMDDEFAULTFREQUENCYBAND_H__