mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #9706 from ctzsnooze/Increase-TPA-start-point-to-1350-from-1250
Increase TPA start point to 35% throttle
This commit is contained in:
commit
2451a615ff
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