parent
50037bc34a
commit
07c2ea0966
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 200826538
|
||||
#define SIGNATURE_HASH 699555807
|
||||
#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"
|
||||
|
@ -1506,6 +1506,7 @@
|
|||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
#define ts_show_etb_pins false
|
||||
#define ts_show_experimental true
|
||||
#define ts_show_fancy_hardware false
|
||||
#define ts_show_fancy_options true
|
||||
#define ts_show_firing_order true
|
||||
|
@ -1562,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.06.XXX.200826538"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.07.XXX.699555807"
|
||||
#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 200826538
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.06.XXX.200826538"
|
||||
#define SIGNATURE_HASH 699555807
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.07.XXX.699555807"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.04.06.XXX.200826538"
|
||||
signature = "rusEFI default.2024.04.07.XXX.699555807"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.04.06.XXX.200826538" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.04.07.XXX.699555807" ; 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="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 06 17:15:58 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Apr 07 17:15:44 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -1650,7 +1650,7 @@ hpfpCompensation = array, S08, 22160, [10x10], "%", 1, 0, -100, 100, 0
|
|||
hpfpCompensationLoadBins = array, U16, 22260, [10], "cc/lobe", 0.001, 0, 0, 65, 3
|
||||
hpfpCompensationRpmBins = array, U08, 22280, [10], "RPM", 50.0, 0, 0, 12500, 0
|
||||
knockNoiseRpmBins = array, U16, 22290, [16], "RPM", 1, 0, 0, 30000, 0
|
||||
knockBaseNoise = array, S08, 22322, [16], "dB", 0.5, 0, -50, 10, 1
|
||||
knockBaseNoise = array, S08, 22322, [16], "dB", 0.5, 0, -99, 10, 1
|
||||
tpsTspCorrValuesBins = array, U08, 22338, [4], "RPM", 50.0, 0, 0, 17500, 0
|
||||
tpsTspCorrValues = array, U08, 22342, [4], "multiplier", 0.02, 0, 0, 5, 2
|
||||
cltRevLimitRpmBins = array, S08, 22346, [4], "C", 1, 0, -40, 120, 0
|
||||
|
@ -6059,7 +6059,7 @@ menuDialog = main
|
|||
subMenu = lambdaProtection, "Lambda Protection", 0, { isInjectionEnabled }
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = parkingLot, "Experimental/Broken"
|
||||
subMenu = parkingLot, "Experimental 1"
|
||||
subMenu = parkingLot2, "Experimental 2"
|
||||
subMenu = harleyAcr, "HD"
|
||||
subMenu = antiLagDialog, "Anti-Lag ALS"
|
||||
|
@ -8281,7 +8281,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
|
||||
dialog = softwareKnockCfg, "Sense"
|
||||
field = "Enable", enableSoftwareKnock
|
||||
field = "Cylinder Bore", cylinderBore
|
||||
; field = "Cylinder Bore", cylinderBore
|
||||
field = "Knock filter frequency", knockBandCustom, {enableSoftwareKnock}
|
||||
field = "knockDetectionWindowStart",knockDetectionWindowStart, {enableSoftwareKnock}
|
||||
field = "knockSamplingDuration", knockSamplingDuration, {enableSoftwareKnock}
|
||||
|
|
Loading…
Reference in New Issue