mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15: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
|
||||
bool NewAppView::check_sd_card() {
|
||||
//return (sd_card::status() == sd_card::Status::Mounted) ? true : false;
|
||||
return true;
|
||||
return (sd_card::status() == sd_card::Status::Mounted) ? true : false;
|
||||
}
|
||||
|
||||
// Lists all files and directories in path
|
||||
|
Loading…
Reference in New Issue
Block a user