minor fix & B6 progress
This commit is contained in:
parent
217800dcea
commit
c0dbafe341
|
@ -39,7 +39,6 @@ static void commonPassatB6() {
|
|||
// engineConfiguration->canNbcType = CAN_BUS_NBC_VAG;
|
||||
|
||||
engineConfiguration->enableAemXSeries = true;
|
||||
engineConfiguration->afr.hwChannel = EFI_ADC_4;
|
||||
|
||||
|
||||
// Injectors flow 1214 cc/min at 100 bar pressure
|
||||
|
@ -135,6 +134,7 @@ static void commonPassatB6() {
|
|||
}
|
||||
|
||||
|
||||
// MAF, grams per second
|
||||
static const float hardCodedFreqBins[] = {139,
|
||||
152,
|
||||
180,
|
||||
|
@ -143,6 +143,7 @@ static const float hardCodedFreqBins[] = {139,
|
|||
300,
|
||||
365};
|
||||
|
||||
// MAF signal frequency, KHz
|
||||
static const float hardCodedGperSValues[] {
|
||||
3.58,
|
||||
4.5,
|
||||
|
@ -171,6 +172,7 @@ void setProteusVwPassatB6() {
|
|||
config->scriptCurve1[mi] = 4000;
|
||||
}
|
||||
}
|
||||
strcpy(engineConfiguration->scriptCurveName[0], "MAFcurve");
|
||||
|
||||
|
||||
commonPassatB6();
|
||||
|
@ -212,6 +214,8 @@ void setMreVwPassatB6() {
|
|||
#if HW_MICRO_RUSEFI
|
||||
commonPassatB6();
|
||||
|
||||
engineConfiguration->afr.hwChannel = MRE_IN_ANALOG_VOLT_10;
|
||||
|
||||
engineConfiguration->tps1_2AdcChannel = MRE_IN_ANALOG_VOLT_9;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue