We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a340140 + 2aee42a commit 6732677Copy full SHA for 6732677
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