mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-29 16:03:14 +03:00
Update FSTools.cpp
Add yield in between file copy
This commit is contained in:
@ -245,6 +245,7 @@ bool FSTools::_copyFS(FS & sourceFS, FS & destFS)
|
||||
}
|
||||
destFile.close();
|
||||
sourceFile.close();
|
||||
yield();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user