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();