From 98bf2c631b6638357c52fb3f07f26cde8451862b Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 23:09:48 -0500 Subject: [PATCH] Add AsyncDNSServer_ESP32_Ethernet library (#2280) ### Initial Releases v1.0.0 1. Initial coding to support `ESP32/S2/S3/C3` boards using `LwIP W5500 or ENC28J60 Ethernet` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 97b08cb9..183dc454 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5459,3 +5459,4 @@ https://github.com/yesbotics/dualsense-controller https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500 https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet +https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet