main/brewboard.c

changeset 88
7f02dbee58d0
parent 87
47253f294a9f
child 92
bac0a860f5dd
equal deleted inserted replaced
87:47253f294a9f 88:7f02dbee58d0
42 TFT_print(temp, CENTER, 4); 42 TFT_print(temp, CENTER, 4);
43 43
44 TFT_setFont(DEJAVU18_FONT, NULL); 44 TFT_setFont(DEJAVU18_FONT, NULL);
45 _fg = TFT_CYAN; 45 _fg = TFT_CYAN;
46 TFT_print((char *)"Mount /spiffs ", 0, LASTY+tempy); 46 TFT_print((char *)"Mount /spiffs ", 0, LASTY+tempy);
47 ESP_LOGI(TAG, "Initializing SPIFFS"); 47 ESP_LOGD(TAG, "Initializing SPIFFS");
48 48
49 esp_vfs_spiffs_conf_t conf = { 49 esp_vfs_spiffs_conf_t conf = {
50 .base_path = "/spiffs", 50 .base_path = "/spiffs",
51 .partition_label = NULL, 51 .partition_label = NULL,
52 .max_files = 5, 52 .max_files = 5,

mercurial