1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages/common/pio-settings.md
2021-03-30 09:46:55 -04:00

20 lines
521 B
Markdown

# 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}}`
- Reset the values of all modified settings to their factory defaults:
`pio settings reset`