This commit is contained in:
rusefillc 2022-01-01 12:06:38 -05:00
parent 9ef735fafe
commit 42edc1437c
1 changed files with 3 additions and 1 deletions

View File

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