mirror of
				https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
				synced 2025-11-04 09:25:13 +01:00 
			
		
		
		
	Remove left over debug prints
This commit is contained in:
		@@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user