stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
156 stars 43 forks source link

Use UDP unconnected sockets #30

Closed gdsports closed 4 years ago

gdsports commented 5 years ago

UDP connected sockets are limited to commuinicating with one host and port. Should fix #20.

fpistm commented 4 years ago

Thanks @gdsports Tested and fixes #20