1
0
Fork 0
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:
error414 2024-10-07 19:55:58 +02:00
parent d6b57e35b4
commit 2c6d1d521c

View file

@ -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 };