mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Support independent configuration of pitch and roll rates. Cleanup of
tpa breakpoint configuration support.
This commit is contained in:
parent
dd7efa9e54
commit
4b2704e784
6 changed files with 92 additions and 25 deletions
|
@ -65,7 +65,9 @@ var RC = {
|
|||
var RC_tuning = {
|
||||
RC_RATE: 0,
|
||||
RC_EXPO: 0,
|
||||
roll_pitch_rate: 0,
|
||||
roll_pitch_rate: 0, // pre 1.7 api only
|
||||
roll_rate: 0,
|
||||
pitch_rate: 0,
|
||||
yaw_rate: 0,
|
||||
dynamic_THR_PID: 0,
|
||||
throttle_MID: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue