git: show git short ref hash on SystemInfo(first screen) and FirmwareValidation screen alongside other information

This commit is contained in:
Stoian Minaiev
2021-05-14 01:09:40 +03:00
parent e04c8ee95e
commit a4de61e1f5
3 changed files with 16 additions and 0 deletions

View File

@@ -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;