Skip to content

Commit 6080ccb

Browse files
committed
Update README with changes for version 3.0.0, including improvements to file handling, FTP callbacks, and memory management
1 parent 8ec0c90 commit 6080ccb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@ See the `examples/` folder for ready-to-use sketches for many platforms (ESP32,
151151
- 2025-10-13 3.0.0 Fix:
152152
- updated SdFat2 initialization for Arduino Mega; integrated W5500 initialization (example Arduino_Mega_W5500_SdFat2)
153153
- Fix READ WRITE APPEND problem
154-
- update README
155154
- Fix ram usage
156-
- Set correct buffer size
155+
- Set correct buffer size (Dynamic and Static)
157156
- Add FTP callbacks for connection events and file transfers; update data types for free space and transferred size
157+
- Improve file-open handling (ensure reads start at file beginning), increase passive data connection wait time, add robust FFat dir create/remove (fallback to /ffat and POSIX), add configurable minimum free-space check before uploads
158+
- Refactor FTP callback functions to use uint32_t for space parameters, improve serial output, and register callbacks for FTP events
158159
- 2025-02-11 2.1.11 Management of relative and absolute path in command prompt (./ ../ /)
159160
- 2025-01-28 2.1.11 Fix REST and add ALLO, and STAT commands
160161
- 2025-01-13 2.1.11 Add addictional LOG to prevent multiple user issues

0 commit comments

Comments
 (0)