-->
Page 1 of 1

ESPAsyncWebServer and ESP8266HTTPUpdateServer don't work

PostPosted: Tue Oct 04, 2016 11:18 pm
by RichardS
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.