Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Replace "upload" with "compile --upload"
Browse files Browse the repository at this point in the history
  • Loading branch information
hlovdal authored and adiazulay committed Jan 19, 2021
1 parent e591480 commit b97a740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/arduino/arduino.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,8 @@ export class ArduinoApp {
}

if (this.useArduinoCli()) {
args.push("upload",
args.push("compile",
"--upload",
"--programmer", programmer);
} else {
args.push("--upload",
Expand Down

0 comments on commit b97a740

Please sign in to comment.