diff --git a/src/components/motion/MotionController.cpp b/src/components/motion/MotionController.cpp index 2f9660edbf..2386327995 100644 --- a/src/components/motion/MotionController.cpp +++ b/src/components/motion/MotionController.cpp @@ -68,7 +68,7 @@ int32_t MotionController::currentShakeSpeed() { } bool MotionController::ShouldLowerSleep() const { - return z <= 0 && y >= 512 && y >= lastY + 192; + return y >= 512 && y >= lastY + 192; } void MotionController::IsSensorOk(bool isOk) {