Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dead console ETB direct control part two #513

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading