Skip to content

Commit c5d5b4e

Browse files
authored
Rephrase arduino-cli fqbn
small rephrase regarding FQBN
1 parent 5c62a00 commit c5d5b4e

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
@@ -115,7 +115,7 @@ To configure a device, you can use the following command:
115115
arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>
116116
```
117117

118-
Currently, the following devices are supported:
118+
Here's follows the FQBN's list of the supported devices:
119119

120120
* `arduino:samd:nano_33_iot` [Arduino Nano 33 IoT](https://docs.arduino.cc/hardware/nano-33-iot)
121121
* `arduino:samd:mkrwifi1010` [Arduino MKR WiFi 1010](https://docs.arduino.cc/hardware/mkr-wifi-1010)
@@ -149,7 +149,7 @@ arduino-cloud-cli device list-frequency-plans
149149

150150
General devices is a virtual device that does not need to be attached to a physical board.
151151

152-
To see the full list of supported FQBNs, you can run the following command:
152+
To see the full list of supported FQBNs (Fully Qualified Board Names), you can run the following command:
153153

154154
```
155155
arduino-cloud-cli device list-fqbn

0 commit comments

Comments
 (0)