You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
FTP PUT method, in order to upload binary data to a remote server. I tried to upload images up to 1MB with success. It is interesting if you have a camera like OV5642, OV5640 or Arducam, using them.
Memory improvements, by allocating memory from PROGMEM when necessary instead of filling the heap of data that is not always used.
Example about how to fetch data in batches from the SD card in order to upload to a remote server.
Example about how to take a photo with Arducam, save it to SD card and upload to remote FTP server.
Refactor to match the 1.5 Arduino IDE specification