From a2fd0509d1657c4ca7365e6c7717491e5bdf2840 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 14 Aug 2022 19:38:10 -0400 Subject: [PATCH] Add AsyncDNSServer_RP2040W Library (#1709) ### Initial Releases v1.0.0 1. Initial coding to support **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, using [**arduino-pico core v2.4.0+**](https://github.com/earlephilhower/arduino-pico) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 18cafbbb..70583d9e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5106,3 +5106,4 @@ https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W https://github.com/fatlab101/FixedString https://github.com/yuki-miyakoshi/youkey_stepper https://github.com/khoih-prog/AsyncUDP_RP2040W +https://github.com/khoih-prog/AsyncDNSServer_RP2040W