Skip to content

Commit 4096f52

Browse files
Update FAQ.md (#638)
* Update FAQ.md * Update docs/FAQ.md Co-Authored-By: per1234 <[email protected]> Co-authored-by: per1234 <[email protected]>
1 parent f9696a0 commit 4096f52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/FAQ.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ When you run `arduino-cli board list`, your board doesn't show up. Possible caus
1313
For a deeper understanding of how FQBN works, you should understand
1414
the [Arduino platform specification][0].
1515

16+
## How to set multiple board options?
17+
18+
Additional board options have to be separated by commas (instead of colon):
19+
20+
`$ arduino-cli compile --fqbn "esp8266:esp8266:generic:xtal=160,baud=57600" TestSketch`
21+
1622

1723
[0]: platform-specification.md

0 commit comments

Comments
 (0)