21 lines
424 B
JSON
Raw Normal View History

2025-12-04 19:20:21 +07:00
{
"name": "SDCardManager",
"version": "2.0.0",
2025-12-04 19:20:21 +07:00
"description": "SD card file system utilities",
"authors": [
{
"name": "CidVonHighwind",
"url": "https://github.com/CidVonHighwind"
},
{
"name": "Dave Allie",
"url": "https://github.com/daveallie"
2025-12-04 19:20:21 +07:00
}
],
"dependencies": {
"greiman/SdFat": "^2.3.1"
},
2025-12-04 19:20:21 +07:00
"platforms": "espressif32",
"frameworks": ["arduino", "espidf"]
}