-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Release 6.0 #8763
Merged
Merged
Release 6.0 #8763
Conversation
This file contains 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
The 1-3 arrows that hang off the side of the ESP32 Radar POIs are not intuitive for finding your flying buddies. This PR replaces the 1-3 arrows with a compass style cardinal indicator. This will point in the direction of the other craft. It is displayed on the right of the POI, to be distinct from the relative heading arrow.
- Renamed `osdPanServoHomeDirectionOffset` to `osdGetPanServoOffset` as the function does not reference home direction. So it can be used elsewhere. - Added pan servo offset to POIs. - Made cardinal always visible for ESP32 Radar.
Updated the `osd_pan_servo_index` max to 16. There are flight controllers now that have 12 PWM outputs. This now matches `MAX_SUPPORTED_SERVOS`.
- Fix bug from merge with master - Reverse pan offset direction arrow
…-markers,-plus-pan-enhancements Pan Enhancements and cardinal markers for ESP32 Radar
This probably needs some extra refactoring, shuffling for a cleanner look
CMS Save and Reboot eeprom save fix
picture for text update Update Temperature sensors.md #8796
Convert strings input from the CLI to uppercase . Fixes issue with craft name and other settings where lower case entry was allowed via CLI.
…ilot-name-and-craft-name-to-uppercase Make CLI string input uppercase
add better picture name
remove old image
Update Temperature sensors.md
…e_fix Multirotor Failsafe landing detection false trigger fix
add icm42688p support in MATEKF405SE target
…NAV6 Continuous Servo Autotrim Fix (Replacement for #8816)
…-display Improved wind estimator - OSD stale reading state
AXISFLYINGF7PRO target
…-AUTOLEVEL-message Added AUTOLEVEL system message and updated pitch trim on screen
MSP_BATTERY_STATE is used by DJI googles to display flight pack volatge in the native OSD. This should address #8840
…ge-6.0 Add MSP_BATTERY_STATE for DJI Googles battery display
not even INAV should dereference NULL pointers
…tive_cms Disable stick commands when CMS is active
Add GEPRC new target "GEPRC_F722_AIO"
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.
No description provided.