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

mavgen_lua: Fix for mavlink string fields #861

Closed
wants to merge 1 commit into from

Conversation

EosBandi
Copy link

@EosBandi EosBandi commented Oct 3, 2023

Encode/Decode functions did not process string fields in mavlink message definitions correctly
{ param_id, "<c", 16 } was expanded to <ccccccccccccccc instead of <c16

Same went to ardupilot with ArduPilot/ardupilot#24889

@IamPete1
Copy link
Member

Fixed by #868

@IamPete1 IamPete1 closed this Oct 23, 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.

2 participants