mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0.
Added support for RC Expo Power setting. fixed titlebar in pid tuning tab request from @mikeller #252 fixed titlebar from pid tuning and accel
This commit is contained in:
parent
158a415bfc
commit
1da5219bf2
8 changed files with 165 additions and 159 deletions
3
js/fc.js
3
js/fc.js
|
@ -112,7 +112,8 @@ var FC = {
|
|||
throttle_EXPO: 0,
|
||||
dynamic_THR_breakpoint: 0,
|
||||
RC_YAW_EXPO: 0,
|
||||
rcYawRate: 0
|
||||
rcYawRate: 0,
|
||||
rcExpoPower: 3
|
||||
};
|
||||
|
||||
AUX_CONFIG = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue