From 9de2875be907c38330af3b2616afe31bfb85eead Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 19 Mar 2022 03:04:47 -0400 Subject: [PATCH] Add AsyncUDP_Teensy41 Library (#1204) ### Releases v1.2.1 1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet** 2. Bump up version to v1.2.1 to sync with [AsyncUDP_STM32](https://github.com/khoih-prog/AsyncUDP_STM32) v1.2.1 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 1beecc7e..dac4840b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4745,3 +4745,4 @@ https://github.com/stm32duino/VL53L4CX.git https://github.com/stm32duino/X-NUCLEO-53L4A2.git https://github.com/khoih-prog/AsyncWebServer_Teensy41 https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41 +https://github.com/khoih-prog/AsyncUDP_Teensy41