mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 02:51:47 +02:00
Remove left over debug prints
This commit is contained in:
parent
51380ac692
commit
4c13eb593e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user