Skip to content

Commit

Permalink
add lambda protect cut code #75
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jun 29, 2023
1 parent 51c31c2 commit 9caf52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions firmware/controllers/limp_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ enum class ClearReason : uint8_t {
IgnitionOff, // 14
Lua, // 15
ACR, // 16 - Harley Automatic Compression Release
LambdaProtection, // 17

// Keep this list in sync with fuelIgnCutCodeList in rusefi.input!
// todo: add a code generator between ClearReason and fuelIgnCutCodeList in rusefi.input
Expand Down
2 changes: 1 addition & 1 deletion firmware/tunerstudio/rusefi.input
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ enable2ndByteCanID = false
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"

; ClearReason
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"
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"

; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
Expand Down

0 comments on commit 9caf52b

Please sign in to comment.