0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 07:29:33 +00:00

🔨 PlatformIO "--target upload" == "--target exec"

This commit is contained in:
Scott Lahteine 2022-07-14 21:56:13 -05:00
parent 7dc3cfa1a6
commit b09997d137

View file

@ -50,5 +50,3 @@ if pioutil.is_pio_build():
# Break out of the PIO build immediately
sys.exit(1)
env.AddCustomTarget("upload", "$BUILD_DIR/${PROGNAME}", "$BUILD_DIR/${PROGNAME}")