From 4953463cc498072a2c3b77c395ea1306abbda20d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:17:30 -0500 Subject: [PATCH] Add AsyncUDP_ESP32_SC_ENC library (#2278) ### 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 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 3c4c3960..a3d8fcce 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5457,3 +5457,4 @@ 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 +https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC