Search found 1 match
- Wed May 15, 2019 4:21 pm
- Forum: ESP-IDF
- Topic: Help with optimizing file uploads to SD
- Replies: 0
- Views: 2611
Help with optimizing file uploads to SD
Hi All, I was hoping for a bit of wisdom on optimizing some code for accepting a HTTP POST and writing the data to an SD card. The code for the webserver can be found in full here - https://github.com/funkBuild/esphttpd/blob/master/esphttpd.c#L83 To set the scene- I have an SD card connected using 4...