Home

Awesome

Arduino ESP32 filesystem uploader

Notes for SPIFFS

Notes for LittleFS

Notes for FatFS

The FFAT module uses 8KB plus 4KB per concurrent file that can be opened. By default, it allows 10 files to be opened, which means it uses 48KB. IF you want to reduce its memory use, you can tell it to only support one file, and you will save 36KB, leaving you with only 12KB used.

if (!FFat.begin(0, "", 1)) die("Fat FS mount failed. Not enough RAM?");

Installation

Usage

Screenshot

Screenshot

Quick build on Win:

Credits and license

The Original Arduino ESP32 filesystem uploader

Other people, sources and binary files

Issues and suggestions

File issues here on github, or ask your questions on the esp32.com forum.