mirror of https://github.com/rusefi/rusefi-1.git
Passat B6 canned config: GDI injector deadtime to like flat 0.2ms #2049
This commit is contained in:
parent
8ad2080df7
commit
c307b1b886
|
@ -25,6 +25,16 @@ void setVwPassatB6(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
engineConfiguration->vvtMode = VVT_BOSCH_QUICK_START;
|
||||
engineConfiguration->map.sensor.type = MT_BOSCH_2_5;
|
||||
|
||||
/*
|
||||
todo:
|
||||
1214 cc/min
|
||||
"High"
|
||||
"Sensed Rail Pressure"
|
||||
10000 kPa
|
||||
|
||||
|
||||
*/
|
||||
|
||||
strcpy(CONFIG(engineMake), ENGINE_MAKE_VAG);
|
||||
strcpy(CONFIG(engineCode), "BPY");
|
||||
|
||||
|
|
Loading…
Reference in New Issue