This commit is contained in:
2025-01-05 02:02:06 -05:00
parent a90de815b8
commit 19c5ed5c7c
5 changed files with 5 additions and 5 deletions

View File

@@ -778,8 +778,8 @@ 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 (10 / portTICK_PERIOD_MS); // Determines responsiveness
//vTaskDelay (2000 / portTICK_PERIOD_MS);
//vTaskDelay (10 / portTICK_PERIOD_MS); // Determines responsiveness
vTaskDelay (2000 / portTICK_PERIOD_MS);
}
}