Skip to content

Update arduino-cloud-cli.md #780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To configure a device, you can use the following command:
arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>
```

Currently, the following devices are supported:
Here's follows the FQBN's list of the supported devices:

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

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

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

```
arduino-cloud-cli device list-fqbn
Expand Down