proteus
This commit is contained in:
parent
439b998cd6
commit
d09901f5ba
|
@ -85,7 +85,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 integration\rusefi_config.txt Mon Mar 02 19:45:59 EST 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 20:02:57 EST 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2401,13 +2401,11 @@ menuDialog = main
|
|||
# O2 sensor(s)
|
||||
subMenu = egoSettings, "EGO sensor"
|
||||
subMenu = narrowToWideOxygenCurve, "Narrow to Wideband approximation"
|
||||
subMenu = cj125Function, "CJ125 settings (wbo decoder)"
|
||||
subMenu = std_separator
|
||||
|
||||
# Misc sensors
|
||||
subMenu = speedSensor, "Vehicle speed sensor"
|
||||
subMenu = oilPressureSensor, "Oil pressure"
|
||||
subMenu = egtInputs, "EGT"
|
||||
|
||||
menu = "&Controller"
|
||||
subMenu = ecuStimulator, "ECU stimulator"
|
||||
|
@ -2416,15 +2414,11 @@ menuDialog = main
|
|||
subMenu = engineTypeDialog, "Popular vehicles"
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = lcdScreen, "LCD"
|
||||
subMenu = joystickPanel, "Joystick"
|
||||
subMenu = spiFunction, "SPI"
|
||||
subMenu = monitoringSettings, "rusEfi console"
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = connection, "Connection"
|
||||
subMenu = allPins1, "Full pinout 1/2"
|
||||
subMenu = allPins2, "Full pinout 2/2"
|
||||
subMenu = std_separator
|
||||
|
||||
|
||||
|
@ -2432,7 +2426,6 @@ menuDialog = main
|
|||
subMenu = parkingLot, "Experimental/Broken"
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = hipFunction, "HIP9011 settings (knock sensor) (alpha version)"
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = etbDialog, "Electronic throttle body (beta version)"
|
||||
|
@ -2938,8 +2931,6 @@ 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 = "GPS RX", gps_rx_pin
|
||||
field = "GPS TX", gps_tx_pin
|
||||
field = "CAN RX pin", canRxPin
|
||||
field = "CAN TX pin", canTxPin
|
||||
field = "SPI1 MOSI", spi1mosiPin, {is_enabled_spi_1 == 1}
|
||||
|
@ -3364,7 +3355,6 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
dialog = analogInputSettings, "Analog Input Settings"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
|
||||
field = "Analog divider ratio", analogInputDividerCoefficient
|
||||
field = "Use BiQuad averaging", useBiQuadAnalogFiltering
|
||||
field = "Smoothing factor", slowAdcAlpha, {useBiQuadAnalogFiltering == 0}
|
||||
field = "Bi_Q a0", biQuad_a0, {useBiQuadAnalogFiltering == 1}
|
||||
|
@ -3436,7 +3426,6 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
panel = tsPort
|
||||
panel = canBus
|
||||
panel = sdCard
|
||||
panel = gpsReceiver
|
||||
panel = tle8888
|
||||
|
||||
dialog = joystickPanel, "Joystick"
|
||||
|
|
Loading…
Reference in New Issue