We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e2fd9 commit 14a68e4Copy full SHA for 14a68e4
βdocs/FAQ.md
@@ -11,7 +11,7 @@ When you run [`arduino-cli board list`][arduino cli board list], your board does
11
12
FQBN stands for Fully Qualified Board Name. It has the following format:
13
`VENDOR:ARCHITECTURE:BOARD_ID[:MENU_ID=OPTION_ID[,MENU2_ID=OPTION_ID ...]]`, with `MENU_ID=OPTION_ID` being
14
-configuration key-value pairs. Each field accepts letters (`A-Z` or `a-z`), numbers (`0-9`), underscores (`_`),
+a key-value pairs configuration. Each field accepts letters (`A-Z` or `a-z`), numbers (`0-9`), underscores (`_`),
15
dashes(`-`) and dots(`.`). The special character `=` is accepted in the configuration value. For a deeper understanding
16
of how FQBN works, you should understand the [Arduino platform specification][0].
17
0 commit comments