We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8748d40 commit ae69618Copy full SHA for ae69618
src/StepperMotor.cpp
@@ -105,6 +105,8 @@ int StepperMotor::alignSensor() {
105
sensor->natural_direction = Direction::CCW;
106
} else if (mid_angle == start_angle) {
107
if(monitor_port) monitor_port->println("MOT: Sensor failed to notice movement");
108
+ } else{
109
+ if(monitor_port) monitor_port->println("MOT: natural_direction==CW");
110
}
111
112
// let the motor stabilize for 2 sec
0 commit comments