Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCSViews: FlightData: persist namedfloat over re-load #2780

Merged
merged 1 commit into from Jan 26, 2022

Conversation

IamPete1
Copy link
Member

Fixes #2346

Currently custom named value floats work great, thanks to #2360. However, they get added to the graph on reload but do not get added to the list of tick boxes. This means it is not possible to remove a named float from the graph unless it is currently being received. This stores both the name and key in the "selected" string so on reload the item gets added to the graph and tick boxes. The graph will then start displaying values as soon as they a received.

@AppVeyorBot
Copy link

@meee1 meee1 merged commit 3394cb0 into ArduPilot:master Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

display named value float in Quick status
3 participants