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

Rangefinder arming checks #11078

Merged
merged 12 commits into from
Jul 30, 2019

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    0241152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d613fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ef22f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f62da15 View commit details
    Browse the repository at this point in the history
  5. Sub: Add keydump feature

    WickedShell committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    8276d69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e2986c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10da613 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c8e902 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54af858 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6579616 View commit details
    Browse the repository at this point in the history
  11. Sub: Convert ARMING_CHECK

    WickedShell committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    936cc30 View commit details
    Browse the repository at this point in the history
  12. AP_Param: flush() after converting parameters

    this prevents a race in sub where a set_default_by_name() directly
    follows a parameter conversion for ARMING_CHECK. Without the flush the
    default is written to storage by the IO queue draining after the set()
    tridge authored and WickedShell committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    f388548 View commit details
    Browse the repository at this point in the history