baro
This commit is contained in:
parent
4b2a903684
commit
a0a0406523
|
@ -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 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
|
pageSize = 20000
|
||||||
page = 1
|
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 = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||||
field = "Use minimal value of", mapMinBufferLength
|
field = "Use minimal value of", mapMinBufferLength
|
||||||
field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder
|
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
|
dialog = mapSensorFDlg, "Frequency Sensor Settings", yAxis
|
||||||
field = "0 kPa freq", mapFrequency0Kpa, {hasFrequencyReportingMapSensor == 1}
|
field = "0 kPa freq", mapFrequency0Kpa, {hasFrequencyReportingMapSensor == 1}
|
||||||
|
|
|
@ -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 = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||||
field = "Use minimal value of", mapMinBufferLength
|
field = "Use minimal value of", mapMinBufferLength
|
||||||
field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder
|
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
|
dialog = mapSensorFDlg, "Frequency Sensor Settings", yAxis
|
||||||
field = "0 kPa freq", mapFrequency0Kpa, {hasFrequencyReportingMapSensor == 1}
|
field = "0 kPa freq", mapFrequency0Kpa, {hasFrequencyReportingMapSensor == 1}
|
||||||
|
|
Loading…
Reference in New Issue