From b4dbd09abd19d82047c0890559e2d6e269c04e7c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 30 Apr 2022 01:55:06 -0400 Subject: [PATCH] Add FTP_Server_Teensy41 Library (#1339) ### Releases v1.0.0 1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library** 2. Currently supporting only SD Card. Will add support to LittleFS, etc. in next releases --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 91c586ad..b7d7883e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4843,3 +4843,4 @@ https://github.com/shraiwi/mini-qoi https://github.com/Mosiwi/Mosiwi-basic-learning-kit-for-arduino https://github.com/UnexpectedMaker/esp32s3-arduino-helper https://github.com/bsch2734/SpiShiftRegisterChain +https://github.com/khoih-prog/FTP_Server_Teensy41