Files
Last update 1 year 4 months
by
Kristóf Kovács
FilesArduino_Pedalbox | |
---|---|
.. | |
include | |
lib | |
src | |
test | |
.gitignore | |
build_n_test.py | |
delay_for_testing.py | |
platformio.ini |
delay_for_testing.pyImport("env") def after_upload(source, target, env): print("Delay while uploading...") import time time.sleep(5) print("Done!") env.AddPostAction("upload", after_upload)