LITTLEFS icon indicating copy to clipboard operation
LITTLEFS copied to clipboard

I put files with Arduino 1.8.19 and not able to retreive with Arduino 2.2.1

Open Vorms opened this issue 2 years ago • 1 comments

Hello, I have an ESP32. I put files, directories, with arduino 1.8 using Esp32 sketch data upload. The structure is:

/
/static
/static/components

Files in / folder are seen with Arduino 2.x, files in /static are seen too, but files in /static/components arent. Any body can help me to solve this issue ? Many thanks for your help and Mary Christmas !!

Vorms avatar Dec 24 '23 16:12 Vorms

I found same effect. Files saved to root are same for fw build with both versions, but under folders both versions has own files. If I switch between fw build with LITTLEFS and with build in LittleFS, they see different files under folders.

ttlappalainen avatar Mar 01 '24 04:03 ttlappalainen