ini file clean up
This commit is contained in:
parent
e7538deb17
commit
73974adb6b
|
@ -269,7 +269,7 @@
|
||||||
;subMenu = std_separator ;----------------------------------------------
|
;subMenu = std_separator ;----------------------------------------------
|
||||||
;subMenu = flash_unlock, "Un/Lock calibrations"
|
;subMenu = flash_unlock, "Un/Lock calibrations"
|
||||||
subMenu = std_ms2gentherm, "Calibrate T&hermistor Tables", 0 ;, {flashlock}
|
subMenu = std_ms2gentherm, "Calibrate T&hermistor Tables", 0 ;, {flashlock}
|
||||||
subMenu = std_ms2geno2, "Calibrate &AFR Table", 0, {flashlock}
|
subMenu = std_ms2geno2, "Calibrate &AFR Table", 0;, {flashlock}
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -378,16 +378,7 @@
|
||||||
field = "Soft limit max time", SoftLimMax
|
field = "Soft limit max time", SoftLimMax
|
||||||
field = "Hard Rev limit", HardRevLim
|
field = "Hard Rev limit", HardRevLim
|
||||||
|
|
||||||
[CurveEditor]
|
|
||||||
|
|
||||||
;time-based accel enrichment
|
|
||||||
curve = time_accel_tpsdot_curve, "TPS based AE"
|
|
||||||
columnLabel = "TPSdot", "Added"
|
|
||||||
xAxis = 0, 1200, 6
|
|
||||||
yAxis = 0, 48, 4
|
|
||||||
xBins = taeBins, TPSdot
|
|
||||||
yBins = taeRates
|
|
||||||
;gauge = cltGauge
|
|
||||||
|
|
||||||
; curve = warmup_curve, "Warmup Enrichment Curve"
|
; curve = warmup_curve, "Warmup Enrichment Curve"
|
||||||
; columnLabel = "Coolant", "WUE %"
|
; columnLabel = "Coolant", "WUE %"
|
||||||
|
@ -478,8 +469,16 @@ help = helpEnrichments, "Enrichments Help"
|
||||||
text = "These bins specify the actual enrichment in terms of pulse width. They are linearly interpolated to determine a value that is ultimately added to the computed pulse width.<br>"
|
text = "These bins specify the actual enrichment in terms of pulse width. They are linearly interpolated to determine a value that is ultimately added to the computed pulse width.<br>"
|
||||||
text = "The array of values is called "TPSAQ" as stored in MS."
|
text = "The array of values is called "TPSAQ" as stored in MS."
|
||||||
|
|
||||||
|
[CurveEditor]
|
||||||
|
|
||||||
|
;time-based accel enrichment
|
||||||
|
curve = time_accel_tpsdot_curve, "TPS based AE"
|
||||||
|
columnLabel = "TPSdot", "Added"
|
||||||
|
xAxis = 0, 1200, 6
|
||||||
|
yAxis = 0, 48, 4
|
||||||
|
xBins = taeBins, TPSdot
|
||||||
|
yBins = taeRates
|
||||||
|
;gauge = cltGauge
|
||||||
|
|
||||||
[TableEditor]
|
[TableEditor]
|
||||||
; table_id, map3d_id, "title", page
|
; table_id, map3d_id, "title", page
|
||||||
|
|
Loading…
Reference in New Issue