logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PIO Settings - Control PlatformIO Configuration | Online Free DevTools by Hexmos

Control PlatformIO settings with PIO Settings. Manage PlatformIO configuration, display settings, and reset defaults using the command line. Free online tool, no registration required.

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

See Also