mDot AT-Firmware for testing
Dependencies: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
Diff: CommandTerminal/CmdSnr.cpp
- Revision:
- 9:ff62b20f7000
- Parent:
- 1:e52ae6584f1c
- Child:
- 14:f9a77400b622
--- a/CommandTerminal/CmdSnr.cpp Mon Apr 04 13:17:44 2016 +0000 +++ b/CommandTerminal/CmdSnr.cpp Mon Apr 04 09:00:31 2016 -0500 @@ -1,7 +1,7 @@ #include "CmdSnr.h" CmdSnr::CmdSnr(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "Signal To Noise Ratio", "AT+SNR", "Display signal to noise ratio of received packets: last, min, max, avg"), + Command(dot, "Signal To Noise Ratio", "AT+SNR", "Display signal to noise ratio of received packets: last, min, max, avg in dB"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc());