parent
285351aa9b
commit
9b30d3a37b
|
@ -1289,7 +1289,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 900008303
|
||||
#define SIGNATURE_HASH 728193357
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1621,7 +1621,7 @@
|
|||
#define ts_show_ego2 true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
#define ts_show_etb_pins false
|
||||
#define ts_show_etb_pins true
|
||||
#define ts_show_exhaust_vvt true
|
||||
#define ts_show_experimental true
|
||||
#define ts_show_fan2_settings true
|
||||
|
@ -1701,7 +1701,7 @@
|
|||
#define ts_show_vvt_output true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.11.paralela.900008303"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.12.paralela.728193357"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 900008303
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.11.paralela.900008303"
|
||||
#define SIGNATURE_HASH 728193357
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.12.paralela.728193357"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.07.11.paralela.900008303"
|
||||
signature = "rusEFI master.2024.07.12.paralela.728193357"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.07.11.paralela.900008303" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.07.12.paralela.728193357" ; 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
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","TPS (A0)","MAP (A1)","CLT (A2)","INVALID","INVALID","TPS (A5)","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","PPS1 (C4)","PPS2 (C5)"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 11 21:11:45 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Jul 12 01:03:45 UTC 2024
|
||||
|
||||
pageSize = 24900
|
||||
page = 1
|
||||
|
@ -7842,6 +7842,14 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "Idle Stepper Step", idle_stepperStepPin
|
||||
field = "Idle Stepper Enable", stepperEnablePin
|
||||
field = "Fuel Pump output", fuelPumpPin
|
||||
field = "ETB#1 Dir #1", etbIo1_directionPin1
|
||||
field = "ETB#1 Dir #2", etbIo1_directionPin2
|
||||
field = "ETB#1 Control", etbIo1_controlPin
|
||||
field = "ETB#1 Disable", etbIo1_disablePin
|
||||
field = "ETB#2 Dir #1", etbIo2_directionPin1
|
||||
field = "ETB#2 Dir #2", etbIo2_directionPin2
|
||||
field = "ETB#2 Control", etbIo2_controlPin
|
||||
field = "ETB#2 Disable", etbIo2_disablePin
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "MIL/Check Engine output", malfunctionIndicatorPin
|
||||
field = "test557pin", test557pin
|
||||
|
@ -9253,6 +9261,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
; criteria for the same panel when used in multiple places
|
||||
; todo: report bug to TS?
|
||||
; another todo: split panel into two panels so that we can enable/disable h-bridge #1 separately from h-bridge #2
|
||||
panel = etbHbridgeHardware, { etbFunctions1 != 0 || etbFunctions2 != 0 || (useStepperIdle && useHbridgesToDriveIdleStepper) }
|
||||
|
||||
dialog = etbAutotune, "PID Autotune"
|
||||
field = "First step: calibrate TPS and hit 'Burn'"
|
||||
|
|
Loading…
Reference in New Issue