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

Update joystick pipeline architecture and add modifier/shift buttons support #553

Merged

Commits on Dec 6, 2023

  1. Use intern Vue capitalize method when possible

    Much more readable.
    rafaellehmkuhl committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2aebc84 View commit details
    Browse the repository at this point in the history
  2. Rename protocol name from MAVLink to MAVLinkManualControl

    Being more specific makes it clear that we are talking about `MANUAL_CONTROL` messages on MAVLink, so we don't confuse this with a MAVLink `COMMAND` message, for example, which is used on boats and other vehicles.
    rafaellehmkuhl committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    15fec30 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    c78aaa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3687527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cbfbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e94adc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9811bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c36f31c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a6ed85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92a25da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbe2a9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c44150 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b0840c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab39b69 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e509b04 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0bacabf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fd628f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6837f4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84fea3b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    05c9206 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c804dd5 View commit details
    Browse the repository at this point in the history
  20. joystick-config-view: Use setTimeout instead of nextTick to reloa…

    …d joystick image
    
    This way, if the input is unmapped by the check routines (in the controller store), it will be right in the end.
    rafaellehmkuhl committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a2267c0 View commit details
    Browse the repository at this point in the history