mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-27 12:05:34 +00:00
Updated SD Card (DEV) (markdown)
parent
9c2d6ecba8
commit
f297c93df9
@ -357,8 +357,7 @@ namespace ui
|
|||||||
|
|
||||||
// Checks SD Card, returns true if Mounted, false if otherwise
|
// Checks SD Card, returns true if Mounted, false if otherwise
|
||||||
bool NewAppView::check_sd_card() {
|
bool NewAppView::check_sd_card() {
|
||||||
//return (sd_card::status() == sd_card::Status::Mounted) ? true : false;
|
return (sd_card::status() == sd_card::Status::Mounted) ? true : false;
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Lists all files and directories in path
|
// Lists all files and directories in path
|
||||||
|
Loading…
Reference in New Issue
Block a user