nodemcu-firmware/tools/spiffsimg/README.md

8 lines
339 B
Markdown
Raw Normal View History

# 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!
2021-03-17 21:29:50 +01:00
For the full gory details see [spiffs.md](../../docs/spiffs.md)