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

A simple "Print flight controller banner statustext message contents"… #962

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

amilcarlucas
Copy link
Contributor

… example



def print_banner_messages(master):
'''Decode and print banner information from the flight controller'''
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a bit concerned by this "decode" bit here. Statustexts really should be opaque to software, they're really not a good way of transmitting data to automated systems.

An example decoding the AUTOPILOT_VERSION message would be good, 'though :-) Particularly because of the way we encode the board ID in that message.

Suggested change
'''Decode and print banner information from the flight controller'''
'''print banner information from the flight controller'''

…" example

print heartbeat and AUTOPILOT_VERSION information as well
@peterbarker peterbarker merged commit fda71ea into ArduPilot:master Aug 6, 2024
12 checks passed
@peterbarker
Copy link
Contributor

Merged the commits, fixed the commit message and merged it. Thanks!

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.

2 participants