Renamed confusing variables and general cleanup

This commit is contained in:
Stephanie
2021-10-23 13:41:10 -04:00
committed by JF
parent 7eff1dbcc6
commit a65f173e3c
4 changed files with 18 additions and 21 deletions

View File

@@ -31,9 +31,9 @@ namespace Pinetime {
lv_obj_t* lSteps;
lv_obj_t* lStepsIcon;
lv_obj_t* stepsArc;
lv_obj_t* btnTrip;
lv_obj_t* txtTrip;
lv_obj_t* tripText;
lv_obj_t* resetBtn;
lv_obj_t* resetButtonLabel;
lv_obj_t* tripLabel;
uint32_t stepsCount;