- Migrate over to SdFat for exFAT support - Add new utilities: - `openFileForWrite` - `openFileForRead` - `removeDir` - Sets up a singleton and macro to access it (`SdMan`)
21 lines
424 B
JSON
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"]
|
|
}
|