oooops :(

This commit is contained in:
rusefi 2020-05-22 13:24:04 -04:00
parent c9cc928df6
commit 0760250c7e
1 changed files with 4 additions and 4 deletions

View File

@ -624,10 +624,10 @@ static void setMiataNB2_MRE_common(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->idleMode = IM_AUTO; engineConfiguration->idleMode = IM_AUTO;
// set vbatt_divider 11 // 0.3#4 has wrong R139? TODO: fix that custom board to match proper value!!!
// 0.3#4 has wrong R139 as well? // set vbatt_divider 10.956
// 56k high side/10k low side multiplied by above analogInputDividerCoefficient = 11 // 56k high side/10k low side multiplied by analogInputDividerCoefficient
engineConfiguration->vbattDividerCoeff = (66.0f / 10.0f) * engineConfiguration->analogInputDividerCoefficient; // vbattDividerCoeff = 10.956 (66.0f / 10.0f) * engineConfiguration->analogInputDividerCoefficient;
#endif /* BOARD_TLE8888_COUNT */ #endif /* BOARD_TLE8888_COUNT */
} }