This commit is contained in:
rusefillc 2022-01-01 12:06:38 -05:00
parent 66fea5940a
commit 4111d525d7
1 changed files with 3 additions and 1 deletions

View File

@ -157,12 +157,14 @@ void setVwPassatB6() {
setBoschVAGETB(); setBoschVAGETB();
engineConfiguration->injector.flow = 300; // https://rusefi.com/forum/viewtopic.php?p=38235#p38235
engineConfiguration->injector.flow = 1200;
engineConfiguration->idle.solenoidPin = GPIO_UNASSIGNED; engineConfiguration->idle.solenoidPin = GPIO_UNASSIGNED;
engineConfiguration->fanPin = GPIO_UNASSIGNED; engineConfiguration->fanPin = GPIO_UNASSIGNED;
engineConfiguration->useETBforIdleControl = true; engineConfiguration->useETBforIdleControl = true;
engineConfiguration->injectionMode = IM_SIMULTANEOUS;
engineConfiguration->crankingInjectionMode = IM_SEQUENTIAL; engineConfiguration->crankingInjectionMode = IM_SEQUENTIAL;
#endif /* BOARD_TLE8888_COUNT */ #endif /* BOARD_TLE8888_COUNT */
} }