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

Commit b97a740

Browse files
hlovdaladiazulay
authored andcommitted
Replace "upload" with "compile --upload"
1 parent e591480 commit b97a740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/arduino/arduino.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@ export class ArduinoApp {
587587
}
588588

589589
if (this.useArduinoCli()) {
590-
args.push("upload",
590+
args.push("compile",
591+
"--upload",
591592
"--programmer", programmer);
592593
} else {
593594
args.push("--upload",

0 commit comments

Comments
 (0)