Download and save file
-
Hi,
I need to download and save an image on SPIFFS using Arduino. The image is a BMP 300x240 (but I can alter resolution if it's a problem).
I know how to do that with micropython (there are many example about that).
Someone can give me a suggestion (first time facing stream, buffer and so on) ?
Thank you