Remove left over debug prints

This commit is contained in:
Phillip Kühne 2025-02-13 21:30:20 +01:00
parent 51380ac692
commit 4c13eb593e
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

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