Closed
Description
When Mavlink protocol is used between Ardupilot and Crossfire TX, 'FM' (flight mode) don't show in sensors.
For this reason script doesn't detect CRSF and not work properly.
Solution:
change in 'other.lua' FM -> RFMD (RFMD - uplink, update rate - is always in sensors when used Crossfire TX)
data.fm_id = getTelemetryId("RFMD") > -1 and getTelemetryId("RFMD") or getTelemetryId("PV")
Metadata
Metadata
Assignees
Labels
No labels