Skip to content

Commit

Permalink
Update docs/FAQ.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Perugini <[email protected]>
  • Loading branch information
MatteoPologruto and alessio-perugini authored Jan 22, 2024
1 parent 41e2fd9 commit 14a68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When you run [`arduino-cli board list`][arduino cli board list], your board does

FQBN stands for Fully Qualified Board Name. It has the following format:
`VENDOR:ARCHITECTURE:BOARD_ID[:MENU_ID=OPTION_ID[,MENU2_ID=OPTION_ID ...]]`, with `MENU_ID=OPTION_ID` being
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 (`_`),
dashes(`-`) and dots(`.`). The special character `=` is accepted in the configuration value. For a deeper understanding
of how FQBN works, you should understand the [Arduino platform specification][0].

Expand Down

0 comments on commit 14a68e4

Please sign in to comment.