Skip to content

Commit

Permalink
4k-gdi
Browse files Browse the repository at this point in the history
sad
  • Loading branch information
rusefillc committed Aug 11, 2024
1 parent b4d7050 commit d68383c
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 @@ -263,7 +263,7 @@ BoardConfig boardConfigs[] = {
{ "PPS2", PULLED_DOWN_RANGE(DOWN_11B, UP_11B, 680'000) },
{ "MAP", PULLED_DOWN_RANGE(DOWN_8B, UP_8B, 680'000) },
{ "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 /* 0.81 IAT_VALUE(HELLEN_R) * ANALOG_L*/, IAT_VALUE(HELLEN_R) * ANALOG_H },
{ "BATT", HELLEN_VBATT_MULT, 9.0f, 15.0f },

{ nullptr, 0, 0, 0 }, // { "TPS2_1", 1.0f, 0.5f * ANALOG_L, 0.5f * ANALOG_H },
Expand Down

0 comments on commit d68383c

Please sign in to comment.