Skip to content

Commit 4870407

Browse files
committed
Minor fix
1 parent 118585b commit 4870407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ With the Arduino Cloud CLI tool, you can not only automate the initial setup of
4141

4242
- [Arduino account](https://cloud.arduino.cc/home/).
4343
- [Arduino Cloud CLI](https://github.com/arduino/arduino-cloud-cli) installed.
44-
- A [cloud compatible board](/arduino-cloud/getting-started/iot-cloud-getting-started#compatible-hardware)
44+
- A [cloud compatible board](/arduino-cloud/getting-started/iot-cloud-getting-started#compatible-hardware)\*
4545

4646
***\*This is needed only for certain commands, like OTA uploads.***
4747

@@ -427,4 +427,4 @@ You can also compile a file through any version of the Arduino IDE (not online).
427427
- In the IDE, with your sketch open, navigate to **Sketch > Export Compiled Binary**. In your sketch folder, a new folder called `build` will appear. The binary needed is located inside of this folder.
428428
- To navigate to your sketch folder, navigate to **Sketch > Show Sketch Folder**. You will see the `<sketchname>.bin` file, which is the file we can use to perform OTA.
429429

430-
![Compile binaries using Arduino IDE](assets/export-ide.png).
430+
![Compile binaries using Arduino IDE](assets/export-ide.png)

0 commit comments

Comments
 (0)