Hellen Nissan defaults are no longer valid fix #3143

This commit is contained in:
rusefi 2021-09-14 15:46:21 -04:00
parent 75cfdc98e7
commit 6ac7fc3940
2 changed files with 1 additions and 1 deletions

View File

@ -93,6 +93,7 @@ void m73engine(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
CONFIG(fuelAlgorithm) = LM_ALPHA_N;
engineConfiguration->vvtMode[0] = VVT_FIRST_HALF;
engineConfiguration->etbFunctions[1] = ETB_Throttle2;
engineConfiguration->globalTriggerAngleOffset = 90;
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);

View File

@ -864,7 +864,6 @@ void setDefaultEtbParameters(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
// Default is to run each throttle off its respective hbridge
engineConfiguration->etbFunctions[0] = ETB_Throttle1;
engineConfiguration->etbFunctions[1] = ETB_Throttle2;
engineConfiguration->etbFreq = DEFAULT_ETB_PWM_FREQUENCY;