From 59e03c8a773dcff3c6562533117e09ba18ed00f1 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Tue, 30 Dec 2014 10:53:02 +1100 Subject: [PATCH] Minor tweaks to ini --- reference/speeduino 0.1.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/speeduino 0.1.ini b/reference/speeduino 0.1.ini index 6442dfb7..7acb5aa9 100644 --- a/reference/speeduino 0.1.ini +++ b/reference/speeduino 0.1.ini @@ -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"