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

21 lines
424 B
JSON

{
"name": "SDCardManager",
"version": "2.0.0",
"description": "SD card file system utilities",
"authors": [
{
"name": "CidVonHighwind",
"url": "https://github.com/CidVonHighwind"
},
{
"name": "Dave Allie",
"url": "https://github.com/daveallie"
}
],
"dependencies": {
"greiman/SdFat": "^2.3.1"
},
"platforms": "espressif32",
"frameworks": ["arduino", "espidf"]
}