Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MTS-Serial libxDot-mbed5
Diff: CommandTerminal/CmdTxWait.cpp
- 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)";