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 more ser/deser and add tests #206

Merged
merged 4 commits into from
Nov 20, 2023

Commits on Nov 20, 2023

  1. tests: Use COMMON_MSG_HEADER values over hardcoded numbers

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    82c78e6 View commit details
    Browse the repository at this point in the history
  2. tests: Change value of component id to check for correct ser/deser logic

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    37155f0 View commit details
    Browse the repository at this point in the history
  3. lib: Fix serialization of mavlink v2

    Only 3 bytes are used by message id
    
    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f39cd28 View commit details
    Browse the repository at this point in the history
  4. tests: Add serialization test

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    49686b7 View commit details
    Browse the repository at this point in the history