Minor fixes to TPS related items

This commit is contained in:
Josh Stewart 2013-12-29 23:44:08 +11:00
parent 3878ec4f66
commit 26e23865e1
1 changed files with 6 additions and 5 deletions

View File

@ -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 }