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
447 stars 141 forks source link

opentx configured in french language shows no telemetry data even with telemetry working #1

Closed yaapu closed 6 years ago

yaapu commented 6 years ago

the RxBt sensor used by the script for telemetry detection has a different name in french localized opentx.

yaapu commented 6 years ago

The variable needs to be renamed from BtRx to RxBt as a workaround! The fix is to use RSSI to detect telemetry data (a more natural choice)

yaapu commented 6 years ago

switched to getRSSI() to detect telemetry status