OpenTX-Telemetry-Widget
OpenTX-Telemetry-Widget copied to clipboard
Joystick Input Affects Display When GPS Off
Describe the bug
When using the Lua telemetry script to connect to INAV, unexpected behavior occurs in the displayed values when no GPS is connected. The numerical values on the display become unstable and appear to be influenced by joystick movements
- Numeric values fluctuate erratically with joystick input
- Values show impossible/improbable numbers during stick movements
To reproduce
- Set up INAV without GPS connection
- Load telemetry script on transmitter
- Observe any numeric display field (altitude, distance)
- Move joysticks while monitoring displayed values
Expected behavior
Displayed values should remain stable
Screenshots
Radio and model settings
TX = RadioMaster TX16S EdgeTX ver = 2.11.0 Telemetry Protocol = Crossfire Telemetry TX ver = 3.5.0 Telemetry RX ver = 3.5.1 FC Firmware = iNAV 8.0.1
Additional context
Proposed Solutions: Add null-check guard for status before displaying position-related values
Proposed Solutions: Add null-check guard for status before displaying position-related values
Pull requests are welcome.