From e249bcfde06ed71f700c651dfd98d414b2a8c579 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:19:55 -0500 Subject: [PATCH] Add AsyncDNSServer_WT32_ETH01 library (#2152) ### Initial Releases v1.0.0 1. Initial coding to support **WT32_ETH01 or ESP32-based boards using LwIP LAN8720 Ethernet** --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 95dcb757..9662b943 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5372,3 +5372,4 @@ 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 +https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01