Arduino plugin which packs sketch data folder into SPIFFS filesystem image,
and uploads the image to ESP8266 flash memory.
Tested with the following Arduino IDE versions: 1.6.5-r2,
1.6.6
- Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed.
- Download the tool archive from releases page.
- In your Arduino sketchbook directory, create
tools
directory if it doesn't exist yet. You can find the location of your sketchbook directory in the Arduino IDE at File > Preferences > Sketchbook location. - Unpack the tool into
tools
directory (the path will look like<sketchbook directory>/tools/ESP8266FS/tool/esp8266fs.jar)
. - Restart Arduino IDE.