Exposed the info64 method to get SD card information, not working properly, SD card lib might be at fault again
This commit is contained in:
parent
4855e2c244
commit
8866177a37
@ -97,6 +97,10 @@ public:
|
|||||||
return (boolean)SDFS.rename(pathFrom, pathTo);
|
return (boolean)SDFS.rename(pathFrom, pathTo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool info64(FSInfo64& info) {
|
||||||
|
return (boolean)SDFS.info64(info);
|
||||||
|
}
|
||||||
|
|
||||||
uint8_t type() {
|
uint8_t type() {
|
||||||
sdfs::SDFSImpl* sd = static_cast<sdfs::SDFSImpl*>(SDFS.getImpl().get());
|
sdfs::SDFSImpl* sd = static_cast<sdfs::SDFSImpl*>(SDFS.getImpl().get());
|
||||||
return sd->type();
|
return sd->type();
|
||||||
|
Loading…
Reference in New Issue
Block a user