esp8266 / arduino-esp8266fs-plugin

Arduino plugin for uploading files to ESP8266 file system
GNU General Public License v2.0
708 stars 214 forks source link

esptool.py match-up #55

Open danbates2 opened 5 years ago

danbates2 commented 5 years ago

It'd be great to see this FS plugin matching esptool.py for speed and ease of use. I enjoy using Arduino IDE, but the speed and stability of uploading to an ESP module leaves much to be desired. In the time it takes to upload SPIFFS using this tool, I can compile (with PIO) and upload both PROGMEM & SPIFFS using esptool.py, with a hash verification at the end.