mDot AT-Firmware for testing
Dependencies: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
Diff: CommandTerminal/CmdRxFrequency.cpp
- Revision:
- 6:e27eaad36a0c
- Parent:
- 1:e52ae6584f1c
- Child:
- 9:ff62b20f7000
--- a/CommandTerminal/CmdRxFrequency.cpp Tue Aug 18 16:31:53 2015 +0000 +++ b/CommandTerminal/CmdRxFrequency.cpp Fri Jan 29 14:01:05 2016 -0600 @@ -49,8 +49,6 @@ return false; } - DEBUG_PRINTF("FREQ MIN: %lu MAX: %lu\r\n", _dot->getMinFrequency(), _dot->getMaxFrequency()); - if (frequency != 0 && (frequency < _dot->getMinFrequency() || frequency > _dot->getMaxFrequency())) { if (_dot->getFrequencyBand() == mDot::FB_868) setErrorMessage("Invalid timeout, expects (0,863000000-870000000)");