ESP32-C3 RC

This commit is contained in:
2025-01-03 02:02:16 -05:00
parent 6541ab7da1
commit 3d56523cd9

View File

@@ -775,7 +775,7 @@ static void rc_task (void *arg) {
ESP_LOGW(TAG, "Motor 3 PWM: %d", m.motor3_rpm_pcm);
ESP_LOGW(TAG, "Motor 4 PWM: %d", m.motor4_rpm_pcm);*/
vTaskDelay (1000 / portTICK_PERIOD_MS); // Determines responsiveness
vTaskDelay (10 / portTICK_PERIOD_MS); // Determines responsiveness
//vTaskDelay (1000 / portTICK_PERIOD_MS);
}
}