29 LOGI(
"Initializing SPIFFS");
32 .partition_label =
NULL,
43 LOGE(
"Failed to mount or format filesystem");
45 LOGE(
"Failed to find SPIFFS partition");
52 LOGI(
"Performing SPIFFS_check().");
58 LOGI(
"SPIFFS_check() successful");
61 size_t total = 0,
used = 0;
64 LOGE(
"Failed to get SPIFFS partition information (%s). Formatting...",
69 LOGI(
"Partition size: total: %d, used: %d", total,
used);
75 "Number of used bytes cannot be larger than total. Performing "
85 LOGI(
"SPIFFS_check() successful");
94 LOGI(
"SPIFFS unmounted");
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define LOGI(...)
Definition AudioLoggerIDF.h:28
#define LOGE(...)
Definition AudioLoggerIDF.h:30