Better ETB duty ROC length default #4859

This commit is contained in:
rusefillc 2022-12-02 14:51:48 -05:00
parent 136baf145d
commit 5be4f3e38e
1 changed files with 2 additions and 2 deletions

View File

@ -917,8 +917,8 @@ void setBoschVNH2SP30Curve() {
void setDefaultEtbParameters() {
engineConfiguration->etbIdleThrottleRange = 5;
engineConfiguration->etbExpAverageLength = 100;
engineConfiguration->etbRocExpAverageLength = 100;
engineConfiguration->etbExpAverageLength = 50;
engineConfiguration->etbRocExpAverageLength = 50;
setLinearCurve(config->pedalToTpsPedalBins, /*from*/0, /*to*/100, 1);
setLinearCurve(config->pedalToTpsRpmBins, /*from*/0, /*to*/8000, 1);