nodemcu-firmware/tools/spiffsimg/README.md

8 lines
341 B
Markdown

# spiffsimg - Manipulate SPI Flash File System disk images
Ever wished you could prepare a SPIFFS image offline and flash the whole
thing onto your microprocessor's storage instead of painstakingly upload
file-by-file through your app on the micro? With `spiffsimg` you can!
For the full gory details see [spiffs.md](../../docs/spiffs.md)