d8aadc3735090532352fe82b68358a10a79e1ed3
- Remove recursive calcDirSize because it blocks the CPU for several seconds during SD card traversal, causing FTP TCP connections to timeout before the welcome banner is sent. - Remove FreeRTOS FTP task entirely. SimpleFTPServer relies on underlying Arduino WiFi mechanisms that aren't cleanly isolated into preemptive tasks; running it concurrently with LVGL screen updates and SD_MMC driver calls caused crashes and starvation. - Restore tpSrv.handleFTP() to the main loop() as intended by the library.
Description
FTP server for Kode Dot (ESP32-S3) — serves microSD over Wi-Fi
Languages
C
98.1%
C++
1.8%