parent
1febc46c55
commit
decbaf3a24
File diff suppressed because one or more lines are too long
|
@ -2,5 +2,5 @@
|
||||||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2255806981
|
#define SIGNATURE_HASH 4229181850
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.04.29.XYZ.2255806981"
|
#define TS_SIGNATURE "rusEFI default.2024.04.30.XYZ.4229181850"
|
||||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI default.2024.04.29.XYZ.2255806981"
|
signature = "rusEFI default.2024.04.30.XYZ.4229181850"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI default.2024.04.29.XYZ.2255806981" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI default.2024.04.30.XYZ.4229181850" ; signature is expected to be 7 or more characters.
|
||||||
|
|
||||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||||
useLegacyFTempUnits = false
|
useLegacyFTempUnits = false
|
||||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 29 16:40:07 UTC 2024
|
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Apr 30 16:40:47 UTC 2024
|
||||||
|
|
||||||
pageSize = 22656
|
pageSize = 22656
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -6113,6 +6113,7 @@ menuDialog = main
|
||||||
subMenu = speedSensorCan "CAN Vehicle speed sensor"
|
subMenu = speedSensorCan "CAN Vehicle speed sensor"
|
||||||
subMenu = uegoCan, "CAN O2 sensors"
|
subMenu = uegoCan, "CAN O2 sensors"
|
||||||
subMenu = egtInputsCan, "CAN EGT sensors"
|
subMenu = egtInputsCan, "CAN EGT sensors"
|
||||||
|
subMenu = msIoBox, "CAN MS IO-Box Settings"
|
||||||
|
|
||||||
menu = "&Controller"
|
menu = "&Controller"
|
||||||
subMenu = ecuStimulator, "ECU stimulator"
|
subMenu = ecuStimulator, "ECU stimulator"
|
||||||
|
@ -9081,6 +9082,13 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
field = "PID min", etbWastegatePid_minValue, { isBoostControlEnabled }
|
field = "PID min", etbWastegatePid_minValue, { isBoostControlEnabled }
|
||||||
field = "PID max", etbWastegatePid_maxValue, { isBoostControlEnabled }
|
field = "PID max", etbWastegatePid_maxValue, { isBoostControlEnabled }
|
||||||
|
|
||||||
|
dialog = msIoBox1, "MS IO box 1"
|
||||||
|
field = "Base CAN identifier", msIoBox0_id
|
||||||
|
field = "VSS settings", msIoBox0_vss, { msIoBox0_id }
|
||||||
|
|
||||||
|
dialog = msIoBox, ""
|
||||||
|
panel = msIoBox1
|
||||||
|
|
||||||
help = boostPidHelp, "Boost Control PID"
|
help = boostPidHelp, "Boost Control PID"
|
||||||
text = "P = % per kPa error"
|
text = "P = % per kPa error"
|
||||||
text = "I = % per kPa-seconds"
|
text = "I = % per kPa-seconds"
|
||||||
|
|
Loading…
Reference in New Issue