more detailed message
This commit is contained in:
parent
0731dbb479
commit
c80cf4b632
|
@ -55,7 +55,7 @@ static bool configureTps(LinearFunc& func, adc_channel_e channel, float closed,
|
|||
|
||||
// If the voltage for closed vs. open is very near, something is wrong with your calibration
|
||||
if (split < 0.5f) {
|
||||
firmwareError(OBD_Throttle_Position_Sensor_Circuit_Malfunction, "\"%s\" problem: open %.2f/closed %.2f cal values are too close together. Check your wiring!", msg,
|
||||
firmwareError(OBD_Throttle_Position_Sensor_Circuit_Malfunction, "\"%s\" problem: open %.2f/closed %.2f cal values are too close together. Check your calibration and wiring!", msg,
|
||||
open,
|
||||
closed);
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue