mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Independent rates settings for roll and pitch
This commit is contained in:
parent
3a94d0056f
commit
68adc30de8
5 changed files with 58 additions and 11 deletions
|
@ -155,6 +155,8 @@ var FC = {
|
|||
dynamic_THR_breakpoint: 0,
|
||||
RC_YAW_EXPO: 0,
|
||||
rcYawRate: 0,
|
||||
rcPitchRate: 0,
|
||||
RC_PITCH_EXPO: 0,
|
||||
};
|
||||
|
||||
AUX_CONFIG = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue