From a59c651f2c0e92c4f041eacc4697bb9a4339337d Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Wed, 6 Aug 2025 04:32:29 -0400 Subject: [PATCH] pcm --- ESP-IDF_Robot/main/rc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP-IDF_Robot/main/rc.h b/ESP-IDF_Robot/main/rc.h index 6c5a57419..9c46a2380 100644 --- a/ESP-IDF_Robot/main/rc.h +++ b/ESP-IDF_Robot/main/rc.h @@ -95,8 +95,8 @@ static void update_pwm (int rc_x, int rc_y) { (-, +) (0, 0) (+, -) (-, -0) (-, -) (-0, -) - if (1024 < x < 2048 && 1024 < y < 2048) { - }*/ + if (1024 < x < 2048 && 1024 < y < 2048) {} + */ // ADDED ON AUG 6, 2025 // CONTINOUS UPDATE