8 lines
No EOL
173 B
Python
8 lines
No EOL
173 B
Python
Import("env")
|
|
env.AddCustomTarget(
|
|
"uploadnobuild",
|
|
None,
|
|
'pio run -e %s -t nobuild -t upload' %
|
|
env["PIOENV"],
|
|
title="Uploads without building"
|
|
) |