From dc83ebb9debded921707b0176c5dbd1dc28863fc Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 18 Mar 2022 12:45:49 -0400 Subject: [PATCH] Add AsyncWebServer_Teensy41 Library (#1202) ### Releases v1.4.1 1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet** 2. Bump up version to v1.4.1 to sync with [AsyncWebServer_STM32](https://github.com/khoih-prog/AsyncWebServer_STM32) v1.4.1 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 5f0e9973..3340a3e3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4743,3 +4743,4 @@ https://github.com/vChavezB/qpcpp_esp32 https://github.com/khoih-prog/Teensy41_AsyncTCP https://github.com/stm32duino/VL53L4CX.git https://github.com/stm32duino/X-NUCLEO-53L4A2.git +https://github.com/khoih-prog/AsyncWebServer_Teensy41