4 Commits

Author SHA1 Message Date
Yaroslav Nychkalo
fe766f15cb
add SdManager rename method (#11)
This is going to be used in Rename/Move files and folders functionality
(on web)
2026-01-02 17:50:38 +11:00
Justinian
0589632f17
fix: add missing #include <string> to SDCardManager.h (#12)
The SDCardManager.h header uses std::string in function signatures but
doesn't include the <string> header, causing build failures.

Co-authored-by: ratedcounsel <hello@ratedcounsel.com>
2026-01-02 17:50:17 +11:00
Dave Allie
bd4e670750
[SDCardManager] Use SdFat for exFAT support (#10)
- Migrate over to SdFat for exFAT support
- Add new utilities:
  - `openFileForWrite`
  - `openFileForRead`
  - `removeDir`
- Sets up a singleton and macro to access it (`SdMan`)
2025-12-30 16:02:18 +11:00
CaptainFrito
11b112da6f SD card manager from microreader 2025-12-04 19:20:21 +07:00