From da9d8045b482fe86ad862964ca73b5cccf56f4cb Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Thu, 8 May 2014 23:01:47 +1000 Subject: [PATCH] ini cleanup --- reference/speeduino 0.1.ini | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/reference/speeduino 0.1.ini b/reference/speeduino 0.1.ini index 7b0cd71c..38e1592a 100644 --- a/reference/speeduino 0.1.ini +++ b/reference/speeduino 0.1.ini @@ -88,18 +88,16 @@ 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, 254.0, 0 - wueBins = array, U08, 84, [ 10], "%", 1.0, 0.0, 100.0, 255.0, 0 - ;taeBins = array, U08, 94, [ 4], "ms", 0.1, 0.0, 0.0, 25.5, 1 - ;Note that these are currently unused. See the taeBins and taeRates variables in table 2 - taeBins1 = scalar, U08, 94, "ms", 0.1, 0.0, 0.0, 25.5, 1 - taeBins2 = scalar, U08, 95, "ms", 0.1, 0.0, 0.0, 25.5, 1 - taeBins3 = scalar, U08, 96, "ms", 0.1, 0.0, 0.0, 25.5, 1 - taeBins4 = scalar, U08, 97, "ms", 0.1, 0.0, 0.0, 25.5, 1 + aseCount = scalar, U08, 83, "", 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 + unused3 = scalar, U08, 96, "ms", 0.1, 0.0, 0.0, 25.5, 1 + unused4 = scalar, U08, 97, "ms", 0.1, 0.0, 0.0, 25.5, 1 taeColdA = scalar, U08, 98, "ms", 0.1, 0.0, 0.0, 25.5, 1 - tpsThresh = scalar, U08, 99, "%/s", 1.0, 0.0, 0.0, 255.0, 0 + tpsThresh = scalar, U08, 99, "%/s", 1.0, 0.0, 0.0, 255, 0 taeTime = scalar, U08, 100, "ms", 0.1, 0.0, 0.0, 25.5, 1 - tdePct = scalar, U08, 101, "%", 1.0, 0.0, 0.0, 255.0, 0 + tdePct = scalar, U08, 101, "%", 1.0, 0.0, 0.0, 255, 0 #if CELSIUS egoTemp = scalar, U08, 102, "°C", 0.555, -72, -40, 102.0, 0 #else