1
0
Fork 0
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:
mikeller 2016-08-27 12:34:05 +12:00 committed by Michael Keller
parent 158a415bfc
commit 1da5219bf2
8 changed files with 165 additions and 159 deletions

View file

@ -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 = [];