yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
431 stars 136 forks source link

Add "Isflying" parameter from ArduPlane #169

Open palm369 opened 1 year ago

palm369 commented 1 year ago

Please add the "IsFlying" and the "Airspeed" parameter as selectable value in the remote. It's much better to connect any inflight warning with this parameter so you don't get an alarm all the time when the plane in on the ground.

e.g.: "Stall warning alarm" if ("Airspeed" < "still safe airspeed") AND ( "Isflying" = 1)

I do this via the logical switches in OpenTx

yaapu commented 1 year ago

Hi why not use the arming status?