Skip to content

Commit 18742d9

Browse files
committed
Clarify "Upload Using Programmer by default"
1 parent 733a639 commit 18742d9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/Software Support/IDE Settings/Select-programmer-in-Arduino-IDE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ When you have [selected a board in Arduino IDE](https://support.arduino.cc/hc/en
88

99
The programmer selection is used by:
1010

11-
* The _Tools > Burn Bootloader_ menu bar item.
11+
* The _Tools > Burn Bootloader_ option.
1212
* The _Sketch > Upload Using Programmer_ option.
1313

14-
The programmer selection does **not** affect:
14+
The programmer selection is **not** used when:
1515

16-
* Sketch compilation (for example, when clicking the ![Verify button](img/symbol_verify2.png) **Verify** button).
17-
* Uploading a sketch to a board connected to your computer by clicking the the ![Upload button](img/symbol_upload2.png) **Upload** button.
16+
* Compiling your sketch (for example, when clicking ![Verify button](img/symbol_verify2.png) **Verify**).
17+
* Uploading without a programmer, by clicking the ![Upload button](img/symbol_upload2.png) **Upload** button.
18+
19+
> **Note:** In Arduino IDE 1.x, if the selected board _only_ supports programmer uploads, the ![Upload button](img/symbol_upload2.png) **Upload** button has the same effect as _Tools > Upload Using Programmer_[^2]
20+
21+
[^2]: [Platform specification – Upload Using Programmer by default](https://arduino.github.io/arduino-cli/latest/platform-specification/#upload-using-programmer-by-default)

0 commit comments

Comments
 (0)