ESP32-C3 RC

This commit is contained in:
2025-01-02 03:02:45 -05:00
parent 919a384de0
commit 17b66a8af3

View File

@@ -755,6 +755,7 @@ static void temp_sensor_task (void *arg) {
vTaskDelay(5000 / portTICK_PERIOD_MS);
}
}
// Task function to read joystick values and update motors rotation speeds.
static void rc_task (void *arg) {
while (true) {
rc_get_raw_data();