This commit is contained in:
rusefi 2019-03-22 15:54:12 -04:00
parent 4b2a903684
commit a0a0406523
2 changed files with 7 additions and 1 deletions

View File

@ -63,7 +63,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Mar 21 22:10:20 EDT 2019
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Mar 22 15:52:39 EDT 2019
pageSize = 20000
page = 1
@ -2588,6 +2588,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
field = "Use minimal value of", mapMinBufferLength
field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder
field = baroSensor_lowValue, baroSensor_lowValue
field = baroSensor_highValue, baroSensor_highValue
field = baroSensor_type, baroSensor_type
dialog = mapSensorFDlg, "Frequency Sensor Settings", yAxis
field = "0 kPa freq", mapFrequency0Kpa, {hasFrequencyReportingMapSensor == 1}

View File

@ -1697,6 +1697,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
field = "Use minimal value of", mapMinBufferLength
field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder
field = baroSensor_lowValue, baroSensor_lowValue
field = baroSensor_highValue, baroSensor_highValue
field = baroSensor_type, baroSensor_type
dialog = mapSensorFDlg, "Frequency Sensor Settings", yAxis
field = "0 kPa freq", mapFrequency0Kpa, {hasFrequencyReportingMapSensor == 1}