1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-13 11:21:47 +03:00

Add AsyncUDP_ESP32_W5500 library (#2163)

### 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 W5500 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
2022-11-30 15:22:57 -05:00
committed by GitHub
parent ab5868f7c4
commit d214f6894e

View File

@ -5381,3 +5381,4 @@ https://github.com/khoih-prog/WebServer_ESP32_W5500
https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500
https://github.com/ESDeveloperBR/TFT_eSPI_ES32Lab
https://github.com/bjoernboeckle/L293D
https://github.com/khoih-prog/AsyncUDP_ESP32_W5500