-
Notifications
You must be signed in to change notification settings - Fork 356
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
Baro may return wrong value #269
Comments
unless you're actually contributing something (like working code), may I
|
@trollcop, actually @ledvinap got a point. This bug is likely present in baseflight. Took a while to figure it out here cleanflight/cleanflight#569. Line 361 in 5fffabb
probably should be changed to baroDeadline = micros(); to fix this. |
great, go ahead and change it.
|
This bug is present (but probably much harder to trigger) in baseflight: cleanflight/cleanflight#720
The text was updated successfully, but these errors were encountered: