like that?
This commit is contained in:
parent
641b127169
commit
87a21d9659
|
@ -205,15 +205,15 @@ static void printSensors(Logging *log, bool fileFormat) {
|
|||
}
|
||||
#endif /* EFI_ANALOG_SENSORS */
|
||||
|
||||
if (hasAfrSensor(PASS_ENGINE_PARAMETER_SIGNATURE)) {
|
||||
reportSensorF(log, fileFormat, GAUGE_NAME_AFR, "AFR", getAfr(PASS_ENGINE_PARAMETER_SIGNATURE), 2);
|
||||
}
|
||||
|
||||
|
||||
if (!fileFormat) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (hasAfrSensor(PASS_ENGINE_PARAMETER_SIGNATURE)) {
|
||||
reportSensorF(log, fileFormat, GAUGE_NAME_AFR, "AFR", getAfr(PASS_ENGINE_PARAMETER_SIGNATURE), 2);
|
||||
}
|
||||
|
||||
// below are the more advanced data points which only go into log file
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue