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

Moving some stuff to create a new stable #10720

Merged
merged 12 commits into from
Jun 30, 2023

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    048b8e6 View commit details
    Browse the repository at this point in the history
  2. MavlinkConsoleController: set correct data size

    Do not include the null bytes
    bkueng authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f589497 View commit details
    Browse the repository at this point in the history
  3. Add Kakute H7 v2 & Kakute H7 Mini to QGC

    Add Kakute H7 v2 & Kakute H7 Mini to QGC FirmwareUpgradeController.cc
    vincentpoont2 authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0554307 View commit details
    Browse the repository at this point in the history
  4. Display Rangefinder Distance

    AndKe authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5c3771c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e316fb1 View commit details
    Browse the repository at this point in the history
  6. FirmwareUpgrade: add CubeOrange+

    julianoes authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e9e1959 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6349ed4 View commit details
    Browse the repository at this point in the history
  8. Adds MAV_CMD_DO_CHANGE_SPEED support (mavlink#10607)

    Ability to digest climb speed and descent speed with mavlink command MAV_CMD_DO_CHANGE_SPEED
    farhangnaderi authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5e1c8be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8963e11 View commit details
    Browse the repository at this point in the history
  10. FirmwareUpgrade: add thepeach board (mavlink#10586)

    add firmware upgrade support for the peach k1/r1 boards
    WTPENGUIN authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    95a69e7 View commit details
    Browse the repository at this point in the history
  11. PlanManager: drop spurious items for unexpected mission types (mavlin…

    …k#10509)
    
    * PlanManager: drop spurious items for unexpected mission types
    * PlanManager: drive-by bug fix
    maaaat authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e690844 View commit details
    Browse the repository at this point in the history
  12. Joystick: Enable button up signal for hat buttons (mavlink#10543)

    Releasing a hat button did not lead to _executeButtonAction being called with BUTTON_UP. This adds the hat buttons to lastBbuttonValues, such that the button-up transitions for hat buttons are recorded.
    kjersbry authored and patrickelectric committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    16b9ebc View commit details
    Browse the repository at this point in the history