From 6a956e18956fa242892edd9356357ef0d81c94e8 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 2 Jan 2025 01:45:15 -0500 Subject: [PATCH] ESP32-C3 RC --- ESP-IDF_Robot/main/blink_example_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 254413777..ccae4f789 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -836,6 +836,8 @@ void app_main(void) //xTaskCreate(motors_task, "PWM task", 2048, NULL, 10, NULL); while (1) { + display_chip_temperature(); + ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF"); // ADC