ESP32forth: transfering files to and from the SPIFFS partition
esp32forth esp32 spiffsOne of the things that annoyed me when using ESP32forth is that with recent versions of the ArduinoIDE (2.x) it is no longer possible to use plugins for uploading additional files to the SPIFFS partition of the ESP32.
There is a workaround solution for ESP32forth that allows a user to copy-paste code into the terminal, which is then stored on the filesystem - but that didn’t convince me.
Read more...