tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
599 stars 188 forks source link

rtl8720dn: add UDP close function #448

Closed sago35 closed 2 years ago

sago35 commented 2 years ago

I noticed that close was not implemented when I tried to use it as a webserver after NTP. By adding this, UDP can be closed.

deadprogram commented 2 years ago

Thank you for the addition @sago35 now merging.