tldr/pages/common/pio-settings.md

21 lines
521 B
Markdown
Raw Normal View History

2021-03-28 19:41:45 +01:00
# pio settings
> View and modify PlatformIO settings.
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>.
- Display the names, values and descriptions of all PlatformIO settings:
`pio settings get`
- Display the name, value and description of a specific PlatformIO setting:
`pio settings get {{setting}}`
- Set a specific setting value:
`pio settings set {{setting}} {{value}}`
2021-03-30 14:46:55 +01:00
- Reset the values of all modified settings to their factory defaults:
2021-03-28 19:41:45 +01:00
`pio settings reset`