This commit is contained in:
parent
53a7d632c3
commit
f527972670
|
@ -113,6 +113,15 @@ void setVwPassatB6(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
*/
|
||||
coolantControl->pin = TLE8888_PIN_5; // "3 - Lowside 2"
|
||||
|
||||
// set tps_min 890
|
||||
engineConfiguration->tpsMin = 890; // convert 12to10 bit (ADC/4)
|
||||
// set tps_max 70
|
||||
engineConfiguration->tpsMax = 70; // convert 12to10 bit (ADC/4)
|
||||
|
||||
engineConfiguration->etb.pFactor = 5.12;
|
||||
engineConfiguration->etb.iFactor = 47;
|
||||
engineConfiguration->etb.dFactor = 0.088;
|
||||
engineConfiguration->etb.offset = 0;
|
||||
|
||||
engineConfiguration->injector.flow = 300;
|
||||
|
||||
|
|
Loading…
Reference in New Issue