mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 05:27:19 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -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 3 PWM: %d", m.motor3_rpm_pcm);
|
||||||
ESP_LOGW(TAG, "Motor 4 PWM: %d", m.motor4_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);
|
//vTaskDelay (1000 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user