From a192a5d3b6d911c45a33f6426324e26156df357d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:52:49 -0500 Subject: [PATCH] Add AsyncDNSServer_ESP32_ENC Library (#2151) ### Initial Releases v1.0.0 1. Initial coding to support **ESP32 boards using LwIP ENC28J60 Ethernet** --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 03db3662..95dcb757 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5371,3 +5371,4 @@ https://github.com/ESDeveloperBR/TimeInterval https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC https://github.com/khoih-prog/WebServer_ESP32_ENC https://github.com/khoih-prog/AsyncUdp_ESP32_ENC +https://github.com/khoih-prog/AsyncDNSServer_ESP32_ENC