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:
- 7:a31236c2e75c
- Parent:
- 1:71125aa00e33
- Child:
- 12:05435282f899
--- a/Layout/LayoutStartup.cpp Fri Nov 04 22:21:01 2016 +0000
+++ b/Layout/LayoutStartup.cpp Fri Nov 04 17:27:05 2016 -0500
@@ -18,16 +18,16 @@
#include "LayoutStartup.h"
#include "MultiTech_Logo.h"
-#include "version.h"
+#include "dotbox_version.h"
#include "MTSText.h"
LayoutStartup::LayoutStartup(DOGS102* lcd, mDot* dot)
: Layout(lcd),
_dot(dot),
- _lName(0, 3, "MTDOT-BOX/EVB"),
+ _lName(0, 3, "DOT-BOX/EVB"),
_lInfo(0, 4, "Factory Firmware"),
_lVersion(0, 5, "Version"),
- _fName(14, 3, 3),
+ _fName(12, 3, 5),
_fVersion(8, 5, 9),
_fId(0, 7, 17),
_fGps(0, 6, 17),
@@ -47,7 +47,7 @@
writeLabel(_lName);
writeLabel(_lInfo);
writeLabel(_lVersion);
- writeField(_fName, mDot::FrequencyBandStr(_dot->getFrequencyBand()).substr(3));
+ writeField(_fName, mDot::FrequencyBandStr(_dot->getFrequencyBand()));
writeField(_fVersion, version);
writeField(_fId, id);