auto-sync
This commit is contained in:
parent
ec1dc98fc9
commit
69b6273e96
|
@ -16,7 +16,7 @@
|
||||||
/**
|
/**
|
||||||
* this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version
|
* this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version
|
||||||
*/
|
*/
|
||||||
#define TS_FILE_VERSION 20150330
|
#define TS_FILE_VERSION 20150406
|
||||||
|
|
||||||
#define PAGE_COUNT 2
|
#define PAGE_COUNT 2
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,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 by ConfigDefinition.jar on Mon Apr 06 10:36:30 EDT 2015
|
; this section was generated by ConfigDefinition.jar on Mon Apr 06 19:53:41 EDT 2015
|
||||||
|
|
||||||
pageSize = 15288
|
pageSize = 15288
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -546,7 +546,7 @@ page = 1
|
||||||
[OutputChannels]
|
[OutputChannels]
|
||||||
|
|
||||||
; see TS_FILE_VERSION in firmware code
|
; see TS_FILE_VERSION in firmware code
|
||||||
fileVersion = { 20150330 }
|
fileVersion = { 20150406 }
|
||||||
|
|
||||||
ochGetCommand = "O"
|
ochGetCommand = "O"
|
||||||
|
|
||||||
|
@ -716,6 +716,15 @@ fileVersion = { 20150330 }
|
||||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||||
upDownLabel = "(RICHER)", "(LEANER)"
|
upDownLabel = "(RICHER)", "(LEANER)"
|
||||||
|
|
||||||
|
table = ignitionIatCorrTableTbl, ignitionIatCorrTableMap, "Ignition Iat Corr Table", 1
|
||||||
|
; constant, variable
|
||||||
|
xBins = ignitionIatCorrRpmBins, rpm
|
||||||
|
yBins = ignitionIatCorrLoadBins, coolant
|
||||||
|
zBins = ignitionIatCorrTable
|
||||||
|
; gridHeight = 2.0
|
||||||
|
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||||
|
upDownLabel = "(RICHER)", "(LEANER)"
|
||||||
|
|
||||||
table = veTableTbl, veTableMap, "VE Table", 1
|
table = veTableTbl, veTableMap, "VE Table", 1
|
||||||
; constant, variable
|
; constant, variable
|
||||||
xBins = veRpmBins, rpm
|
xBins = veRpmBins, rpm
|
||||||
|
@ -893,6 +902,7 @@ fileVersion = { 20150330 }
|
||||||
subMenu = afrTableTbl, "Targe AFR Table", {algorithm == 3}
|
subMenu = afrTableTbl, "Targe AFR Table", {algorithm == 3}
|
||||||
subMenu = injPhaseTableTbl, "Injection Phase"
|
subMenu = injPhaseTableTbl, "Injection Phase"
|
||||||
subMenu = std_separator
|
subMenu = std_separator
|
||||||
|
subMenu = ignitionIatCorrTableTbl, "Ignition Intake Air Temp correction"
|
||||||
subMenu = iatFuelCorrCurve, "Intake air temp fuel correction"
|
subMenu = iatFuelCorrCurve, "Intake air temp fuel correction"
|
||||||
subMenu = cltFuelCorrCurve, "Coolant temp fuel correction"
|
subMenu = cltFuelCorrCurve, "Coolant temp fuel correction"
|
||||||
subMenu = mafDecodingCurve, "MAF Decoding Curve"
|
subMenu = mafDecodingCurve, "MAF Decoding Curve"
|
||||||
|
@ -907,6 +917,7 @@ fileVersion = { 20150330 }
|
||||||
subMenu = veTableMap, "VE Table"
|
subMenu = veTableMap, "VE Table"
|
||||||
subMenu = afrTableMap, "Targe AFR Table"
|
subMenu = afrTableMap, "Targe AFR Table"
|
||||||
subMenu = injPhaseTableMap, "Injection Phase"
|
subMenu = injPhaseTableMap, "Injection Phase"
|
||||||
|
subMenu = ignitionIatCorrTableMap, "Ignition IAT Corr"
|
||||||
|
|
||||||
menu = "Board"
|
menu = "Board"
|
||||||
subMenu = boardInputs, "Board Inputs"
|
subMenu = boardInputs, "Board Inputs"
|
||||||
|
|
Loading…
Reference in New Issue