Only look for target disk during Upload (#21804)
This commit is contained in:
parent
12bc28bc8c
commit
6e18af6f81
@ -20,6 +20,7 @@ def print_error(e):
|
|||||||
'or copy the firmware (.pio/build/%s/firmware.bin) manually to the appropriate disk\n' \
|
'or copy the firmware (.pio/build/%s/firmware.bin) manually to the appropriate disk\n' \
|
||||||
%(e, env.get('PIOENV')))
|
%(e, env.get('PIOENV')))
|
||||||
|
|
||||||
|
def before_upload(source, target, env):
|
||||||
try:
|
try:
|
||||||
#
|
#
|
||||||
# Find a disk for upload
|
# Find a disk for upload
|
||||||
@ -118,3 +119,5 @@ try:
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print_error(str(e))
|
print_error(str(e))
|
||||||
|
|
||||||
|
env.AddPreAction("upload", before_upload)
|
||||||
|
Loading…
Reference in New Issue
Block a user