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:
parent
cf0887119b
commit
1df0a14877
5 changed files with 83 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue