ESP32-C3 RC

This commit is contained in:
2025-01-02 03:07:02 -05:00
parent 13541a0566
commit 6a93e1529a
6 changed files with 9 additions and 2 deletions

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 (100 / portTICK_PERIOD_MS);
vTaskDelay (100 / portTICK_PERIOD_MS); // Determines responsiveness
}
}