-->
Page 2 of 2

Re: SPIFFS How to copy and paste a file in time of execution

PostPosted: Wed Dec 02, 2020 11:20 am
by eriksl
How is this exactly as a "Hardware specific" question? It actually smells like arduino to me. For arduino there is a separate section.

Re: SPIFFS How to copy and paste a file in time of execution

PostPosted: Sat Jul 31, 2021 3:22 pm
by tomjuggler
Thanks that code snippet was very helpful - just a note for anyone being tripped up by the same issue as I was - pay attention to the 31 character file name limit in LittleFS (including /folder/names/). If you exceed this, the file write will fail silently. Took me 3 days to work this out.