Auto-generated configs and docs
This commit is contained in:
parent
196cef5aa1
commit
fc57d6fff5
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3536814990
|
||||
#define SIGNATURE_HASH 2883248333
|
||||
#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"
|
||||
|
@ -1451,7 +1451,7 @@
|
|||
#define ts_show_clt_iat_pullup false
|
||||
#define ts_show_egt false
|
||||
#define ts_show_etb true
|
||||
#define ts_show_etb_pins false
|
||||
#define ts_show_etb_pins true
|
||||
#define ts_show_full_pinout true
|
||||
#define ts_show_hardware_simulator false
|
||||
#define ts_show_hip9011 false
|
||||
|
@ -1484,7 +1484,7 @@
|
|||
#define ts_show_vr_threshold_2 false
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define TS_SIGNATURE "rusEFI master.2024.02.16.uaefi.3536814990"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.02.16.uaefi.2883248333"
|
||||
#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.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3536814990
|
||||
#define TS_SIGNATURE "rusEFI master.2024.02.16.uaefi.3536814990"
|
||||
#define SIGNATURE_HASH 2883248333
|
||||
#define TS_SIGNATURE "rusEFI master.2024.02.16.uaefi.2883248333"
|
||||
|
|
|
@ -37,12 +37,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.02.16.uaefi.3536814990"
|
||||
signature = "rusEFI master.2024.02.16.uaefi.2883248333"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.02.16.uaefi.3536814990" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.02.16.uaefi.2883248333" ; 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
|
||||
|
@ -98,7 +98,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","INVALID","D16 CLT Coolant","D15 IAT","C4 PPS2"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Feb 16 20:24:06 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Feb 16 22:23:23 UTC 2024
|
||||
|
||||
pageSize = 22232
|
||||
page = 1
|
||||
|
@ -7365,6 +7365,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
|
||||
|
@ -8661,6 +8669,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