Motor Logic

This commit is contained in:
2026-01-04 04:59:54 -05:00
parent 445d9b16d2
commit 9506985aa0
2 changed files with 1 additions and 1 deletions

View File

View File

@@ -218,7 +218,7 @@ static void update_pwm (int rc_x, int rc_y) {
static void update_motors_pwm (int pwm_motor_1, int pwm_motor_2) {
/* DEAD ZONE / STAND */
if (abs(pwm_motor_1) < 300 && abs(pwm_motor_2) < 300)
if (abs(pwm_motor_1) < 500 && abs(pwm_motor_2) < 500)
{
m.motor1_rpm_pcm = 0;
m.motor2_rpm_pcm = 0;