mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-13 09:47:48 -06:00
🔨 PlatformIO "--target upload" == "--target exec"
This commit is contained in:
parent
de0706e52c
commit
0f5703a837
1 changed files with 0 additions and 2 deletions
|
@ -50,5 +50,3 @@ if pioutil.is_pio_build():
|
||||||
|
|
||||||
# Break out of the PIO build immediately
|
# Break out of the PIO build immediately
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
env.AddCustomTarget("upload", "$BUILD_DIR/${PROGNAME}", "$BUILD_DIR/${PROGNAME}")
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue