From 2ddce7e30281a961fc1498f9e5abdcb652462098 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:10:44 -0500 Subject: [PATCH] Add AsyncDNSServer_ESP32_W5500 library (#2165) ### Initial Releases v1.0.0 1. Initial coding to support **ESP32 boards using LwIP W5500 Ethernet** --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e355f321..b4c11162 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5382,3 +5382,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500 https://github.com/ESDeveloperBR/TFT_eSPI_ES32Lab https://github.com/bjoernboeckle/L293D https://github.com/khoih-prog/AsyncUDP_ESP32_W5500 +https://github.com/khoih-prog/AsyncDNSServer_ESP32_W5500