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 issue with decode/encode signals of list type #5

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Conversation

nuts4coffee
Copy link
Owner

Brief

Checklist

  • Add relevant labels to the Pull Request
  • Review test results and code coverage
    • Review snapshot test results for deviations
  • Review code changes
    • Create relevant test scenarios
    • Update examples
    • Update JSON schema
  • Update documentation
    • Update examples in README
  • Update changelog
  • Update version number

Resolves

Fixes c4deszes#119.

  • Describe the bug or feature and link to relevant issues

Update decode/encode function to support signals with list type init values, as in BSBatt2Current: 24, {0, 0, 2}, ECU, GWM ;.

c4deszes#119

Evidence

  • Analyze how the change might impact existing code

  • Provide evidence that the feature is tested and covered properly
    Added unit test.

@nuts4coffee nuts4coffee merged commit dd044bf into master Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error encode/decode frame with list value signals
1 participant