mapMinBufferLength progress
This commit is contained in:
parent
95d5b99df6
commit
7f4007d84e
|
@ -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 mapMinBufferLength;
|
||||
int mapMinBufferLength;;"count", 1, 0, 0, 24, 0
|
||||
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 Thu Jun 22 09:24:53 MSK 2017
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Jun 24 02:32:34 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 mapMinBufferLength offset 1200
|
||||
mapMinBufferLength = scalar, S32, 1200, "count", 1, 0, 0, 24, 0
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue