more detailed message

This commit is contained in:
rusefillc 2021-08-19 15:51:33 -04:00
parent 0731dbb479
commit c80cf4b632
1 changed files with 1 additions and 1 deletions

View File

@ -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;