Skip to content

Commit

Permalink
dead console ETB direct control part two (#513)
Browse files Browse the repository at this point in the history
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
  • Loading branch information
rusefillc authored Nov 14, 2024
1 parent 6d1e84e commit e3d98e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/controllers/limp_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum class TpsState : uint8_t {
IntermittentTps,
UnusedCode5,
Lua, // 6
Manual,
UnusedCode7,
NotConfigured,
Redundancy, // 9
IntermittentPps,
Expand Down
2 changes: 1 addition & 1 deletion firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,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"

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

[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
Expand Down

0 comments on commit e3d98e2

Please sign in to comment.