diff options
Diffstat (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingShakeThreshold.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/settings/SettingShakeThreshold.h b/src/displayapp/screens/settings/SettingShakeThreshold.h index 36c5956..ed56589 100644 --- a/src/displayapp/screens/settings/SettingShakeThreshold.h +++ b/src/displayapp/screens/settings/SettingShakeThreshold.h @@ -25,10 +25,10 @@ namespace Pinetime { Controllers::Settings& settingsController; Controllers::MotionController& motionController; System::SystemTask& systemTask; - - uint8_t taskCount; + uint8_t calibrating; + uint32_t vDecay,vCalTime; lv_obj_t* cbOption[2]; - lv_obj_t *positionArc, *calButton, *calLabel; + lv_obj_t *positionArc, *animArc,*calButton, *calLabel; lv_task_t* refreshTask; }; } |
