Minor tweaks to ini
This commit is contained in:
parent
1a77e4d1ad
commit
59e03c8a77
|
@ -88,7 +88,7 @@
|
|||
crankCold = scalar, U08, 80, "ms", 0.1, 0.0, 0.0, 25.5, 1
|
||||
crankHot = scalar, U08, 81, "ms", 0.1, 0.0, 0.0, 25.5, 1
|
||||
asePct = scalar, U08, 82, "%", 1.0, 0.0, 0.0, 95.0, 0
|
||||
aseCount = scalar, U08, 83, "", 1.0, 0.0, 0.0, 255, 0
|
||||
aseCount = scalar, U08, 83, "s", 1.0, 0.0, 0.0, 255, 0
|
||||
wueBins = array, U08, 84, [ 10], "%", 1.0, 0.0, 0.0, 255, 0
|
||||
unused1 = scalar, U08, 94, "ms", 0.1, 0.0, 0.0, 25.5, 1
|
||||
unused2 = scalar, U08, 95, "ms", 0.1, 0.0, 0.0, 25.5, 1
|
||||
|
@ -326,7 +326,7 @@
|
|||
field = "Pulsewidth at 77°C", crankHot
|
||||
field = ""
|
||||
field = "Enrichment %", asePct
|
||||
field = "Number of Ignition Cycles", aseCount
|
||||
field = "Number of seconds to run", aseCount
|
||||
#else
|
||||
field = "Cranking RPM (Max)", crankRPM
|
||||
field = "Flood Clear level", tpsflood
|
||||
|
@ -336,7 +336,7 @@
|
|||
field = "Pulsewidth at 170°F", crankHot
|
||||
field = ""
|
||||
field = "Enrichment %", asePct
|
||||
field = "Number of Ignition Cycles", aseCount
|
||||
field = "Number of seconds to run", aseCount
|
||||
#endif
|
||||
|
||||
dialog = aseSettings, "Afterstart Enrichment"
|
||||
|
@ -886,9 +886,9 @@ help = helpEnrichments, "Enrichments Help"
|
|||
entry = baroCorrection, "Gbaro", int, "%d"
|
||||
entry = gammaEnrich, "Gammae", int, "%d"
|
||||
entry = accDecEnrich, "TPSacc", int, "%d"
|
||||
entry = veCurr, "Gve", int, "%d"
|
||||
entry = veCurr, "VE", int, "%d"
|
||||
entry = pulseWidth, "PW", float, "%.1f"
|
||||
entry = blank2, "Gve2", int, "%d"
|
||||
entry = blank2, "Unused", int, "%d"
|
||||
entry = pulseWidth, "PW2", float, "%.1f"
|
||||
entry = dutyCycle, "DutyCycle1", float, "%.1f"
|
||||
entry = dutyCycle, "DutyCycle2", float, "%.1f"
|
||||
|
|
Loading…
Reference in New Issue