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

Add AsyncUDP_ESP32_W6100 library (#2360)

### Initial Releases v2.0.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32 boards using `LwIP W6100 Ethernet`
2. Add more examples.
3. Add debugging features.
4. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP).
This commit is contained in:
Khoi Hoang
2023-01-10 16:29:38 -05:00
committed by GitHub
parent 68427041b9
commit 56ab9ad7aa

View File

@ -5512,3 +5512,4 @@ https://github.com/khoih-prog/WebServer_ESP32_W6100
https://github.com/khoih-prog/WebServer_ESP32_SC_W6100
https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100
https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100
https://github.com/khoih-prog/AsyncUDP_ESP32_W6100