From ba3908fa688497cfa904b1549db0ac3be15f078e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 15:31:15 -0500 Subject: [PATCH] Add AsyncUDP_ESP32_SC_W5500 library (#2277) ### Initial Releases v2.0.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 Ethernet` 2. 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 acd0b726..3c4c3960 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5456,3 +5456,4 @@ https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet https://github.com/berrak/Rdebug https://github.com/jakeread/osap-arduino https://github.com/yesbotics/dualsense-controller +https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500