-
-
Notifications
You must be signed in to change notification settings - Fork 917
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
Attitude field added to blackbox fields list #4248
Attitude field added to blackbox fields list #4248
Conversation
✅ Deploy Preview for origin-betaflight-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Please rebase |
The work is restored after wrong rebase. |
@nerdCopter how would you approach ? Would suggest using |
sometimes i tend to
this seems to keep my ordered commits, while rebasing upon master. when i play with this stuff, i tend to make new test-branches try the commands, then either
|
0d8ef1d
to
bcda1c7
Compare
The one code row changed only. Rebased master, created and push force new branch |
src/js/debug.js
Outdated
@@ -774,6 +774,7 @@ const DEBUG = { | |||
"Altitude", | |||
"RSSI", | |||
"Gyro", | |||
"Attitude", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Attitude", |
For backwards compatibility: insert attitude after line 836 (within semver block):
DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Gyro"), 0, "Attitude");
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've suspected, that this improvement can not be too easy :)
Quality Gate passedIssues Measures |
The test result of BF, Configurator and explorer work are showed this |
Improvement for "Added flight IMU pitch, roll, yaw attitudes to blackbox log" PR
Added "Attitude" field in blackbox log list