boostCutPressureHyst default
This commit is contained in:
parent
350d9060fb
commit
c7b750936a
|
@ -104,7 +104,6 @@ void setBoardDefaultConfiguration() {
|
|||
|
||||
engineConfiguration->globalTriggerAngleOffset = 93;
|
||||
|
||||
// todo: should this be a global default not just Hellen121?
|
||||
engineConfiguration->boostCutPressure = 200;
|
||||
|
||||
engineConfiguration->vvtMode[0] = VVT_BOSCH_QUICK_START;
|
||||
|
|
|
@ -52,6 +52,9 @@ void setDefaultBaseEngine() {
|
|||
// let's have valid default while we still have the field
|
||||
engineConfiguration->debugMode = DBG_INSTANT_RPM;
|
||||
|
||||
engineConfiguration->boostCutPressure = 300;
|
||||
engineConfiguration->boostCutPressureHyst = 20;
|
||||
|
||||
// Limits and Fallbacks
|
||||
engineConfiguration->rpmHardLimit = 7000;
|
||||
engineConfiguration->rpmHardLimitHyst = 50;
|
||||
|
|
Loading…
Reference in New Issue