summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/FirmwareValidation.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-05-16 09:37:39 (GMT)
committerGitHub <noreply@github.com>2021-05-16 09:37:39 (GMT)
commit5b2472c4bc84bbdd5e8326ea7562f6bc133cf00e (patch)
tree7b78058f711164ab36890c2acccb56c8e7ac6e91 /src/displayapp/screens/FirmwareValidation.h
parentb5884397191964a3bc080bd4c6953e2b00a564a9 (diff)
parenta4de61e1f5c7842d25bac0cfb22e4a9f0bff671c (diff)
Merge pull request #347 from jedi2light/feature-show-git-commit-hash-short
Feature: Store and show git short ref on PineTime alongside other firmware information
Diffstat (limited to 'src/displayapp/screens/FirmwareValidation.h')
-rw-r--r--src/displayapp/screens/FirmwareValidation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/screens/FirmwareValidation.h b/src/displayapp/screens/FirmwareValidation.h
index 67662fd..303c215 100644
--- a/src/displayapp/screens/FirmwareValidation.h
+++ b/src/displayapp/screens/FirmwareValidation.h
@@ -25,7 +25,10 @@ namespace Pinetime {
lv_obj_t* labelVersionInfo;
lv_obj_t* labelVersionValue;
+ lv_obj_t* labelShortRefInfo;
+ lv_obj_t* labelShortRefValue;
char version[9];
+ char shortref[9];
lv_obj_t* labelIsValidated;
lv_obj_t* buttonValidate;
lv_obj_t* labelButtonValidate;