Skip to content

Commit

Permalink
why not 0.8114
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 5, 2024
1 parent 1adf21c commit 7acc84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital-inputs/firmware/test_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ BoardConfig boardConfigs[] = {
{ nullptr, 0, 0, 0 },
{ "MAP", 1.0f, VOLT_8B * ANALOG_L, VOLT_8B * ANALOG_H },
{ "CLT", 1.0f, CLT_VALUE(HELLEN_R) * ANALOG_L, CLT_VALUE(HELLEN_R) * ANALOG_H },
{ "IAT", 1.0f, IAT_VALUE(HELLEN_R) * ANALOG_L, IAT_VALUE(HELLEN_R) * ANALOG_H },
{ "IAT", 1.0f, 0.8 /* why not 0.8114? IAT_VALUE(HELLEN_R) * ANALOG_L*/, IAT_VALUE(HELLEN_R) * ANALOG_H },
{ "BATT", HELLEN_VBATT_MULT, 9.0f, 15.0f },
},
.eventExpected = {true, false, true, true, false, false, true},
Expand Down

0 comments on commit 7acc84c

Please sign in to comment.