From 139530182de9037f22d5b475c705cf4f66f8451b Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 2 Jan 2025 02:24:36 -0500 Subject: [PATCH] ESP32-C3 RC --- ESP-IDF_Robot/main/blink_example_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 9ff903d6c..14d6c4088 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -847,7 +847,7 @@ void app_main(void) while (1) { display_chip_temperature(); - ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF"); + //ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF"); // ADC // Display GPIOs used