-
-
Couldn't load subscription status.
- Fork 1k
Add Thrust Linearization #2218
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
Add Thrust Linearization #2218
Conversation
Adds Thrust Linearization to the PID Tuning tab.
faa136a to
55c106b
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
| .push8(FC.ADVANCED_TUNING.ff_smooth_factor) | ||
| .push8(FC.ADVANCED_TUNING.ff_boost) | ||
| .push8(FC.ADVANCED_TUNING.vbat_sag_compensation); | ||
| .push8(FC.ADVANCED_TUNING.vbat_sag_compensation) |
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.
| .push8(FC.ADVANCED_TUNING.vbat_sag_compensation) | |
| .push8(FC.ADVANCED_TUNING.vbat_sag_compensation); |
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.
Hmm. I don't think so. Everything inside this if is just one statement and the semicolon should be at the end?
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.
Oops, don't know how I missed the next line
| .push8(FC.ADVANCED_TUNING.ff_smooth_factor) | ||
| .push8(FC.ADVANCED_TUNING.ff_boost) | ||
| .push8(FC.ADVANCED_TUNING.vbat_sag_compensation); | ||
| .push8(FC.ADVANCED_TUNING.vbat_sag_compensation) |
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.
Oops, don't know how I missed the next line
Adds Thrust Linearization to the PID Tuning tab.
PR for firmware side betaflight/betaflight#10268