Skip to content

Commit 17c59d1

Browse files
Update CardInfo.ino (#75)
Verified and fixed the presence of an issue mentioned in #65 (comment)
1 parent 4d02d9b commit 17c59d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/CardInfo/CardInfo.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ void setup() {
110110

111111
// list all files in the card with date and size
112112
root.ls(LS_R | LS_DATE | LS_SIZE);
113+
root.close();
113114
}
114115

115116
void loop(void) {

0 commit comments

Comments
 (0)