We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa8c79 commit c72013bCopy full SHA for c72013b
src/components/motion/MotionController.cpp
@@ -67,7 +67,7 @@ void MotionController::Update(int16_t x, int16_t y, int16_t z, uint32_t nbSteps)
67
68
if (settingsController.isSleepOptionOn(Settings::SleepOption::IgnoreSteps) &&
69
settingsController.GetNotificationStatus() == Pinetime::Controllers::Settings::Notification::Sleep) {
70
- ignoreSteps += deltaSteps;
+ this->ignoreSteps += deltaSteps;
71
}
72
73
0 commit comments