little optical fix

This commit is contained in:
2024-07-03 12:51:42 +02:00
parent dbb646b5a5
commit c866bc0d60
+1 -1
View File
@@ -83,7 +83,7 @@ void Autopilot::run()
this->selfDriving(); this->selfDriving();
break; break;
case SelfDrivingRotate: case State::SelfDrivingRotate:
this->checkButtonInput(); this->checkButtonInput();
this->rotate(); this->rotate();
break; break;