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

Add support for Aston Martin Smartire TPMS sensor, Vantage DB9 protocol #3072

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ProfBoc75
Copy link
Collaborator

Related to issue #3067 about Aston Martin Smartire TPMS sensor.

Few flags not yet discovered but most of the key metrics (pressure & temp) are properly guessed.


/* clang-format off */
data_t *data = data_make(
"model", "", DATA_STRING, "Aston-Martin-Smartire",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Only a single dash, and should be shorter. Since SmarTire is the manufacturer maybe SmarTire-AM?
And decoder file could be tpms_smartire.c perhaps?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

you're right, renamed everywhere.

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