I'm trying to compile an example in this website.
https://shawnhymel.com/1882/how-to-crea ... n-arduino/
But I get this error. I have downloaded both ESPAsyncWebServer.h and AsyncTCP.h and put them in ESP32 libraries folder but I get the same error ! What to do now ?
I read in this page:
https://github.com/me-no-dev/ESPAsyncWebServer
This:
So I did what it tells and put:For ESP8266 it requires ESPAsyncTCP To use this library you might need to have the latest git versions of ESP8266 Arduino Core
For ESP32 it requires AsyncTCP to work To use this library you might need to have the latest git versions of ESP32 Arduino Core
ESPAsyncWebServer with ESPAsyncTCP in ESP8266 folder
AsyncTCP with ESPAsyncWebServer in ESP32 folder
But same error !