Skip to content
Snippets Groups Projects
Commit acf95a2e authored by Carlo Guarnieri Calo' Carducci's avatar Carlo Guarnieri Calo' Carducci
Browse files

repo: increase spiffs max number of files served

parent 4a2d5e48
Branches
Tags
No related merge requests found
......@@ -308,7 +308,7 @@ esp_err_t init_spiffs(void)
esp_vfs_spiffs_conf_t conf = {
.base_path = "/spiffs",
.partition_label = NULL,
.max_files = 5,
.max_files = 10,
.format_if_mount_failed = false
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment