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

mavlink: don't send wrong time #8952

Merged
merged 1 commit into from
Feb 23, 2018
Merged

mavlink: don't send wrong time #8952

merged 1 commit into from
Feb 23, 2018

Conversation

julianoes
Copy link
Contributor

This prevents the autopilot from sending an invalid unix timestamp.
Usually, if no time is set yet by a GPS, the date is somehow set
to 2000-01-01, therefore we can ignore anything earlier than 2001.

This prevents the autopilot from sending an invalid unix timestamp.
Usually, if no time is set yet by a GPS, the date is somehow set
to 2000-01-01, therefore we can ignore anything earlier than 2001.
@julianoes julianoes merged commit 3917eb2 into master Feb 23, 2018
@julianoes julianoes deleted the fix-sending-time branch February 23, 2018 15:14
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