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

esp32 dev module and w5500 #35

Closed MaxESP closed 4 years ago

MaxESP commented 4 years ago

dear sir,

i have an error cannot declare variable 'server' to be of abstract type 'EthernetServer'

i have change virtual void begin() = 0; for server.h

it's don't work

uzi18 commented 4 years ago

minimal source to reproduce?

MaxESP commented 4 years ago

Dear Sir,

I am sorry it was a mistake from me about spi config all working very good with esp32 +w5500

what about websocket for that library do you have some idear

thanks a lot