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