humans need humane warning messages

This commit is contained in:
rusefillc 2022-04-18 11:35:19 -04:00
parent e59ae35196
commit 1ceabed6a5
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}