12 lines
269 B
Markdown
12 lines
269 B
Markdown
# pio 板
|
|
|
|
> 列出在 PlatformIO 中可用的预配置嵌入式板。
|
|
> 更多信息:<https://docs.platformio.org/en/latest/core/userguide/cmd_boards.html>。
|
|
|
|
- 列出所有可用的板:
|
|
|
|
`pio boards`
|
|
|
|
- 仅列出已安装平台的板:
|
|
|
|
`pio boards --installed` |