Skip to content

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

Description

@andrew103

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions