From d41b832c08138da6d2350b662b18ea1309ba5a2f Mon Sep 17 00:00:00 2001 From: AsherThomasBabu <44612160+AsherThomasBabu@users.noreply.github.com> Date: Sun, 15 Mar 2020 20:05:10 +0530 Subject: [PATCH] Update CardInfo.ino Verified and fixed the presence of an issue mentioned in https://github.com/arduino-libraries/SD/issues/65#issue-459826783 --- examples/CardInfo/CardInfo.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CardInfo/CardInfo.ino b/examples/CardInfo/CardInfo.ino index 97913ef..1a81867 100644 --- a/examples/CardInfo/CardInfo.ino +++ b/examples/CardInfo/CardInfo.ino @@ -110,6 +110,7 @@ void setup() { // list all files in the card with date and size root.ls(LS_R | LS_DATE | LS_SIZE); + root.close(); } void loop(void) {