From 4523c5e1345025fbb0a67ee5a49eb7ad37beb36d Mon Sep 17 00:00:00 2001 From: Andrea Richetta Date: Tue, 17 Jan 2023 11:00:38 +0100 Subject: [PATCH] Update arduino-cloud-cli.md small rephrase regarding FQBN --- .../07.arduino-cloud-cli/arduino-cloud-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md b/content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md index 79da41c46b..d82f69fa00 100644 --- a/content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md +++ b/content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md @@ -115,7 +115,7 @@ To configure a device, you can use the following command: arduino-cloud-cli device create --name --port --fqbn ``` -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) @@ -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