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

Add blackbox target heading + missing Nav auto enabled flight modes #9249

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

breadoven
Copy link
Collaborator

@breadoven breadoven commented Aug 19, 2023

Adds target heading to the blackbox log. Also adds Angle, Heading Hold and Turn Assistance flight modes which have been auto enabled by Nav. These are currently only logged if set via boxmode switching.

@breadoven breadoven changed the title Add blackbox target heading Add blackbox target heading + missing Nav auto enabled flight modes Aug 22, 2023
}

if ((FLIGHT_MODE(TURN_ASSISTANT) || navigationRequiresTurnAssistance()) && (FLIGHT_MODE(ANGLE_MODE) || FLIGHT_MODE(HORIZON_MODE) || navigationRequiresTurnAssistance())) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming this is an error ?

@breadoven breadoven added this to the 7.0 milestone Aug 24, 2023
@DzikuVx DzikuVx merged commit 44caafd into iNavFlight:master Aug 25, 2023
14 checks passed
@breadoven breadoven deleted the abo_blackbox_add_target_heading branch September 8, 2023 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants