mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
fixes #832
This commit is contained in:
@ -76,6 +76,7 @@ void printDirectory(File dir, int numTabs) {
|
|||||||
Serial.print("\t\t");
|
Serial.print("\t\t");
|
||||||
Serial.println(entry.size(), DEC);
|
Serial.println(entry.size(), DEC);
|
||||||
}
|
}
|
||||||
|
entry.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user