This commit is contained in:
2025-08-06 04:31:46 -04:00
parent f898891628
commit 74475f1980

View File

@@ -198,8 +198,7 @@ static void update_pwm (int rc_x, int rc_y) {
m.motor2_rpm_pcm = 0;
m.motor3_rpm_pcm = 0;
m.motor4_rpm_pcm = 0;
}
*/
}*/
ledc_set_duty(MTR_MODE, MTR_FRONT_LEFT, m.motor1_rpm_pcm);
ledc_update_duty(MTR_MODE, MTR_FRONT_LEFT);