From 14a68e420bbf38f0e7ff6028a198ce71b2a56e7b Mon Sep 17 00:00:00 2001 From: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:32:26 +0100 Subject: [PATCH] Update docs/FAQ.md Co-authored-by: Alessio Perugini --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index aae36f4af7d..db81e0f500f 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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].