1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-16 09:41:51 +03:00

Add AsyncUdp_ESP32_ENC library (#2150)

### 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 ENC28J60 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-28 17:03:55 -05:00
committed by GitHub
parent e832ce02ed
commit b5fff9c038

View File

@ -5370,3 +5370,4 @@ https://github.com/ESDeveloperBR/AnalogKeyboard.git
https://github.com/ESDeveloperBR/TimeInterval
https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC
https://github.com/khoih-prog/WebServer_ESP32_ENC
https://github.com/khoih-prog/AsyncUdp_ESP32_ENC