Skip to content

Conversation

peterbarker
Copy link
Contributor

@peterbarker peterbarker commented Sep 8, 2025

mavlink PR: ArduPilot/mavlink#425

@peterbarker peterbarker added the WIP label Sep 8, 2025
@peterbarker peterbarker force-pushed the pr/param-error branch 2 times, most recently from 367bb0f to 7b99788 Compare September 17, 2025 23:57
@peterbarker peterbarker force-pushed the pr/param-error branch 4 times, most recently from 27d6db1 to d120791 Compare September 30, 2025 01:11

-- send PARAM_ERROR mavlink message
local encoded_msg = encode(param_error_msgid, msg, messages)
mavlink.send_chan(chan, param_error_msgid, encoded_msg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mavlink.send_chan(chan, param_error_msgid, encoded_msg)
mavlink:send_chan(chan, param_error_msgid, encoded_msg)

To pass the scripting check.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed, thanks!

@peterbarker
Copy link
Contributor Author

mavlink submodule reference updated

@peterbarker peterbarker merged commit 2322ea7 into ArduPilot:master Oct 18, 2025
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants