2025-03-14 21:59:59 -06:00
|
|
|
# pio settings
|
|
|
|
|
|
|
|
|
|
> View and modify PlatformIO settings.
|
|
|
|
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display the names, values, and descriptions of all PlatformIO settings:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`pio settings get`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display the name, value, and description of a specific PlatformIO setting:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`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`
|