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/CmdTxNextMs.cpp
- Revision:
- 2:e5eebd74d36d
- Parent:
- 1:e52ae6584f1c
- Child:
- 14:f9a77400b622
diff -r e52ae6584f1c -r e5eebd74d36d CommandTerminal/CmdTxNextMs.cpp --- a/CommandTerminal/CmdTxNextMs.cpp Thu Jun 25 10:23:41 2015 -0500 +++ b/CommandTerminal/CmdTxNextMs.cpp Fri Jul 10 09:43:56 2015 -0500 @@ -3,7 +3,7 @@ CmdTxNextMs::CmdTxNextMs(mDot* dot, mts::MTSSerial& serial) : Command(dot, "Tx Next", "AT+TXN", "Get time in ms until next free channel"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); - _usage = "(0-)"; + _usage = "(0-2793000)"; _queryable = true; }