You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: changelog.md
+8
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
## Table of Contents
13
13
14
14
*[Changelog](#changelog)
15
+
*[Releases v1.8.14-6](#releases-v1814-6)
16
+
*[Releases v1.8.14-5](#releases-v1814-5)
15
17
*[Releases v1.8.14-4](#releases-v1814-4)
16
18
*[Releases v1.8.14-3](#releases-v1814-3)
17
19
*[Releases v1.8.14-2](#releases-v1814-2)
@@ -40,6 +42,12 @@
40
42
41
43
## Changelog
42
44
45
+
### Releases v1.8.14-6
46
+
47
+
1. Add support to `Teensy 4.x` using `Adafruit Airlift Featherwing Co-Processor`
48
+
2. Fix `WiFiStorageFile.flush()` linker error in some platform. Check [Flush method not implemented #22](https://github.com/khoih-prog/WiFiNINA_Generic/issues/22)
49
+
3. Update `Packages' Patches`
50
+
43
51
### Releases v1.8.14-5
44
52
45
53
1. Fix bug causing data lost when sending large files. Check [Thread: Teensy 4.1 - Adafruit Airlift Featherwing Co-Processor FTP Server not opening Port 21](https://forum.pjrc.com/threads/70062-Teensy-4-1-Adafruit-Airlift-Featherwing-Co-Processor-FTP-Server-not-opening-Port-21?p=306507&viewfull=1#post306507). This is just a kludge for temporary use, waiting for better and final fix, dealing with SPI driver, from Arduino.
0 commit comments