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

mavproxy_link: use numeric code for green #1465

Merged
merged 2 commits into from
Oct 6, 2024

Commits on Oct 4, 2024

  1. mavproxy_link: use numeric code for green

    unreadable on Window's concept of "green", so I swiped the RGB values from Linux
    peterbarker committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    71b64ba View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. mavproxy_console.py: correct behaviour with old bindings

    some of these MAV_TYPEs are not known in older bindings, e.g. MAV_TYPE_BATTERY.  Avoid fatal errors here when we're working with older bindings
    peterbarker committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    2f80cda View commit details
    Browse the repository at this point in the history