ESPAsyncWebServer and ESP8266HTTPUpdateServer don't work
Posted: Tue Oct 04, 2016 11:18 pm
These guys do not like each other, they see the "server" variable as different objects. Yet the 2 share a lot of functions....
When setting up updater it expects a pointer to ESP8266WebServer but our server variable is now a pointer to AsyncWebServer
How??
Richard.
When setting up updater it expects a pointer to ESP8266WebServer but our server variable is now a pointer to AsyncWebServer
How??
Richard.