Bladeren bron

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

Scott Lahteine 2 jaren geleden
bovenliggende
commit
0f5703a837
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0
    2
      buildroot/share/PlatformIO/scripts/simulator.py

+ 0
- 2
buildroot/share/PlatformIO/scripts/simulator.py Bestand weergeven

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}")

Laden…
Annuleren
Opslaan