mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
change gimbal sensitivity from programming framework
This commit is contained in:
parent
d6b57e35b4
commit
2c6d1d521c
1 changed files with 7 additions and 1 deletions
|
@ -332,7 +332,13 @@ const LOGIC_OPERATORS = {
|
|||
operandType: "Set Flight Parameter",
|
||||
hasOperand: [false, false],
|
||||
output: "boolean"
|
||||
}
|
||||
},
|
||||
55: {
|
||||
name: "Gimbal sensitivity",
|
||||
operandType: "Set Flight Parameter",
|
||||
hasOperand: [true, false],
|
||||
output: "boolean"
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = { LOGIC_OPERATORS };
|
Loading…
Add table
Add a link
Reference in a new issue