summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingShakeThreshold.h
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-11-08 02:00:35 (GMT)
committerTim Keller <geekboy1011@gmail.com>2022-01-04 02:02:01 (GMT)
commitf86c71b2bb4290adece06fb4cd0aed333201d9fa (patch)
tree1b6893a8c589ab4795765c70420e75729e211a99 /src/displayapp/screens/settings/SettingShakeThreshold.h
parent92b1e83e3efab14140fa48267dbb49c4210ea85c (diff)
Made calibration window enable Accel wakeups for setting and calibration even when wake mode is inactive.
Diffstat (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h')
-rw-r--r--src/displayapp/screens/settings/SettingShakeThreshold.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/settings/SettingShakeThreshold.h b/src/displayapp/screens/settings/SettingShakeThreshold.h
index 6d4ccf6..b9ddd8b 100644
--- a/src/displayapp/screens/settings/SettingShakeThreshold.h
+++ b/src/displayapp/screens/settings/SettingShakeThreshold.h
@@ -26,6 +26,7 @@ namespace Pinetime {
Controllers::MotionController& motionController;
System::SystemTask& systemTask;
uint8_t calibrating;
+ bool EnableForCal;
uint32_t vDecay,vCalTime;
lv_obj_t *positionArc, *animArc,*calButton, *calLabel;
lv_task_t* refreshTask;