Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-04-30 14:18:42 +00:00
parent a3fff28dd5
commit d25b9f7b6a
3 changed files with 30 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -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.mega.2255806981" #define TS_SIGNATURE "rusEFI default.2024.04.30.mega.4229181850"

View File

@ -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.mega.2255806981" signature = "rusEFI default.2024.04.30.mega.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.mega.2255806981" ; signature is expected to be 7 or more characters. signature= "rusEFI default.2024.04.30.mega.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:41:22 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 14:17:37 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"