Skip to content

davervw/filecmdproc-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File command processor for ESP32

ESP32 can embed a file system in its own flash. This utility built with Arduino 2.x IDE provides for comand line maintenance of the files, moving, renaming, viewing, or formatting all the storage using FATFS. Note with a search/replace you can use LittleFS or SPIFFS instead.

This allows for file storage, retrieval and updates without requiring an SD card interface.

I recommend first using esp32-asyncwebserver-fileupload-example, example 2 to upload the files to storage. Note it defaults to SPIFFS but simple changes can change it to FATFS or LittleFS.

screenshot

About

File Command Processor for ESP32 - manage files stored in ESP32 sotrage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages