VAG 1.8T default tune PPS fix #3178
This commit is contained in:
parent
50889671c0
commit
f84e23752c
|
@ -93,6 +93,11 @@ static void setupDefaultSensorInputs() {
|
|||
engineConfiguration->throttlePedalPositionAdcChannel = EFI_ADC_3; // 34 In PPS1
|
||||
engineConfiguration->throttlePedalPositionSecondAdcChannel = EFI_ADC_14; // 35 In PPS2
|
||||
|
||||
CONFIG(throttlePedalUpVoltage) = 0.4;
|
||||
CONFIG(throttlePedalWOTVoltage) = 2;
|
||||
CONFIG(throttlePedalSecondaryUpVoltage) = 0.7;
|
||||
CONFIG(throttlePedalSecondaryWOTVoltage) = 4.1;
|
||||
|
||||
engineConfiguration->mafAdcChannel = EFI_ADC_10;
|
||||
engineConfiguration->map.sensor.hwChannel = EFI_ADC_11;
|
||||
|
||||
|
|
|
@ -390,6 +390,7 @@ pins:
|
|||
|
||||
|
||||
info:
|
||||
title: Hellen 121 VAG
|
||||
image:
|
||||
file: main.jpg
|
||||
pins:
|
||||
|
|
Loading…
Reference in New Issue