This commit is contained in:
rusefi 2020-10-29 01:15:55 -04:00
parent 53a7d632c3
commit f527972670
1 changed files with 9 additions and 0 deletions

View File

@ -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;