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

commander: use control mode flags and cleanup arm_disarm #16266

Merged
merged 6 commits into from Feb 15, 2021

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    289c930 View commit details
    Browse the repository at this point in the history
  2. commander: consolidate all arming/disarming through arm()/disarm()

     - arm_disarm() now split into separate arm() and disarm()
     - arming/disarming attempts go through arm() and disarm()
    dagar authored and MaEtUgR committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    11ac792 View commit details
    Browse the repository at this point in the history
  3. Commander: fix arm/disarm gesture behavior

    when keeping stick in gesture position for multiple times
    the hysteresis time.
    MaEtUgR committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    69ee4d9 View commit details
    Browse the repository at this point in the history
  4. Commander: Fix throttle center check

    for clib rate controlled modes. Before it would always ask for
    low throttle instead of centered even in position mode.
    MaEtUgR committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    59df5c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5536f9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6a00eb View commit details
    Browse the repository at this point in the history