From f297c93df94c00ad2ccd47362592b118b1bde578 Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Tue, 1 Feb 2022 23:45:43 -0500 Subject: [PATCH] Updated SD Card (DEV) (markdown) --- SD-Card-(DEV).md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SD-Card-(DEV).md b/SD-Card-(DEV).md index 2f55b40..f6b7326 100644 --- a/SD-Card-(DEV).md +++ b/SD-Card-(DEV).md @@ -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