System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.