-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
rename d_min related values #775
Conversation
✅ Deploy Preview for origin-blackbox-logviewer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Quality Gate passedIssues Measures |
|
const derivativeColumn = document.getElementById("derivativeColumn"); | ||
const dMaxColumn = document.getElementById("dMaxColumn"); | ||
const parent = derivativeColumn.parentNode; | ||
parent.insertBefore(dMaxColumn, derivativeColumn); // Меняем местами |
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.
Rename column to DMin
text here too?
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.
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.
Looks a LOT better in 4.5 now! |
It was labeled as Dmax for a long time, but this was done simply by swapping and renaming labels in the code. It still uses the Dmin naming and algorithms, which is why this PR chain was initiated. |
fix related to betaflight/betaflight-configurator#4173