arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
259 stars 264 forks source link

Fixing CI build for Arduino SAM Due. #180

Closed aentinger closed 2 years ago

aentinger commented 2 years ago

The class EthernetServer, derived from Server, derived from Print does not contain a 'flush' method as for all other cores.