Skip to content

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

@andrew103

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.

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