From 17b66a8af3eaf57c60b5303f1d6071f852a0cf84 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 2 Jan 2025 03:02:45 -0500 Subject: [PATCH] ESP32-C3 RC --- ESP-IDF_Robot/main/blink_example_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 495ed9d8f..5c3c0fc09 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -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();