Page 1 of 1

Files put with Arduino 1.8 not seen in Arduino 2.X

Posted: Sun Dec 24, 2023 4:40 pm
by VormsThierry
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 !!

Re: Files put with Arduino 1.8 not seen in Arduino 2.X

Posted: Sun Dec 24, 2023 8:50 pm
by lbernstone
Code please. If you are using the example code, the third parameters is how far to descend.
https://github.com/espressif/arduino-es ... st.ino#L16