Browse Source

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

Scott Lahteine 3 years ago
parent
commit
0f5703a837
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      buildroot/share/PlatformIO/scripts/simulator.py

+ 0
- 2
buildroot/share/PlatformIO/scripts/simulator.py View File

50
 
50
 
51
 			# Break out of the PIO build immediately
51
 			# Break out of the PIO build immediately
52
 			sys.exit(1)
52
 			sys.exit(1)
53
-
54
-	env.AddCustomTarget("upload", "$BUILD_DIR/${PROGNAME}", "$BUILD_DIR/${PROGNAME}")

Loading…
Cancel
Save