Labelling fixes on some curves
This commit is contained in:
parent
6cc62cf8dc
commit
a737acce1b
|
@ -800,7 +800,7 @@ page = 8
|
|||
|
||||
; Correction curve for Air Density vs temperature
|
||||
curve = airdensity_curve, "IAT density correction"
|
||||
columnLabel = "Air Temperature", "C"
|
||||
columnLabel = "Air Temperature", "Fuel Amount"
|
||||
xAxis = -40, 160, 6
|
||||
yAxis = 0, 255, 6
|
||||
xBins = airDenBins, iat
|
||||
|
@ -808,11 +808,11 @@ page = 8
|
|||
|
||||
; IAT based ignition timing retard
|
||||
curve = iat_retard_curve, "IAT timing retard"
|
||||
columnLabel = "Retard", "Inlet Air Temp"
|
||||
columnLabel = "Inlet Air Temp", "Retard"
|
||||
xAxis = -40, 200, 5
|
||||
yAxis = 0, 40, 5
|
||||
xBins = iatRetBins, iat
|
||||
yBins = iatRetRates
|
||||
yBins = iatRetRates
|
||||
|
||||
; Curves for idle control
|
||||
; Standard duty table for PWM valves
|
||||
|
|
Loading…
Reference in New Issue