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

fix teensy multicast #10

Closed manitou48 closed 7 years ago

manitou48 commented 7 years ago

this is one way to fix teensy problem with multicast. sort of ugly, reproducing beginSocket() in order to set some wiznet multicast registers before the OPEN discussed at https://forum.pjrc.com/threads/42033-T3-6-amp-WIZ820io-Bonjour

PaulStoffregen commented 7 years ago

Thanks!