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

rename d_min related values #775

Merged
merged 2 commits into from
Oct 13, 2024
Merged

Conversation

mituritsyn
Copy link
Contributor

Copy link

netlify bot commented Oct 9, 2024

Deploy Preview for origin-blackbox-logviewer ready!

Name Link
🔨 Latest commit 0dfe1f3
🔍 Latest deploy log https://app.netlify.com/sites/origin-blackbox-logviewer/deploys/6708325c01ee670008dd3b23
😎 Deploy Preview https://deploy-preview-775.dev.blackbox.betaflight.com
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

haslinghuis
haslinghuis previously approved these changes Oct 9, 2024
@ctzsnooze
Copy link
Member

Works great for 4.6, but just shifts the problem to 4.4 and 4.5. Whereas previously, 4.4 and 4.5 were fine, but 4.6 had the problem.

Please include version checking so that this change only applies to 4.6, and confirm it works properly, then we can merge.

4.6:
Screen Shot 2024-10-10 at 10 33 58 am
4.5
Screen Shot 2024-10-10 at 10 34 23 am
4.4
Screen Shot 2024-10-10 at 10 34 43 am

@haslinghuis haslinghuis self-requested a review October 10, 2024 00:17
@mituritsyn mituritsyn marked this pull request as draft October 10, 2024 20:01
Copy link

@nerdCopter
Copy link
Member

nerdCopter commented Oct 10, 2024

0dfe1f3
If no one cares that it still says "DMax" for older versions, then it's LGTM. essentially the D and D Max labels just get swapped around here.

const derivativeColumn = document.getElementById("derivativeColumn");
const dMaxColumn = document.getElementById("dMaxColumn");
const parent = derivativeColumn.parentNode;
parent.insertBefore(dMaxColumn, derivativeColumn); // Меняем местами
Copy link
Member

@haslinghuis haslinghuis Oct 10, 2024

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?

Copy link
Member

@nerdCopter nerdCopter Oct 10, 2024

Choose a reason for hiding this comment

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

but it would be more than that... (2 label changes)
4.5:
image

agree, just a matter of labels could fix.

Copy link
Member

@nerdCopter nerdCopter Oct 12, 2024

Choose a reason for hiding this comment

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

master configurator uses DMax verbiage for 4.5, so maybe this is fine as-is
image

@ctzsnooze
Copy link
Member

Looks a LOT better in 4.5 now!
Well done - thank you!

@mituritsyn mituritsyn marked this pull request as ready for review October 13, 2024 11:50
@mituritsyn
Copy link
Contributor Author

0dfe1f3 If no one cares that it still says "DMax" for older versions, then it's LGTM. essentially the D and D Max labels just get swapped around here.

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.

@haslinghuis haslinghuis merged commit 380601b into betaflight:master Oct 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants