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

fix(squawks): assign squawks with C-Mode correlation when aircraft connect #287

Merged
merged 2 commits into from
Jul 3, 2021

Commits on Jul 3, 2021

  1. fix(squawks): assign squawks when aircraft connect during C-Mode corr…

    …elation
    
    When an aircraft connects with a flightplan in C-Mode correlation, the data ES presents to the
    plugin can sometimes be invalid - e.g. exactly 0ft at exactly 0.0nm from origin. This prevents
    squawks from assigning. This change adds a regular poll to squawks, initial altitudes and initial
    headings to check for required updates - which apparently works as during these polls ES returns us
    complete data.
    
    fix VATSIM-UK#284 VATSIM-UK#285 VATSIM-UK#286
    AndyTWF committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    e5bdab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6f771 View commit details
    Browse the repository at this point in the history