no such thing PidJitter

This commit is contained in:
rusefi 2024-11-08 14:35:58 -05:00
parent 1ba6ee3921
commit c7663fad10
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ enum class TpsState : uint8_t {
TpsError, // 2
PpsError, // 3
IntermittentTps, // 4
PidJitter, // 5
UnusedCode5, // 5
Lua, // 6
Manual, // 7
NotConfigured, // 8

View File

@ -259,7 +259,7 @@ enable2ndByteCanID = false
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault 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"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "INVALID", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
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@@