We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c111f66 commit 2aee42aCopy full SHA for 2aee42a
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