1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
This commit is contained in:
Federico Fissore
2013-10-14 12:42:42 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -44,6 +44,7 @@ File::File(void) {
}
File::~File(void) {
close();
// Serial.print("Deleted file object");
}