VAG canned tunes
This commit is contained in:
parent
698f28e05d
commit
30ed950d4d
|
@ -87,7 +87,7 @@ static void setupDefaultSensorInputs() {
|
|||
engineConfiguration->triggerInputPins[2] = GPIO_UNASSIGNED;
|
||||
// Direct hall-only cam input
|
||||
engineConfiguration->camInputs[0] = GPIOA_6;
|
||||
engineConfiguration->camInputs[1 * 2] = GPIOA_7;
|
||||
engineConfiguration->camInputs[1 * CAMS_PER_BANK] = GPIOA_7;
|
||||
|
||||
engineConfiguration->tps1_1AdcChannel = EFI_ADC_4;
|
||||
engineConfiguration->tps2_1AdcChannel = EFI_ADC_NONE;
|
||||
|
|
|
@ -182,6 +182,9 @@ void setBoardDefaultConfiguration(void) {
|
|||
engineConfiguration->useOnlyRisingEdgeForTrigger = true;
|
||||
setAlgorithm(LM_SPEED_DENSITY PASS_CONFIG_PARAMETER_SUFFIX);
|
||||
|
||||
strcpy(CONFIG(engineMake), ENGINE_MAKE_VAG);
|
||||
strcpy(CONFIG(engineCode), "base");
|
||||
|
||||
engineConfiguration->specs.cylindersCount = 4;
|
||||
engineConfiguration->specs.firingOrder = FO_1_3_4_2;
|
||||
|
||||
|
|
|
@ -81,6 +81,9 @@ void setHellen121Vag_vr6_cyl(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
void setHellen121Vag_v6_cyl(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
engineConfiguration->specs.cylindersCount = 6;
|
||||
engineConfiguration->specs.displacement = 2.7;
|
||||
|
||||
engineConfiguration->camInputs[1 * CAMS_PER_BANK] = GPIOA_7; // 87a
|
||||
|
||||
engineConfiguration->specs.firingOrder = FO_1_4_3_6_2_5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue