Hi Rui
I have been trying to create and load files on the esp32, as explained in unit 3 of module 12 (SP32 SPIFFS (SPI Flash File System).
The problem is that I use platformio id and I have not been able to perform the steps in the section “Upload files using the file system loader”, because as you understand platformio presents its graphical environment differently.
Could you help me with the instructions to do it with platformio? thank you
Hello Eric, unfortunately I’ve never used that feature on PlaformIO and according to what I’ve found it’s easier to use with Arduino IDE…
It looks like it’s possible and it should work if you follow this exact method:
- “Uploading files to file system SPIFFS”:
https://docs.platformio.org/en/latest/platforms/espressif32.html#uploading-files-to-file-system-spiffs
That method should allow you to upload the data directory to your ESP32 SPIFFS.