Description
Arduino 1.8.4 on Windows with latest Arduino-ESP32.
In attempting this I get the error "SPIFFS Error: mkspiffs not found!" I see another issue here where you mention you can't distribute mkspiffs
(as well as notation in the commit history on Arduino-ESP32).
Is the proper mkspiffs
available elsewhere for the user to install separately? It'd be useful info to have in the README as to where that tool is and how to install it.
Also, the README has a broken link to the release page as well as a broken example snapshot link.
Edit: it'd also be good to mention that Arduino tools can also be installed in a tools
folder in the Arduino workspace (at the same level as the hardware
and libraries
folders). That keeps users from losing their tools on subsequent upgrades.