This commit is contained in:
2025-08-06 09:04:42 -04:00
parent fd44b964d8
commit 878ccd76a6

View File

@@ -111,7 +111,7 @@ static void update_pwm (int rc_x, int rc_y) {
m.motor4_rpm_pcm = 0;
}
// Forward & Turn Right
else if (y >= 1500 && x >= 1000 && x < 8190) {
if (y >= 1500 && x >= 1000 && x < 8190) {
m.motor1_rpm_pcm = 8190;
m.motor2_rpm_pcm = x;
m.motor3_rpm_pcm = 0;