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: DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-Custom mDot_Channel_Plans
Fork of MTDOT-BOX-EVB-Factory-Firmware by
Diff: CommandTerminal/CmdDisplayConfig.cpp
- Revision:
- 12:5b5e076b5f01
- Parent:
- 7:a31236c2e75c
- Child:
- 13:0e9c1b42621b
diff -r 19ce32436b9b -r 5b5e076b5f01 CommandTerminal/CmdDisplayConfig.cpp
--- a/CommandTerminal/CmdDisplayConfig.cpp Thu Nov 10 22:10:58 2016 +0000
+++ b/CommandTerminal/CmdDisplayConfig.cpp Wed Nov 30 01:58:34 2016 +0000
@@ -38,7 +38,7 @@
_serial.writef("%s\r\n", mts::Text::bin2hexString(_dot->getDeviceId(), ":").c_str());
_serial.writef("Frequency Band:\t\t%s\r\n", mDot::FrequencyBandStr(_dot->getFrequencyBand()).c_str());
- if (_dot->getFrequencyBand() == mDot::FB_US915)
+
_serial.writef("Frequency Sub Band:\t%u\r\n", _dot->getFrequencySubBand());
_serial.writef("Public Network:\t\t%s\r\n", _dot->getPublicNetwork() ? "on" : "off");
