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

Fix #62, make entity ID default to 32 bit #159

Merged
merged 1 commit into from
Jan 12, 2022

Commits on Jan 10, 2022

  1. Fix nasa#62, make entity ID default to 32 bit

    Entity IDs should be larger by default for real-world applicability, as this also
    restricts what CFDP can receive, not just what it sends.  Note CFDP will only use
    the number of bytes required to express the value, so values less than 256 will
    still only use 1 byte, regardless of this config.  This just allows use of larger
    values.
    jphickey committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b62f170 View commit details
    Browse the repository at this point in the history