humans need humane warning messages
This commit is contained in:
parent
e59ae35196
commit
1ceabed6a5
|
@ -390,7 +390,7 @@ void TriggerCentral::validateCamVvtCounters() {
|
|||
vvtCamCounter = 0;
|
||||
} else if (camVvtValidationIndex == 0xFE && vvtCamCounter < 60) {
|
||||
// magic logic: we expect at least 60 CAM/VVT events for each 256 trigger cycles, otherwise throw a code
|
||||
warning(OBD_Camshaft_Position_Sensor_Circuit_Range_Performance, "no CAM signals");
|
||||
warning(OBD_Camshaft_Position_Sensor_Circuit_Range_Performance, "No Camshaft Position Sensor signals");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue