Search found 3 matches
- Fri Feb 14, 2025 1:30 pm
- Forum: ESP32 Arduino
- Topic: ESP32S3 USB Mass Storage Device data control
- Replies: 4
- Views: 2517
Re: ESP32S3 USB Mass Storage Device data control
I tried LittleFS but windows says insert disk. it's not recognized by the PC. And i can not uderstand the demo. So i don't know how can i achive.
- Mon Feb 10, 2025 2:53 am
- Forum: ESP32 Arduino
- Topic: ESP32S3 USB Mass Storage Device data control
- Replies: 4
- Views: 2517
Re: ESP32S3 USB Mass Storage Device data control
Thank you all. i will try littlefs and demo.
- Sat Feb 08, 2025 6:07 pm
- Forum: ESP32 Arduino
- Topic: ESP32S3 USB Mass Storage Device data control
- Replies: 4
- Views: 2517
ESP32S3 USB Mass Storage Device data control
hi there! i want to use my ESP32S3 as both Mass Storage Device and want to control/list the files on ESP side uploaded to ESP32. So i can delete the restricted files from MSC. Is that possible? i wrote the code below but MSC is unstable and listing files returns zero. Can I use SPIFFS in this way? t...