From 91f1424dfd1aeded6a57d6f34f6ad9d2b193e807 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 21 Mar 2022 17:05:06 -0400 Subject: [PATCH] Add AsyncDNSServer_Teensy41 Library (#1218) ### Releases v1.1.1 1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet** 2. Bump up version to v1.1.1 to sync with [AsyncDNSServer_STM32](https://github.com/khoih-prog/AsyncDNSServer_STM32) v1.1.1 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f86605d1..18997350 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4755,3 +4755,4 @@ https://github.com/khoih-prog/AsyncUDP_Teensy41 https://github.com/ftjuh/AccelStepperI2C https://github.com/italia/cie-PN532 https://github.com/patricklaf/SNMP +https://github.com/khoih-prog/AsyncDNSServer_Teensy41