diff -r 47253f294a9f -r 7f02dbee58d0 main/task_sdcard.c --- a/main/task_sdcard.c Wed Jun 10 09:43:51 2020 +0200 +++ b/main/task_sdcard.c Wed Jun 10 14:09:27 2020 +0200 @@ -406,7 +406,7 @@ json_log = malloc(sizeof(JSON_log)); - ESP_LOGI(TAG, "Starting SD card"); + ESP_LOGI(TAG, "Start SD card"); sdmmc_host_t host = SDSPI_HOST_DEFAULT(); host.slot = SDCARD_HOST_SLOT; // HSPI_HOST is in use by the TFT. sdspi_slot_config_t slot_config = SDSPI_SLOT_CONFIG_DEFAULT();