From 4c13eb593e6c2279bae5fbd92e193542b998340d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Thu, 13 Feb 2025 21:30:20 +0100 Subject: [PATCH] Remove left over debug prints --- src/motionDetection/MotionDetection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/motionDetection/MotionDetection.cpp b/src/motionDetection/MotionDetection.cpp index 199d8fd..6d278c8 100644 --- a/src/motionDetection/MotionDetection.cpp +++ b/src/motionDetection/MotionDetection.cpp @@ -133,8 +133,8 @@ Direction MotionDetection::getTiltDirection(uint tolerance){ return Flipped; } Orientation Rot = this->getTilt(); - Serial.println(Rot.xRotation); - Serial.println(Rot.xRotation == INT_MAX); + /*Serial.println(Rot.xRotation); + Serial.println(Rot.xRotation == INT_MAX);*/ if ((Rot.xRotation == INT_MAX)){ return Error; }