auto-sync
This commit is contained in:
parent
40470efcb0
commit
460bb0e56e
|
@ -160,7 +160,7 @@ static ALWAYS_INLINE void handleFuelInjectionEvent(int eventIndex, bool limitedF
|
|||
if (rpm > 2 * engineConfiguration->cranking.rpm) {
|
||||
const char *outputName = event->output->name;
|
||||
if (prevOutputName == outputName) {
|
||||
warning(CUSTOM_OBD_SKIPPED_FUEL, "looks like skipped fuel event %d", getRevolutionCounter());
|
||||
warning(CUSTOM_OBD_SKIPPED_FUEL, "looks like skipped fuel event %d %s", getRevolutionCounter(), outputName);
|
||||
}
|
||||
prevOutputName = outputName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue