From 02623c576a1c76ade12c7344e393c8441171aa80 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:30:40 -0500 Subject: [PATCH] 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) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 84fef770..48ca30fd 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5515,3 +5515,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100 https://github.com/Mancheron/TFT_eSPI_Widgets https://github.com/khoih-prog/AsyncUDP_ESP32_W6100 https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100 +https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet