From 239a73bbfbc3a4d8049c85a1983b0ba8802ea830 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:14:14 -0400 Subject: [PATCH] Add AsyncUDP_RP2040W Library (#1708) ### 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 fe2b47d1..18cafbbb 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5105,3 +5105,4 @@ https://github.com/khoih-prog/AsyncWebServer_RP2040W 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