From 26e23865e1e0ae30c895f46e8a7aeb78c379b189 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Sun, 29 Dec 2013 23:44:08 +1100 Subject: [PATCH] Minor fixes to TPS related items --- reference/kartduino 0.2.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/kartduino 0.2.ini b/reference/kartduino 0.2.ini index 99684c4f..356dd9fc 100644 --- a/reference/kartduino 0.2.ini +++ b/reference/kartduino 0.2.ini @@ -445,7 +445,7 @@ help = helpEnrichments, "Enrichments Help" #if SPEED_DENSITY yBins = mapBins, map #else - yBins = tpsBins, tpsADC + yBins = tpsBins, tps #endif zBins = veTable @@ -458,7 +458,7 @@ help = helpEnrichments, "Enrichments Help" #if SPEED_DENSITY yBins = mapBins2, map #else ALPHA_N - yBins = tpsBins2, tpsADC + yBins = tpsBins2, tps #endif zBins = advTable1 gridHeight = 3.0 @@ -565,7 +565,7 @@ help = helpEnrichments, "Enrichments Help" #if SPEED_DENSITY gauge2 = throttleGauge #else - gauge2 = tpsADCGauge + gauge2 = tpsGauge #endif gauge3 = pulseWidthGauge gauge4 = dutyCycleGauge @@ -693,7 +693,7 @@ help = helpEnrichments, "Enrichments Help" mapADC = scalar, U08, 4, "ADC", 1.000, 0.000 matADC = scalar, U08, 5, "ADC", 1.000, 0.000 cltADC = scalar, U08, 6, "ADC", 1.000, 0.000 - tps = scalar, U08, 7, "%", 100.0, 0.000 + tps = scalar, U08, 7, "%", 1.000, 0.000 batADC = scalar, U08, 8, "ADC", 1.000, 0.000 egoADC = scalar, U08, 9, "ADC", 1.000, 0.000 egoCorrection = scalar, U08, 10, "%", 1.000, 0.000 @@ -731,7 +731,8 @@ help = helpEnrichments, "Enrichments Help" barometer = { table(baroADC, "kpafactor4115.inc") } map = { table(mapADC, "kpafactor4115.inc") } #endif - throttle = { table(tpsADC, "throttlefactor.inc") } + ; throttle = { table(tps, "throttlefactor.inc") } + throttle = { tps }, "%" idleDC = { (coolant < fastIdleT) * 100 }