Skip to content

Bug fix, improved performance and ram usage

Choose a tag to compare

@xreef xreef released this 30 Oct 08:18
· 8 commits to master since this release
  • updated SdFat2 initialization for Arduino Mega; integrated W5500 initialization (example Arduino_Mega_W5500_SdFat2)
  • Fix READ WRITE APPEND problem
  • Fix ram usage
  • Set correct buffer size (Dynamic and Static)
  • Add FTP callbacks for connection events and file transfers; update data types for free space and transferred size
  • 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
  • Refactor FTP callback functions to use uint32_t for space parameters, improve serial output, and register callbacks for FTP events