ETB guard

This commit is contained in:
rusefillc 2023-12-30 22:24:44 -05:00
parent 0738b1d245
commit 74c5119bd7
3 changed files with 6 additions and 0 deletions

View File

@ -282,6 +282,8 @@ void setEngineBMW_M73_Proteus() {
engineConfiguration->map.sensor.type = MT_MPX4250A;
// tps and pps
#if EFI_ELECTRONIC_THROTTLE_BODY
setProteusHitachiEtbDefaults();
#endif // EFI_ELECTRONIC_THROTTLE_BODY
}
#endif // HW_PROTEUS

View File

@ -494,7 +494,9 @@ void proteusBoardTest() {
#endif // EFI_PROD_CODE
#if EFI_ELECTRONIC_THROTTLE_BODY
setProteusHitachiEtbDefaults();
#endif // EFI_ELECTRONIC_THROTTLE_BODY
}
#endif // HW_PROTEUS

View File

@ -97,7 +97,9 @@ static void commonPassatB6() {
*/
setTable(config->veTable, 55);
#if EFI_ELECTRONIC_THROTTLE_BODY
setBoschVAGETB();
#endif //EFI_ELECTRONIC_THROTTLE_BODY
// random number just to take position away from zero
engineConfiguration->vvtOffsets[0] = 180;