Condense firmware validation code

This commit is contained in:
Riku Isokoski
2021-07-03 13:32:35 +03:00
committed by JF002
parent 217f16d189
commit 94aefed98f
2 changed files with 10 additions and 28 deletions

View File

@@ -23,12 +23,7 @@ namespace Pinetime {
private:
Pinetime::Controllers::FirmwareValidator& validator;
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* labelVersion;
lv_obj_t* labelIsValidated;
lv_obj_t* buttonValidate;
lv_obj_t* labelButtonValidate;