This commit is contained in:
2024-06-19 00:34:15 -04:00
parent 9d45c6bf1b
commit c62f1eeb6f
721 changed files with 54284 additions and 31 deletions

View File

@@ -91,6 +91,9 @@ static void configure_led(void)
void app_main(void)
{
ESP_LOGI(TAG, "[APP] Startup ...");
ESP_LOGI(TAG, "[APP] Free memory: %" PRIu32 " bytes ", esp_get_free_heap_size());
ESP_LOGI(TAG, "[APP] IDF version: %s", esp_);
/* Configure the peripheral according to the LED type */
configure_led();