Skip to content

Commit

Permalink
Update CardInfo.ino (#75)
Browse files Browse the repository at this point in the history
Verified and fixed the presence of an issue mentioned in
#65 (comment)
  • Loading branch information
AsherThomasBabu authored Mar 18, 2020
1 parent 4d02d9b commit 17c59d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/CardInfo/CardInfo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 17c59d1

Please sign in to comment.