mirror of
https://github.com/luc-github/ESP3DLib.git
synced 2026-02-28 05:04:07 +01:00
* Fix OTA size calculation wrong on big flash * Simplify wait function * Reduce ESP3DLib memory in task * Fix no compilation with latest bugfix * really test commit during travis test
5 lines
217 B
Python
5 lines
217 B
Python
import shutil
|
|
shutil.rmtree("$TRAVIS_BUILD_DIR/Marlin/.pio/libdeps/esp32/ESP3DLib/src")
|
|
shutil.copytree("$TRAVIS_BUILD_DIR/src", "$TRAVIS_BUILD_DIR/Marlin/.pio/libdeps/esp32/ESP3DLib/")
|
|
print("Update ESP3DLib files")
|