Browse Source

update

master
zhaohe 2 years ago
parent
commit
74df543656
  1. 2
      components/step_motor_45/step_motor_45.cpp

2
components/step_motor_45/step_motor_45.cpp

@ -231,7 +231,7 @@ bool StepMotor45::isReachTargetPos() {
if (posmode) {
return m_pos == m_targetPos;
}
return false;
return true;
}
bool StepMotor45::getzeropinstate() {

Loading…
Cancel
Save