Skip to content

Commit d15da22

Browse files
committed
Add settings to IPF
1 parent 6900acb commit d15da22

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

js/logicConditionOperantTypes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ const OPERAND_TYPES = {
6666
43: "Flown Loiter Radius [m]",
6767
44: "Downlink LQ",
6868
45: "Uplink RSSI dBm",
69+
46: "Minimum Ground Speed [m/s]",
70+
47: "Horizontal Wind Speed [cm/s]",
71+
48: "Wind Direction [deg]",
6972
}
7073
},
7174
3: {

js/logicConditionOperators.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ const LOGIC_OPERATORS = {
255255
hasOperand: [true, false],
256256
output: "boolean"
257257
},
258+
56: {
259+
name: "Override Minimum Ground Speed",
260+
operandType: "Set Flight Parameter",
261+
hasOperand: [true, false],
262+
output: "boolean"
263+
},
258264
42: {
259265
name: "Set Control Profile",
260266
operandType: "Set Flight Parameter",

0 commit comments

Comments
 (0)