From b5fff9c0386492f94ddf0e4c9227d62e8938b5f7 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:03:55 -0500 Subject: [PATCH] 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). --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index a45f59eb..03db3662 100644 --- a/repositories.txt +++ b/repositories.txt @@ -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