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