main/task_sdcard.c

changeset 88
7f02dbee58d0
parent 87
47253f294a9f
child 91
255a75322212
--- 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();

mercurial