Apologies if this is covered somewhere but after a fair bit of Googling I can't seem to find an answer.
I'm making a library which will have some files that will be served from SPIFFS - is there a way of having these put into the SPIFFS partition when I click "Program"?
At the moment it seems like I have to instruct the user to manually install the fs-plugin and then upload from there or alternatively convert the files to C byte structures and include them in the project and just not use SPIFFS at all.
It would be great if I could put them in an "spiffs" folder and they would get uploaded automatically!
Cheers,
Ben