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

Display hygrometer message #2682

Merged
merged 1 commit into from Sep 16, 2021
Merged

Display hygrometer message #2682

merged 1 commit into from Sep 16, 2021

Conversation

gitfishup
Copy link
Contributor

CurrentState.cs: Display the hygrometer message on the MissionPlanner.

2021-08-26-13-50-23.mp4


hygrotemp = hygrometer.temperature;
hygrohumi = hygrometer.humidity;
hygro_id = hygrometer.id;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is id an index? might need to better filter this if more than one sensor is onboard

Copy link
Contributor Author

@gitfishup gitfishup Aug 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is id an index? might need to better filter this if more than one sensor is onboard

Yes.But how to filter it? Can you give me an example?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how is id defined? is it a can param?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently this ID uses the CAN ID.

@AppVeyorBot
Copy link

@meee1 meee1 merged commit f853e89 into ArduPilot:master Sep 16, 2021
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.

None yet

3 participants