-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to read espflash config from project_dir/.config/espflash.toml #469
Comments
Would also like a way to have a local config file (that take precedence over the global one). That would help multiple developers working on the same project were each has it's own serial mapping. |
Soon, we will start working towards espflash 3.0 where we will evaluate the different configuration options, at the moment we have several ways (files, env variables…) and this might change in the future, thanks for the suggestion |
The config is currently only read system-wide (
$HOME/.config/espflash/espflash.toml
) but this is annoying if you work on multiple unrelated projects. I think cargo-espflash should first attempt to readproject_dir/.config/espflash.toml
and fall back to the system config if the former config doesn't exist.The text was updated successfully, but these errors were encountered: