1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-14 22:21:02 +03:00

Add AsyncUDP_ESP32_Ethernet library (#2363)

### Releases v2.1.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32 boards using `LwIP W5500, W6100 or ENC28J60 Ethernet`
2. Bump up to v2.1.0 to sync with [AsyncUDP_ESP32_SC_Ethernet v2.1.0](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet)
This commit is contained in:
Khoi Hoang
2023-01-10 22:30:40 -05:00
committed by GitHub
parent cff07aa19d
commit 02623c576a

View File

@ -5515,3 +5515,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100
https://github.com/Mancheron/TFT_eSPI_Widgets https://github.com/Mancheron/TFT_eSPI_Widgets
https://github.com/khoih-prog/AsyncUDP_ESP32_W6100 https://github.com/khoih-prog/AsyncUDP_ESP32_W6100
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100 https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100
https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet