few changes for RTS/CTS control
Dependencies: MTS-Serial libmDot mbed-rtos mbed
Fork of mDot_AT_firmware by
Diff: CommandTerminal/CmdCRC.cpp
- Revision:
- 6:e27eaad36a0c
- Parent:
- 1:e52ae6584f1c
- Child:
- 9:ff62b20f7000
--- a/CommandTerminal/CmdCRC.cpp Tue Aug 18 16:31:53 2015 +0000 +++ b/CommandTerminal/CmdCRC.cpp Fri Jan 29 14:01:05 2016 -0600 @@ -1,7 +1,7 @@ #include "CmdCRC.h" CmdCRC::CmdCRC(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "CRC Checking ", "AT+CRC", "Enable/disable CRC checking of received packets. (0: off, 1: on)"), _serial(serial) + Command(dot, "CRC Checking ", "AT+CRC", "Enable/disable CRC (0: off, 1: on)"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); _usage = "(0,1)";