lorol / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
122 stars 18 forks source link

is it possible to use with platformio? #11

Open nicolasdb opened 2 years ago

nicolasdb commented 2 years ago

hello,

It worked well in Arduino IDE, but I'm trying to make SPIFFS working within platform.io

I can build and upload, but not access to it with serial monitor. Does this plugin could work in PIO and if yes, how to install it?

Thanks for your work,