26 LOGI(
"Initializing SPIFFS");
29 .partition_label =
NULL,
40 LOGE(
"Failed to mount or format filesystem");
42 LOGE(
"Failed to find SPIFFS partition");
49 LOGI(
"Performing SPIFFS_check().");
55 LOGI(
"SPIFFS_check() successful");
58 size_t total = 0,
used = 0;
61 LOGE(
"Failed to get SPIFFS partition information (%s). Formatting...",
66 LOGI(
"Partition size: total: %d, used: %d", total,
used);
72 "Number of used bytes cannot be larger than total. Performing "
82 LOGI(
"SPIFFS_check() successful");
91 LOGI(
"SPIFFS unmounted");
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define LOGI(...)
Definition AudioLoggerIDF.h:28
#define LOGE(...)
Definition AudioLoggerIDF.h:30