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

Engine intake temperature not calculated correctly #116

Closed
CamilV opened this issue Mar 20, 2022 · 1 comment
Closed

Engine intake temperature not calculated correctly #116

CamilV opened this issue Mar 20, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@CamilV
Copy link

CamilV commented Mar 20, 2022

Describe the bug
The function call for processPID is missing a parameter and -40 is taken as the scale factor, not bias factor

To Reproduce
Simply call the intakeAirTemp function and monitor the response. For a response of 410F2B, the calculated temp is -1720, not 3.

Expected behavior
Convert 0x2B into 43 decimal and substract 40, rather than multiply by -40

Equipment
Cheap ELM327 with PIC controller, Arduino nano with HC05

@CamilV CamilV added the bug Something isn't working label Mar 20, 2022
@PowerBroker2
Copy link
Owner

Should be fixed in release 3.0.2, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants