Skip to content

Lua sportTelemetryPush not working #6618

@dgatf

Description

@dgatf

Is there an existing issue for this problem?

  • I have searched the existing issues

What part of EdgeTX is the focus of this bug?

Transmitter firmware

Current Behavior

Using radio x7s and receiver x8r

sportTelemetryPush is not sending packets to the internal module since v2.11, though it returns 1.

It works with v2.10.6

Expected Behavior

It must send telemetry packet as v2.10.6

Steps To Reproduce

Use this lua script and check for packets at receiver smartport:

local function run_func(event)
    sportTelemetryPush(20, 0x30, 0x5100, 0x80)
	return 0
end

return { run = run_func }

With v2.10.6, packets from lua script are received. With v2.11.3 no packet is received from lua script.

Version

2.11.3

Transmitter

FrSky Q X7 / Q X7S (ACCST)

Operating System (OS)

No response

OS Version

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🪲Something isn't workingtriageBug report awaiting review / sorting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions