Made calibration window enable Accel wakeups for setting and calibration even when wake mode is inactive.

This commit is contained in:
Tim Keller
2021-11-08 02:00:35 +00:00
parent 92b1e83e3e
commit f86c71b2bb
2 changed files with 9 additions and 1 deletions

View File

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