ETB: report TPS calibration state
This commit is contained in:
parent
cad22e66b9
commit
5edb145020
|
@ -699,6 +699,8 @@ struct EtbImpl final : public TBase {
|
|||
return;
|
||||
}
|
||||
|
||||
TBase::etbErrorCode = (uint8_t)TpsState::AutoCalibrate;
|
||||
|
||||
auto myFunction = TBase::getFunction();
|
||||
|
||||
// First grab open
|
||||
|
|
|
@ -42,7 +42,7 @@ enum class TpsState : uint8_t {
|
|||
IntermittentTps, // 4
|
||||
AutoTune, // 5
|
||||
Lua, // 6
|
||||
Unused7, // 7
|
||||
AutoCalibrate, // 7
|
||||
NotConfigured, // 8
|
||||
Redundancy, // 9
|
||||
IntermittentPps, // 10
|
||||
|
|
|
@ -261,7 +261,7 @@ enable2ndByteCanID = false
|
|||
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "ETB RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua", "ACR", "Lambda Prot", "GDI Comms", "Brake", "Fatal"
|
||||
|
||||
; TpsState
|
||||
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "Autotune", "Lua", "INVALID", "N/A", "Redundancy", "PPS noise", "Jam"
|
||||
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "Autotune", "Lua", "TPS Calib", "N/A", "Redundancy", "PPS noise", "Jam"
|
||||
|
||||
outputDiagErrorList = bits, U08, [0:3], "Not used", "No error", "Open Load", "Short to Gnd", "Short to Battery", "Overload", "Driver Overtemp", "Driver disabled", "Unknown"
|
||||
@@BOARD_PC_VARIABLES_FROM_FILE@@
|
||||
|
|
Loading…
Reference in New Issue