TS: AEM/legacy Lambda sensor is not a failure
This commit is contained in:
parent
e1e1380353
commit
596b5504f3
|
@ -211,7 +211,7 @@ enable2ndByteCanID = false
|
|||
|
||||
egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 }
|
||||
|
||||
wbo0_hasFault = { enableAemXSeries && (faultCode0 >= 3) }
|
||||
wbo0_hasFault = { enableAemXSeries && ((faultCode0 >= 3) && (faultCode0 != 7)) }
|
||||
|
||||
[PcVariables]
|
||||
fuelUnits = bits, U08, [0:2], "kPa", "MAF", "%TPS", "Lua"
|
||||
|
|
Loading…
Reference in New Issue