1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

Add new Logic Conditions events

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-02-06 09:43:02 +01:00
parent 69c0317705
commit 1c8624dba0

View file

@ -1195,7 +1195,15 @@ var FC = {
14: "Throttle position [%]",
15: "Roll [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: {