Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Mar 20, 2022
1 parent 6e37fc7 commit 2498247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ELMduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ float ELM327::timingAdvance()
*/
float ELM327::intakeAirTemp()
{
return processPID(SERVICE_01, INTAKE_AIR_TEMP, 1, 1, -40.0);
return processPID(SERVICE_01, INTAKE_AIR_TEMP, 1, 1, 1, -40.0);
}


Expand Down

1 comment on commit 2498247

@PowerBroker2
Copy link
Owner Author

Choose a reason for hiding this comment

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

Bug fix for issue #116

Please sign in to comment.