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

Added mission loaded to system message #7519

Merged

Conversation

MrD-RC
Copy link
Collaborator

@MrD-RC MrD-RC commented Oct 19, 2021

Added a message to the OSD system messages to show that a waypoint mission is loaded, when disarmed.

This would be the most consistent solution I could think of currently to help with Closes #7454

Added a message to the OSD system messages to show that a waypoint mission is loaded, when disarmed.
// failsafeInfoMessage is not useful for recovering
// a lost model, but might help avoiding a crash.
// Blink to grab user attention.
TEXT_ATTRIBUTES_ADD_BLINK(elemAttr);
Copy link
Contributor

Choose a reason for hiding this comment

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

Remember that some boards do not work out of the box with "BLINK".

Copy link
Collaborator Author

@MrD-RC MrD-RC Oct 19, 2021

Choose a reason for hiding this comment

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

The blink part has not been changed from the old code. It has only been moved. How blink is dealt with has not changed.

@DzikuVx DzikuVx added this to the 4.0 milestone Oct 20, 2021
@MrD-RC MrD-RC merged commit 0d6af3a into iNavFlight:master Oct 21, 2021
@MrD-RC MrD-RC deleted the add-osd-feedback-for-loaded-missions branch October 21, 2021 08:59
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.

Automatically unload mission if out of range and auto loaded
3 participants