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

Alter validated_packet_data struct to be an array such that it can be iterated over #6

Open
andrew103 opened this issue Mar 29, 2021 · 0 comments
Assignees

Comments

@andrew103
Copy link
Member

At the moment, there are areas in the code where it would be preferable/cleaner to be able to iterate through validated_packet_data but since Arduino/C++ doesn't have a way to iterate through struct properties, we're forced into going through each property manually which results in excess lines of repeated code.

@andrew103 andrew103 self-assigned this Mar 29, 2021
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

No branches or pull requests

1 participant