added dutyCycle to menuManualControl

This commit is contained in:
2023-05-22 22:10:54 +02:00
parent 77b7eeae92
commit a310be0f6c
6 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ void MoveControl::emergencyStop() {
}
void MoveControl::setSpeed(double speed) {
if (speed < 0.1 && speed > -0.1) {
if (speed < 0.2 && speed > -0.2) {
this->x_speed = 0;
return;
}