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

ConnectionOptions fixes #3254

Merged
merged 2 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. ConnectionOptions: wait to fetch params until added

    The SerialReader thread does nothing to our new port until it is added
    to the list of Comports, but we cannot add it to that list until the
    BaseStream is open, or the SerialReader will dispose of the port.
    robertlong13 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e078f78 View commit details
    Browse the repository at this point in the history
  2. MAVLinkInterface: apply theme to progress form

    The theme would show correctly for the main connection button, but if
    anything else, like ConnectionOptions, launched the connection, the
    progress bar would show up unthemed.
    robertlong13 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6632175 View commit details
    Browse the repository at this point in the history