This commit is contained in:
parent
00dfd930ac
commit
10a6da8ac0
|
@ -774,6 +774,10 @@ static void setDefaultEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
|
||||
CONFIG(mapMinBufferLength) = 1;
|
||||
|
||||
// 50% duty cycle is the default for tach signal
|
||||
CONFIG(tachPulseDurationAsDutyCycle) = true;
|
||||
CONFIG(tachPulseDuractionMs) = 0.5;
|
||||
|
||||
CONFIG(startCrankingDuration) = 3;
|
||||
|
||||
CONFIG(compressionRatio) = 9;
|
||||
|
|
Loading…
Reference in New Issue