Lago 44b6a89b57 fix: FTP storage backend, SD info display, time label alignment
- Fix FTP using FFAT instead of SD_MMC: define both NETWORK_TYPE (6) and
  STORAGE_TYPE (10) with numeric values to bypass FtpServerKey.h guard
- Fix SD capacity showing 'f/f GB': use integer math instead of floats
  (LVGL builtin sprintf lacks %f support)
- Fix time/date labels tilting 45°: set fixed width + LV_TEXT_ALIGN_CENTER
- Switch LVGL sprintf to C stdlib for future float compatibility
2026-04-03 15:41:26 +02:00
S
Description
FTP server for Kode Dot (ESP32-S3) — serves microSD over Wi-Fi
530 KiB
Languages
C 98.1%
C++ 1.8%