mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +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",
|
operandType: "Set Flight Parameter",
|
||||||
hasOperand: [false, false],
|
hasOperand: [false, false],
|
||||||
output: "boolean"
|
output: "boolean"
|
||||||
}
|
},
|
||||||
|
55: {
|
||||||
|
name: "Gimbal sensitivity",
|
||||||
|
operandType: "Set Flight Parameter",
|
||||||
|
hasOperand: [true, false],
|
||||||
|
output: "boolean"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = { LOGIC_OPERATORS };
|
module.exports = { LOGIC_OPERATORS };
|
Loading…
Add table
Add a link
Reference in a new issue