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: NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2
Diff: Layout/LayoutStartup.cpp
- Revision:
- 12:05435282f899
- Parent:
- 7:a31236c2e75c
diff -r 19ce32436b9b -r 05435282f899 Layout/LayoutStartup.cpp
--- a/Layout/LayoutStartup.cpp Thu Nov 10 22:10:58 2016 +0000
+++ b/Layout/LayoutStartup.cpp Tue Oct 09 13:49:30 2018 -0500
@@ -27,10 +27,9 @@
_lName(0, 3, "DOT-BOX/EVB"),
_lInfo(0, 4, "Factory Firmware"),
_lVersion(0, 5, "Version"),
- _fName(12, 3, 5),
_fVersion(8, 5, 9),
+ _fGps(0, 6, 17),
_fId(0, 7, 17),
- _fGps(0, 6, 17),
_iLogo(0, 0, MultiTech_Logo)
{}
@@ -47,7 +46,6 @@
writeLabel(_lName);
writeLabel(_lInfo);
writeLabel(_lVersion);
- writeField(_fName, mDot::FrequencyBandStr(_dot->getFrequencyBand()));
writeField(_fVersion, version);
writeField(_fId, id);