use DJI FPV OSD element CRAFT_NAME to show warnings and more#6228
Closed
mf0o wants to merge 13 commits intoiNavFlight:masterfrom
Closed
use DJI FPV OSD element CRAFT_NAME to show warnings and more#6228mf0o wants to merge 13 commits intoiNavFlight:masterfrom
mf0o wants to merge 13 commits intoiNavFlight:masterfrom
Conversation
…woo_targets Add support for FLYWOOF411 and FLYWOOF7DUAL targets
…2-v2-target Target for Foxeer F722 V2
[CMS] fix editing of negative servo weights
Width was added twice, causing an overflow when 2x the rect width ended up being bigger than the screen width in grid columns.
…eedybeef7 [TARGETS] Add SPEEDYBEEF7
… tripdistance, 3d speed, throttle)
…d, if only warnings is enabled but not present, no string will be shown in goggle (not even CRAFT_NAME)
Author
|
Oh, seems that I've created the PR from branch release_2.5.2 and not from master. |
Author
|
RTFM, took the wrong branch before creating the pull request |
Contributor
|
Please add aircraft heading value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DJI FPV only supports a limited set of OSD items today.
Missing the iNav warnings is very annoying and probably the most critical at the same time.
This feature branch can use the CRAFT_NAME OSD field to show warnings, throttle position, trip distance, 3D speed and efficiency (mAh/KM).
The field CRAFT_NAME inside DJI is limited to 10 characters.
Various functions have been ported and renamed from osd.c to remove symbols and shorten messages.
Not using a new parameter for configuration is intended, to reduce the footprint within iNav if DJI adds features in the future.
summary:
appendix:
I captured an example from the goggles screens: screen_grab
inav/issues/5945