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

battery status messages have invalid values #22

Closed
adriangibbons opened this issue Aug 29, 2015 · 2 comments
Closed

battery status messages have invalid values #22

adriangibbons opened this issue Aug 29, 2015 · 2 comments
Assignees
Labels

Comments

@adriangibbons
Copy link
Owner

Seeing a lot of 255 - which would appear to be invalid values at first glance...

@adriangibbons adriangibbons self-assigned this Aug 29, 2015
@adriangibbons
Copy link
Owner Author

($tmp_value !== $this->invalid_values[$field_defn['base_type']])

The above is only being performed for record messages. Therefore lap, session, event, etc data message arrays include invalid values. E.g. highlighted lap messages that look invalid:
var_dump-lap-before

@adriangibbons
Copy link
Owner Author

f3379fc means we now check all messages for invalid values:
var_dump-lap-after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant