This commit is contained in:
rusefi 2020-08-29 19:01:44 -04:00
parent a6be36d408
commit 12abd6a81e
1 changed files with 6 additions and 0 deletions

View File

@ -19,5 +19,11 @@ void setVwPassatB6(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL_60_2;
engineConfiguration->vvtMode = VVT_BOSCH_QUICK_START;
strcpy(CONFIG(engineMake), ENGINE_MAKE_VAG);
strcpy(CONFIG(engineCode), "BPY");
engineConfiguration->verboseVVTDecoding = true;
engineConfiguration->invertCamVVTSignal = true;
engineConfiguration->vvtCamSensorUseRise = true;
}