Browse Source

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

FB4S_WIFI
Scott Lahteine 2 years ago
parent
commit
923d34550a
  1. 2
      buildroot/share/PlatformIO/scripts/simulator.py

2
buildroot/share/PlatformIO/scripts/simulator.py

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

Loading…
Cancel
Save