PaulStoffregen / Ethernet

Ethernet library for Teensy (Wiznet W5100 / W5200 / W5500)
http://www.pjrc.com/teensy/td_libs_Ethernet.html
130 stars 83 forks source link

Run along with ESP32 async web server #52

Open biswaKL opened 3 years ago

biswaKL commented 3 years ago

Is there a way to run it along with ESP32 async webserver? I am getting this error:

src/main.cpp:21:16: error: cannot declare variable 'server' to be of abstract type 'EthernetServer'