SPIFFS: flash access refactoring.

This commit is contained in:
sheinz 2016-07-18 13:12:21 +03:00
parent 5d5f28a22f
commit 4b1568cbb9
6 changed files with 332 additions and 463 deletions

View file

@ -14,7 +14,7 @@ extern spiffs fs;
/**
* Prepare for SPIFFS mount.
*
*
* The function allocates all the necessary buffers.
*/
void esp_spiffs_init();