-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update tpms_nissan.c #2906
Update tpms_nissan.c #2906
Conversation
Fixed reported pressure_psi value.
Thanks! |
I found by accident that the pressure value tracks my tire gauge better. Original formula gives much lower values. To verify, I am going to capture some data from my winter wheels tonight. |
The decoder was merged from #2536 but I messed up the pressure by applying the factor twice. I think only that error should be corrected. The difference in measurement you see is more likely due to operating temperature? |
See #2157 (reply in thread) which I might have missed back then.
It should be corrected to use just |
Ok, this makes sense, I'll make changes then. |
Cleaned pressure calculations as zuckschwerdt suggested
Thanks! Sorry to be picky, could you use |
adding trailing zero to float
No worries, fixed. |
Fixed reported pressure_psi value.