mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Increase TPA start point to 35% throttle
This should allow more D around the typical propwash points without adverse effects. Probably 1250 was a bit too low.
This commit is contained in:
parent
fde6c680b3
commit
502f74b30a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void pgResetFn_controlRateProfiles(controlRateConfig_t *controlRateConfig)
|
|||
.thrMid8 = 50,
|
||||
.thrExpo8 = 0,
|
||||
.dynThrPID = 65,
|
||||
.tpa_breakpoint = 1250,
|
||||
.tpa_breakpoint = 1350,
|
||||
.rates_type = RATES_TYPE_BETAFLIGHT,
|
||||
.rcRates[FD_ROLL] = 100,
|
||||
.rcRates[FD_PITCH] = 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue