main/brewboard.c

changeset 88
7f02dbee58d0
parent 87
47253f294a9f
child 92
bac0a860f5dd
--- a/main/brewboard.c	Wed Jun 10 09:43:51 2020 +0200
+++ b/main/brewboard.c	Wed Jun 10 14:09:27 2020 +0200
@@ -44,7 +44,7 @@
     TFT_setFont(DEJAVU18_FONT, NULL);
     _fg = TFT_CYAN;
     TFT_print((char *)"Mount /spiffs ", 0, LASTY+tempy);
-    ESP_LOGI(TAG, "Initializing SPIFFS");
+    ESP_LOGD(TAG, "Initializing SPIFFS");
         
     esp_vfs_spiffs_conf_t conf = {
 	.base_path = "/spiffs",

mercurial