with 36errors

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

Fork of Dot-AT-Firmware by MultiTech

Revision:
4:666017851052
Parent:
1:e52ae6584f1c
Child:
9:ff62b20f7000
--- a/CommandTerminal/CmdTxWait.cpp	Tue Aug 18 15:58:59 2015 +0000
+++ b/CommandTerminal/CmdTxWait.cpp	Tue Aug 18 11:21:43 2015 -0500
@@ -1,7 +1,7 @@
 #include "CmdTxWait.h"
 
 CmdTxWait::CmdTxWait(mDot* dot, mts::MTSSerial& serial) :
-        Command(dot, "Tx wait", "AT+TXW", "Enable/disable waiting for rx windows to expire after send. (0: off, 1: on)"), _serial(serial)
+        Command(dot, "Tx Wait", "AT+TXW", "Enable/disable waiting for rx windows to expire after send. (0: off, 1: on)"), _serial(serial)
 {
     _help = std::string(text()) + ": " + std::string(desc());
     _usage = "(0,1)";