1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

Yaw Expo Feature

This commit is contained in:
borisbstyle 2015-05-08 01:11:43 +02:00 committed by ProDrone
parent d749304ec4
commit 34c6077b5c
5 changed files with 20 additions and 2 deletions

View file

@ -75,7 +75,8 @@ var RC_tuning = {
dynamic_THR_PID: 0,
throttle_MID: 0,
throttle_EXPO: 0,
dynamic_THR_breakpoint: 0
dynamic_THR_breakpoint: 0,
RC_YAW_EXPO: 0
};
var AUX_CONFIG = [];