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

Latest commit

 

History

History
43 lines (25 loc) · 2.03 KB

changelog.md

File metadata and controls

43 lines (25 loc) · 2.03 KB

FTP_Server_Teensy41 Library

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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

Releases v1.1.0

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

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