From 897f6dce4ad6242c6c6f1b2ae53a3fce9bc3ecb4 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:42:44 -0500 Subject: [PATCH] Add AsyncDNSServer_ESP32_W6100 library (#2364) ### Initial Releases v1.0.0 1. Initial coding to support **ESP32 boards using LwIP W6100 Ethernet** --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 48ca30fd..2496c0ee 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5516,3 +5516,4 @@ https://github.com/Mancheron/TFT_eSPI_Widgets https://github.com/khoih-prog/AsyncUDP_ESP32_W6100 https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100 https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet +https://github.com/khoih-prog/AsyncDNSServer_ESP32_W6100