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

Pr bug homealt fileload #3195

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Conversation

robertlong13
Copy link
Collaborator

  • processToScreen redundantly converted units; the values in the datagrid cells should already be in display units
  • savewaypoints did not convert back from display units before saving

While I was here, I added a commit to use consistent ToString("0.00") for the homealt text box.

- `processToScreen` redundantly converted units; the values in the datagrid cells should already be in display units
- `savewaypoints` did not convert back from display units before saving
Some places converted the text at full precision, and another place rounded to integer. This brings them all in line
@meee1 meee1 merged commit 3d44e1a into ArduPilot:master Oct 2, 2023
7 checks passed
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.

2 participants