Skip to content

Commit 1bbb5bf

Browse files
committed
Fix IDE 2 Upload instructions (#300)
Updated faulty instructions for uploading sketch to board (IDE 2)
1 parent 22f7384 commit 1bbb5bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Uploading a sketch is quick and easy, but let's take a look at what we need to d
3636

3737
![Verifying and uploading buttons.](assets/uploading-a-sketch-img01.png)
3838

39-
**3.** Click on the verify tool (checkmark). Since we are verifying an empty sketch, we can be sure it is going to compile. After a few seconds, we can see the result of the action in the console (black box in the bottom).
39+
**4.** First, we need to select the board that we are going to use. We can do this by navigating to **Tools > Port > {Board}**. The board(s) that are connected to your computer should appear here, and we need to select it by clicking it. In this case, our board is displayed as **COM17 (Arduino MKR WiFi1010)**.
4040

41-
![Successful compilation printed in the console.](assets/uploading-a-sketch-img02.png)
41+
![Selecting the board.](assets/uploading-a-sketch-img03.png)
4242

43-
**4.** Now we know that our code is compiled, and that it is working. Now, before we can upload the code to our board, we will first need to select the board that we are using. We can do this by navigating to **Tools > Port > {Board}**. The board(s) that are connected to your computer should appear here, and we need to select it by clicking it. In this case, our board is displayed as **COM17 (Arduino MKR WiFi1010)**.
43+
**3.** Click on the verify tool (checkmark). Since we are verifying an empty sketch, we can be sure it is going to compile. After a few seconds, we can see the result of the action in the console (black box in the bottom).
4444

45-
![Selecting the board.](assets/uploading-a-sketch-img03.png)
45+
![Successful compilation printed in the console.](assets/uploading-a-sketch-img02.png)
4646

4747
**5.** With the board selected, we are good to go! Click on the **upload** button, and it will start uploading the sketch to the board.
4848

0 commit comments

Comments
 (0)