- Mon Apr 24, 2017 12:40 pm
#65225
I'm trying to get OTA updates working for one of my projects. I'm currently using the ESPAsyncWebServer library to handle the webserver and websockets. Looking through the examples, I would like to implement something very similar to the ESP8266HTTPUpdateServer which hosts an html page where users can easily upload a new file. This library however uses the standard ESP8266WebServer library and not the Async library.
Does anyone have some example code they'd be willing to share so that I could see how to implement this into my project? Thanks!