-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix receiving #5
Fix receiving #5
Conversation
f4efe33
to
7cbb143
Compare
7cbb143
to
34918b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor points
async move { driver.run(sender).await } | ||
}); | ||
|
||
// let file_v1_messages = 2; // TODO: Add support for V1 messages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How v1 exist in the same log file is a mystery
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are the first two messages in the tlog file:
2024-04-22 18:49:08.00: HEARTBEAT {type : 12, autopilot : 3, base_mode : 81, custom_mode : 19, system_status : 5, mavlink_version : 3}
2024-04-22 18:49:08.12: HEARTBEAT {type : 12, autopilot : 3, base_mode : 81, custom_mode : 19, system_status : 5, mavlink_version : 3}
34918b8
to
f0f868d
Compare
…dy be spawned in a task by the hub
f0f868d
to
62fa62d
Compare
No description provided.