1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 08:15:22 +03:00

Merge commit '34e8c55a00' into development

Conflicts:
	js/msp.js
This commit is contained in:
Dominic Clifton 2015-05-25 23:40:28 +01:00
commit 774fcf5f68
6 changed files with 37 additions and 3 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 = [];