Drift support (#926)
* upgrading drift support * updated showports * typos
This commit is contained in:
		@@ -4,9 +4,9 @@ tests.onEvent(TestEvent.RunSetUp, function() {
 | 
			
		||||
})
 | 
			
		||||
tests.onEvent(TestEvent.TestSetUp, function() {
 | 
			
		||||
    motors.stopAll();
 | 
			
		||||
    motors.resetAllMotors();
 | 
			
		||||
    motors.resetAll();
 | 
			
		||||
})
 | 
			
		||||
tests.onEvent(TestEvent.TestTearDown, function() {
 | 
			
		||||
    motors.stopAll();
 | 
			
		||||
    motors.resetAllMotors();
 | 
			
		||||
    motors.resetAll();
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user