ArduPilot / ArduPilot/MissionPlanner

MinimOSD Enable Telemetry button should only update the required SR0_ or SR3_ params

Open
#106 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
2.4k
Forks
2.9k
Avg merge
19h 16m
Merged PRs (30d)
4

Description

Pushing this button currently updates both the SR0_ and SR3_ parameters but this essentially causes the APM to send telemetry updates to two uarts when only 1 will be required. ArduCopter in particular is quite low on CPU and we need to reduce unnecessary work as much as possible. thanks!

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the MinimOSD Enable Telemetry button and the code that updates SR0_ and SR3_ parameters. Trace how the required telemetry UART is selected, then verify that enabling telemetry updates only that parameter group rather than both.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.