mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 00:35:20 +03:00
Add new Logic Conditions events
This commit is contained in:
parent
69c0317705
commit
1c8624dba0
1 changed files with 9 additions and 1 deletions
10
js/fc.js
10
js/fc.js
|
@ -1195,7 +1195,15 @@ var FC = {
|
||||||
14: "Throttle position [%]",
|
14: "Throttle position [%]",
|
||||||
15: "Roll [deg]",
|
15: "Roll [deg]",
|
||||||
16: "Pitch [deg]",
|
16: "Pitch [deg]",
|
||||||
17: "Flight mode"
|
17: "Is Armed",
|
||||||
|
18: "Is Autolaunch",
|
||||||
|
19: "Is Controlling Altitude",
|
||||||
|
20: "Is Controlling Position",
|
||||||
|
21: "Is Emergency Landing",
|
||||||
|
22: "Is RTH",
|
||||||
|
23: "Is WP",
|
||||||
|
24: "Is Landing",
|
||||||
|
25: "Is Failsafe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
3: {
|
3: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue