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: connection led blink & strict yaml unmarshaling #68

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

ffenix113
Copy link
Owner

Currently there is no reasonable identification if the device is trying to connect or not.
This will add a blinking led when device is trying to connect to network.
Unmarshaling of types that implement custom unmarshaling interface will not use that option,
which in case of this configuration will lead to basically loosing that setting.

go-yaml/yaml#460

This change adds strict unmarshaling, though in not ideal way.

Also add test that tries to load example configurations as first test for their validity.
@ffenix113 ffenix113 merged commit 6db195b into develop Jun 15, 2024
1 check passed
@ffenix113 ffenix113 deleted the improvements branch June 15, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant