We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951f5ee commit 8ba1a59Copy full SHA for 8ba1a59
libraries/SD/File.cpp
@@ -44,6 +44,7 @@ File::File(void) {
44
}
45
46
File::~File(void) {
47
+ close();
48
// Serial.print("Deleted file object");
49
50
0 commit comments