From cff07aa19dcbc7392c4fc63a909c706dfa3977d1 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 10 Jan 2023 19:09:14 -0500 Subject: [PATCH] Add AsyncUDP_ESP32_SC_W6100 library (#2361) ### Releases v2.1.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S2/S3/C3 boards using `LwIP W6100 Ethernet` 2. Bump up to `v2.1.0` to sync with [AsyncUDP_ESP32_SC_W5500 v2.1.0](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e25dc3cf..84fef770 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5514,3 +5514,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100 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