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

MSP communication for deadband and yaw_deadband

This commit is contained in:
NightHawk32 2015-12-09 18:56:42 -05:00
parent cf0887119b
commit 1df0a14877
5 changed files with 83 additions and 6 deletions

View file

@ -178,3 +178,10 @@ var DATAFLASH = {
totalSize: 0,
usedSize: 0
};
var RC_controls = {
deadband: 0,
yaw_deadband: 0,
alt_hold_deadband: 0,
alt_hold_fast_change: 0
};