1
0
Fork 0
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:
Michael Keller 2020-04-20 01:09:50 +12:00 committed by GitHub
commit 2451a615ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ void pgResetFn_controlRateProfiles(controlRateConfig_t *controlRateConfig)
.thrMid8 = 50, .thrMid8 = 50,
.thrExpo8 = 0, .thrExpo8 = 0,
.dynThrPID = 65, .dynThrPID = 65,
.tpa_breakpoint = 1250, .tpa_breakpoint = 1350,
.rates_type = RATES_TYPE_BETAFLIGHT, .rates_type = RATES_TYPE_BETAFLIGHT,
.rcRates[FD_ROLL] = 100, .rcRates[FD_ROLL] = 100,
.rcRates[FD_PITCH] = 100, .rcRates[FD_PITCH] = 100,