few changes for RTS/CTS control
Dependencies: MTS-Serial libmDot mbed-rtos mbed
Fork of mDot_AT_firmware by
Diff: CommandTerminal/CmdLinkCheckThreshold.cpp
- Revision:
- 4:666017851052
- Parent:
- 1:e52ae6584f1c
- Child:
- 9:ff62b20f7000
diff -r 1ee9417f6707 -r 666017851052 CommandTerminal/CmdLinkCheckThreshold.cpp --- a/CommandTerminal/CmdLinkCheckThreshold.cpp Tue Aug 18 15:58:59 2015 +0000 +++ b/CommandTerminal/CmdLinkCheckThreshold.cpp Tue Aug 18 11:21:43 2015 -0500 @@ -1,7 +1,7 @@ #include "CmdLinkCheckThreshold.h" CmdLinkCheckThreshold::CmdLinkCheckThreshold(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "Link Check Threshold", "AT+LCT", "Set threshold for number of link check of ACK failures to tolerate, (0: off, N: number of failures"), _serial(serial) + Command(dot, "Link Check Threshold", "AT+LCT", "Set threshold for number of link check of ACK failures to tolerate, (0: off, N: number of failures)"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); _usage = "(0-255)";