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

Pan Enhancements and cardinal markers for ESP32 Radar #8699

Commits on Jan 29, 2023

  1. ESP32 Radar: Replace side arrows with cardinal indicator

    The 1-3 arrows that hang off the side of the ESP32 Radar POIs are not intuitive for finding your flying buddies. This PR replaces the 1-3 arrows with a compass style cardinal indicator. This will point in the direction of the other craft. It is displayed on the right of the POI, to be distinct from the relative heading arrow.
    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    0e796a7 View commit details
    Browse the repository at this point in the history
  2. Improvements

    - Renamed `osdPanServoHomeDirectionOffset` to `osdGetPanServoOffset` as the function does not reference home direction. So it can be used elsewhere.
    - Added pan servo offset to POIs.
    - Made cardinal always visible for ESP32 Radar.
    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8112c8d View commit details
    Browse the repository at this point in the history
  3. Updates after flight test

    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    285fa9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01bb69b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10ebb5c View commit details
    Browse the repository at this point in the history
  6. Updated docs

    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    a29726c View commit details
    Browse the repository at this point in the history
  7. PG bump

    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8c46e5a View commit details
    Browse the repository at this point in the history
  8. Update settings.yaml

    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    88b17e3 View commit details
    Browse the repository at this point in the history
  9. Updated the osd_pan_servo_index max to 16

    Updated the `osd_pan_servo_index` max to 16. There are flight controllers now that have 12 PWM outputs. This now matches `MAX_SUPPORTED_SERVOS`.
    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    7649c5f View commit details
    Browse the repository at this point in the history
  10. Fixed a miscopy/paste

    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    64b23db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40cce65 View commit details
    Browse the repository at this point in the history
  12. Reverse pan direction of offset OSD element

    - Fix bug from merge with master
    - Reverse pan offset direction arrow
    MrD-RC committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    3b13709 View commit details
    Browse the repository at this point in the history