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

wrong value in for SOCKETS in w5100.h #23

Closed manitou48 closed 6 years ago

manitou48 commented 6 years ago

in w5100.h line 264 should read
static const int SOCKETS = MAX_SOCK_NUM;

PaulStoffregen commented 6 years ago

Removed this leftover stuff. Also added 8 socket support with checking for W5100 which has only 4.