MAP value thresholds #4030
This commit is contained in:
parent
67c3560b4c
commit
3e6d0f64be
|
@ -701,7 +701,9 @@ static void setDefaultEngineConfiguration() {
|
|||
engineConfiguration->vssToothCount = 21;
|
||||
|
||||
engineConfiguration->mapErrorDetectionTooLow = 5;
|
||||
engineConfiguration->mapErrorDetectionTooHigh = 250;
|
||||
// todo: default limits should be hard-coded for each sensor type
|
||||
// https://github.com/rusefi/rusefi/issues/4030
|
||||
engineConfiguration->mapErrorDetectionTooHigh = 410;
|
||||
|
||||
engineConfiguration->useLcdScreen = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue