Skip to content

Bloated radio and CAN messages  #97

Open
@NoahSprenger

Description

Right now we always assume that a radio message will be 255 bytes and 64 bytes for a CAN message. This should change to optimize our data transmission sizes. Two options: heap allocation (bad) or just switch the message type to decide what the size is. I'm more a fan of not using heap allocation as it can be costly and potentially unsafe.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    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