rusefillc 2021-04-26 17:32:00 -04:00
parent 00dfd930ac
commit 10a6da8ac0
1 changed files with 4 additions and 0 deletions

View File

@ -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;