Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/FTP_Server_Teensy41

v1.2.0 to add support to `WiFiNINA`, such as `Adafruit Airlift Featherwing` and to have configurable `user_name` length to max 63 and `user_password` to max 127.

08 Oct 05:41
9202473
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add support to WiFiNINA, such as Adafruit Airlift Featherwing
  2. Configurable user_name length to max 63 and user_password to max 127. Check Setting FTP_CRED_SIZE on the fly like with FTP_BUF_SIZE #4

v1.1.0 to fix incomplete download bug from server to client

16 May 04:57
59f7884
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix bug incomplete downloads from server to client. Check Incomplete downloads from server to client. #2

Initial Release v1.0.0 for Teensy 4.x using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library

30 Apr 05:50
f9e9889
Compare
Choose a tag to compare

Releases v1.0.0

  1. Initial porting and coding for Teensy 4.x using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library
  2. Currently supporting only SD Card. Will add support to LittleFS, (Q)SPI Flash, etc. in next releases