betaflight / firmware-presets

Configuration Snippets for the Betaflight Flight Controller Firmware
GNU General Public License v3.0
103 stars 570 forks source link

4.5 tune defaults changes #430

Closed limonspb closed 10 months ago

limonspb commented 10 months ago

Continuation of this PR: https://github.com/betaflight/firmware-presets/pull/429

few params are renamed/added in comparisson with 4.4 tune defaults.

I also made this list in the same order it appears in CLI for easier maintenance in the future.

Plus i have removed these two parameters as they probably don't belong to tuning:

vbat_warning_cell_voltage
motor_pwm_rate

these three parameters might be renamed:

set tpa_rate_lower = 20
set tpa_breakpoint_lower = 1050
set tpa_breakpoint_lower_fade = ON

if this PR is merged: https://github.com/betaflight/betaflight/pull/13206 but thats an easy fix