Revert "Hellen Nissan defaults are no longer valid fix #3143"

This reverts commit 6ac7fc39
This commit is contained in:
rusefi 2021-09-14 15:51:58 -04:00
parent 6ac7fc3940
commit 235c932c71
2 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,6 @@ 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,6 +864,7 @@ 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;