mapMinBufferLength
This commit is contained in:
parent
373fd46a0f
commit
645486e82e
|
@ -528,7 +528,7 @@ bit is_enabled_spi_2
|
|||
|
||||
custom uart_device_e 4 bits,U32, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UART3"
|
||||
uart_device_e consoleUartDevice;
|
||||
int unused1;
|
||||
int mapMinBufferLength;
|
||||
int16_t idlePidDeactivationTpsThreshold;;"%", 1, 0, 0, 100.0, 0
|
||||
int16_t idleStepperPulseDuration;;"ms", 1, 0, 0, 1000.0, 0
|
||||
float nb2ratioFrom;;"value", 1, 0, 0, 1000, 5
|
||||
|
|
|
@ -59,7 +59,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 Tue Jun 20 05:27:17 MSK 2017
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jun 22 09:24:53 MSK 2017
|
||||
|
||||
pageSize = 16376
|
||||
page = 1
|
||||
|
@ -357,7 +357,7 @@ page = 1
|
|||
gpioPinModes15 = bits, U32, 1188, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
||||
gpioPinModes16 = bits, U32, 1192, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
||||
consoleUartDevice = bits,U32, 1196, [0:1], "Off", "UART1", "UART2", "UART3"
|
||||
;skipping unused1 offset 1200
|
||||
;skipping mapMinBufferLength offset 1200
|
||||
idlePidDeactivationTpsThreshold = scalar, S16, 1204, "%", 1, 0, 0, 100.0, 0
|
||||
idleStepperPulseDuration = scalar, S16, 1206, "ms", 1, 0, 0, 1000.0, 0
|
||||
nb2ratioFrom = scalar, F32, 1208, "value", 1, 0, 0, 1000, 5
|
||||
|
@ -1994,6 +1994,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
|||
field = "MAP voltage low point", mapLowValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||
field = "MAP value high point", map_sensor_highValue, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||
field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||
field = "Use minimal value of", mapMinBufferLength
|
||||
|
||||
dialog = mapSensorFDlg, "Frequency Sensor Settings", xAxis
|
||||
field = "pin", frequencyReportingMapInputPin, {hasFrequencyReportingMapSensor == 1}
|
||||
|
|
|
@ -1229,6 +1229,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
|||
field = "MAP voltage low point", mapLowValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||
field = "MAP value high point", map_sensor_highValue, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||
field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||
field = "Use minimal value of", mapMinBufferLength
|
||||
|
||||
dialog = mapSensorFDlg, "Frequency Sensor Settings", xAxis
|
||||
field = "pin", frequencyReportingMapInputPin, {hasFrequencyReportingMapSensor == 1}
|
||||
|
|
Loading…
Reference in New Issue