mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
fixes #832
This commit is contained in:
@ -77,6 +77,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