fresh file
This commit is contained in:
parent
bf6a2c0aa1
commit
07c5b196f5
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Sep 25 15:46:46 EDT 2018
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Oct 12 20:09:20 EDT 2018
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1109,6 +1109,10 @@ fileVersion = { 20171101 }
|
||||||
oilPressure = scalar, F32, 280, "kPa", 1, 0.0
|
oilPressure = scalar, F32, 280, "kPa", 1, 0.0
|
||||||
fuelConsumptionPerHour=scalar, F32, 284, "kPa", 1, 0.0
|
fuelConsumptionPerHour=scalar, F32, 284, "kPa", 1, 0.0
|
||||||
injectionOffset = scalar, F32, 288, "deg", 1, 0;
|
injectionOffset = scalar, F32, 288, "deg", 1, 0;
|
||||||
|
debugIntField4 = scalar, S16, 292, "val", 1, 0.0;
|
||||||
|
debugIntField5 = scalar, S16, 294, "val", 1, 0.0;
|
||||||
|
|
||||||
|
|
||||||
;
|
;
|
||||||
; see TunerStudioOutputChannels struct
|
; see TunerStudioOutputChannels struct
|
||||||
;
|
;
|
||||||
|
@ -1487,6 +1491,7 @@ fileVersion = { 20171101 }
|
||||||
|
|
||||||
table = ignitionTpsTableTbl, ignitionTableMap, "Ignition TPS Table", 1
|
table = ignitionTpsTableTbl, ignitionTableMap, "Ignition TPS Table", 1
|
||||||
; constant, variable
|
; constant, variable
|
||||||
|
; Currently we share ignitionRpmBins between two advance tables... Is it ok?
|
||||||
xBins = ignitionRpmBins, RPMValue
|
xBins = ignitionRpmBins, RPMValue
|
||||||
yBins = ignitionTpsBins, TPSValue
|
yBins = ignitionTpsBins, TPSValue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue