From 386e2b05d87ec87cdc40be9bbd54a997e17f9960 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 2 Jan 2025 02:52:21 -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 7892a966d..612828268 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -777,6 +777,7 @@ void app_main(void) { // Initialize internal temperature sensor chip_sensor_init(); + xTaskCreate(temp_sensor_task, "ESP32C3 Sensor", 2048, NULL, 15, NULL); // Initialize LED // Used to control the DC motor