Skip to content
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

Read params from src/config.h. Precedence given to platformio config. #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gongloo
Copy link
Contributor

@gongloo gongloo commented Jul 5, 2024

Many projects use src/config.h to define hostname, username, and password constants in C++ outside of version control using .gitignore. Not sure if it's in fitting with this project's aesthetic to be (admittedly) hackishly pulling from src/config.h if it exists, but this is a huge convenience and makes it easier to keep credentials in a single, secure place. Happy to take suggestions on improvements.

Copy link

github-actions bot commented Aug 4, 2024

This PR is marked as stale because it has been open 45 days with no activity. You can remove stale label or comment if this PR is still valid.

@github-actions github-actions bot added the Stale label Aug 4, 2024
@gongloo
Copy link
Contributor Author

gongloo commented Aug 4, 2024

Happy to take suggestions on how to improve this PR. Please advise!

@github-actions github-actions bot removed the Stale label Aug 5, 2024
Copy link

github-actions bot commented Sep 4, 2024

This PR is marked as stale because it has been open 45 days with no activity. You can remove stale label or comment if this PR is still valid.

@github-actions github-actions bot added the Stale label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant