1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge remote-tracking branch 'origin/ide-1.5.x' into ide-1.5.x

This commit is contained in:
Fede85
2013-10-14 17:19:48 +02:00
8 changed files with 153 additions and 28 deletions

View File

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