parent
f8817a8574
commit
44bd088c0d
|
@ -1804,7 +1804,7 @@ uint16_t[IGN_LOAD_COUNT] ignitionLoadBins;;"Load", 1, 0, 0, 1000, 0
|
|||
uint16_t[IGN_RPM_COUNT] ignitionRpmBins;;"RPM", 1, 0, 0, 18000, 0
|
||||
|
||||
uint16_t[FUEL_LOAD_COUNT x FUEL_RPM_COUNT] autoscale veTable;;"%", 0.1, 0, 0, 999, 1
|
||||
uint16_t[FUEL_LOAD_COUNT] veLoadBins;;"kPa", 1, 0, 0, 1000, 0
|
||||
uint16_t[FUEL_LOAD_COUNT] veLoadBins;;{bitStringValue(fuelUnits, fuelAlgorithm) }, 1, 0, 0, 1000, 0
|
||||
uint16_t[FUEL_RPM_COUNT] veRpmBins;;"RPM", 1, 0, 0, 18000, 0
|
||||
|
||||
#if LAMBDA
|
||||
|
|
|
@ -214,6 +214,8 @@ enable2ndByteCanID = false
|
|||
wbo0_hasFault = { enableAemXSeries && (faultCode0 >= 3) }
|
||||
|
||||
[PcVariables]
|
||||
fuelUnits = bits, U08, [0:2], "kPa", "MAF", "%TPS", "Lua"
|
||||
|
||||
tuneCrcPcVariable = continuousChannelValue, tuneCrc16
|
||||
|
||||
wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1;
|
||||
|
|
Loading…
Reference in New Issue