Fresh generated - auto
This commit is contained in:
parent
6ab831cc49
commit
4c53fac81c
|
@ -89,7 +89,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Tue May 12 14:30:02 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Wed May 13 23:48:09 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2663,6 +2663,7 @@ menuDialog = main
|
|||
subMenu = engineTypeDialog, "Popular vehicles"
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = spiFunction, "SPI"
|
||||
subMenu = monitoringSettings, "rusEfi console"
|
||||
subMenu = std_separator
|
||||
|
||||
|
@ -3168,6 +3169,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "Idle Stepper Step", idle_stepperStepPin
|
||||
field = "Idle Stepper Enable", stepperEnablePin
|
||||
field = "Fuel Pump Pin", fuelPumpPin
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "test557pin", test557pin
|
||||
field = "Fan Pin", fanPin
|
||||
|
@ -3249,6 +3251,15 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "FSIO ADC #2", fsioAdc2
|
||||
field = "FSIO ADC #3", fsioAdc3
|
||||
field = "FSIO ADC #4", fsioAdc4
|
||||
field = "SPI1 MOSI", spi1mosiPin, {is_enabled_spi_1 == 1}
|
||||
field = "SPI1 MISO", spi1misoPin, {is_enabled_spi_1 == 1}
|
||||
field = "SPI1 SCK", spi1sckPin, {is_enabled_spi_1 == 1}
|
||||
field = "SPI2 MOSI", spi2mosiPin, {is_enabled_spi_2 == 1}
|
||||
field = "SPI2 MISO", spi2misoPin, {is_enabled_spi_2 == 1}
|
||||
field = "SPI2 SCK", spi2sckPin, {is_enabled_spi_2 == 1}
|
||||
field = "SPI3 MOSI", spi3mosiPin, {is_enabled_spi_3 == 1}
|
||||
field = "SPI3 MISO", spi3misoPin, {is_enabled_spi_3 == 1}
|
||||
field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1}
|
||||
field = "hip9011CsPin", hip9011CsPin
|
||||
field = "LIS302DLCsPin", LIS302DLCsPin
|
||||
field = "MIL / Check Engine", malfunctionIndicatorPin
|
||||
|
@ -3272,6 +3283,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "Aux Pin #4", auxPidPins4
|
||||
field = "Aux Valve #1", auxValves1
|
||||
field = "Aux Valve #2", auxValves2
|
||||
field = "TLE8888 Chip Select", tle8888_cs
|
||||
field = "TLE 8888 spi", tle8888spiDevice
|
||||
field = "AUX Serial TX", auxSerialTxPin
|
||||
field = "AUX Serial RX", auxSerialRxPin
|
||||
|
||||
|
@ -3786,6 +3799,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "D7 pin", HD44780_db7
|
||||
|
||||
dialog = tle8888, "TLE8888", yAxis
|
||||
field = "TLE8888 Chip Select", tle8888_cs
|
||||
field = "TLE8888 SPI", tle8888spiDevice
|
||||
field = "Mode", tle8888mode
|
||||
field = "useTLE8888 cranking reset hack", useTLE8888_cranking_hack
|
||||
commandButton = "Reinit", cmd_tle8888_init
|
||||
|
@ -3794,6 +3809,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "ADC vRef voltage", adcVcc
|
||||
panel = canBus
|
||||
panel = auxSerial
|
||||
panel = sdCard
|
||||
|
||||
|
||||
dialog = monitoringSettings, "rusEfi Console Settings"
|
||||
|
|
Loading…
Reference in New Issue