1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-10 13:01:01 +03:00

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
This commit is contained in:
Khoi Hoang
2022-04-30 01:55:06 -04:00
committed by GitHub
parent 7fe0b666c4
commit b4dbd09abd

View File

@ -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