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

feat: read user specific values from .yml #17

Merged
merged 9 commits into from
Jun 2, 2024
Merged

Conversation

AllanOricil
Copy link
Owner

  • read user specific values from .yml instead of env variables set during build.

These changes are necessary before the deploy firmware page is created.

This issue happened because the touch calibration was using
screen boundaries (TFT_WIDTH and TFT_HEIGHT) that correspond to
when the screen is rotated.
The reason it was happening is because the pinHash and pinKey were
looking at mem positions that were being constantly changed. Creating
a copy of security.pin.hash and security.pin.key solved the problem.
I believe the issue is caused by YAMLNode::gettext. I will fix this later
as my plan is to have a global Configuration object which other modules
can access when necessary.
@AllanOricil AllanOricil marked this pull request as ready for review June 2, 2024 18:00
@AllanOricil AllanOricil merged commit 56f55f6 into main Jun 2, 2024
2 checks passed
Copy link

github-actions bot commented Jun 2, 2024

🎉 This PR is included in version 0.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@AllanOricil AllanOricil deleted the feat/config-file branch June 9, 2024 22:06
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.

None yet

1 participant