Allow overriding a default project "platformio.ini" configuration file
See original GitHub issueAllow overriding a default project “platformio.ini” configuration file usingpio run -c custom_platformio.ini
option.
If you need to merge different platformio.ini
, see https://github.com/platformio/platformio-core/issues/1590
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Override board configuration — PlatformIO v6.1 documentation
PlatformIO allows one to override some basic options (integer or string values) using More options in “platformio.ini” (Project Configuration File).
Read more >“platformio.ini” (Project Configuration File)
ini is a configuration file that lets you set up your development environment, share your code and configurations with others, and leverage a...
Read more >default_envs - Platformio Docs
ini file is used for overriding the default configuration options for PlatformIO Core (CLI). Relative path is allowed for directory option:
Read more >How to deal with .h project configuration file for libs? - Libraries
When someone creates a project using our lib we want them to be able to define their own configs in their projects to...
Read more >pio settings — PlatformIO v6.1 documentation
You can override these settings using Environment variables. ... Values. Path to folder. Default location for PlatformIO projects (PlatformIO Home) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ivankravets Looks like it indeed 😃
Docs: