Seems that gdi pump angle changes at 2x the rate of cam movement, possible multiplication/division problem? #6245

This commit is contained in:
rusefi 2024-03-17 20:29:14 -04:00
parent 12b91c01cc
commit 8bbcfcac33
2 changed files with 2 additions and 1 deletions

View File

@ -967,7 +967,7 @@ bit verboseCan2,"Print all","Do not print";Print incoming and outgoing second bu
int launchRpmWindow;Starting Launch RPM window to activate (subtracts from Launch RPM);"RPM", 1, 0, 0, 8000, 0
int launchSparkSkipPercent;Spark Skip Transition Target;"%", 1, 0, 0, 100, 0
int launchBoostDuty;Duty Cycle for the Boost Solenoid;"%", 1, 0, 0, 100, 0
int unusedIntPadding
float magicNumberAvailableForDevTricks
float turbochargerFilter
int launchTpsThreshold;;"", 1, 0, 0, 20000, 0
float launchActivateDelay;;"", 1, 0, 0, 20000, 0

View File

@ -4760,6 +4760,7 @@ dialog = tcuControls, "Transmission Settings"
field = auxSpeed1Multiplier, auxSpeed1Multiplier
field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio
field = useVssAsSecondWheelSpeed, useVssAsSecondWheelSpeed
field = magicNumberAvailableForDevTricks, magicNumberAvailableForDevTricks
field = brakeMeanEffectivePressureDifferential, brakeMeanEffectivePressureDifferential
dialog = mc33810Dialog, "MC33810 IGN/INJ driver"