From 1993e08d187656c970050a1fbd31739b0c121634 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 24 Nov 2015 11:52:08 -0600 Subject: display device ID on bottom line, fix typo --- Layout/LayoutStartup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Layout') diff --git a/Layout/LayoutStartup.cpp b/Layout/LayoutStartup.cpp index 2922035..c317a7f 100644 --- a/Layout/LayoutStartup.cpp +++ b/Layout/LayoutStartup.cpp @@ -10,7 +10,7 @@ LayoutStartup::LayoutStartup(DOGS102* lcd, mDot* dot) _lInfo(0, 4, "Factory Firmware"), _lVersion(0, 5, "Version"), _fVersion(8, 5, 9), - _fId(0, 6, 17), + _fId(0, 7, 17), _iLogo(0, 0, MultiTech_Logo) {} -- cgit v1.2.3