Skip to content

Detect Crossfire - better solution #57

Closed
@TomekFrs

Description

@TomekFrs

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions