-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
Does anyone know if there's an "easy" way to retrieve files from the SPIFFS / LittleFS without using a Webserver or similar?
For V1 of the Arduino IDE, @me-no-dev had this handy tool for uploading data directories to the device but I don't think there's been a way to get that file from the ESP32 to the host via esptool or similar.
All thoughts appreciated!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I use the filesystem upload tool in VSCode + PlatformIO. I believe it uses esptool to write the partition to the ESP32, typically over USB bootloader. Anything that involves reading an individual file will need to have code running on the ESP32 and some communications channel.
Beta Was this translation helpful? Give feedback.