Enhance curve titles #6424

This commit is contained in:
kifir 2024-08-03 20:08:41 +03:00 committed by rusefillc
parent 749222458c
commit 95401876f7
1 changed files with 4 additions and 4 deletions

View File

@ -532,7 +532,7 @@ enable2ndByteCanID = false
yBins = cltFuelCorr
gauge = CLTGauge
curve = cltBoostCorrCurve, "Coolant Temperature Boost Multiplier"
curve = cltBoostCorrCurve, "Coolant Temperature Boost Duty Multiplier"
columnLabel = "Coolant", "Multiplier"
xAxis = -40, 120, 9
yAxis = 0, 3, 10
@ -540,7 +540,7 @@ enable2ndByteCanID = false
yBins = cltBoostCorr
gauge = CLTGauge
curve = iatBoostCorrCurve, "Intake Air Temperature Boost Multiplier"
curve = iatBoostCorrCurve, "Intake Air Temperature Boost Duty Multiplier"
columnLabel = "Air Temp", "Multiplier"
xAxis = -40, 120, 9
yAxis = 0, 2, 11
@ -548,7 +548,7 @@ enable2ndByteCanID = false
yBins = iatBoostCorr
gauge = IATGauge
curve = cltBoostAdderCurve, "Coolant Temperature Boost Adder"
curve = cltBoostAdderCurve, "Coolant Temperature Boost Target Adder"
columnLabel = "Coolant", "Adder"
xAxis = -40, 120, 9
yAxis = 0, 3, 10
@ -556,7 +556,7 @@ enable2ndByteCanID = false
yBins = cltBoostAdder
gauge = CLTGauge
curve = iatBoostAdderCurve, "Intake Air Temperature Boost Adder"
curve = iatBoostAdderCurve, "Intake Air Temperature Boost Target Adder"
columnLabel = "Air Temp", "Adder"
xAxis = -40, 120, 9
yAxis = 0, 2, 11