parent
e7c013fe23
commit
4bbbb74089
|
@ -2904,6 +2904,7 @@ struct engine_configuration_s {
|
|||
offset 1504 bit 25 */
|
||||
bool invertExhaustCamVVTSignal : 1 {};
|
||||
/**
|
||||
* "Available via TS Plugin see https://rusefi.com/s/knock"
|
||||
offset 1504 bit 26 */
|
||||
bool enableKnockSpectrogram : 1 {};
|
||||
/**
|
||||
|
|
|
@ -1328,7 +1328,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1760348451
|
||||
#define SIGNATURE_HASH 581699930
|
||||
#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"
|
||||
|
@ -1789,7 +1789,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.12.mega100.1760348451"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.13.mega100.581699930"
|
||||
#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 1760348451
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.12.mega100.1760348451"
|
||||
#define SIGNATURE_HASH 581699930
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.13.mega100.581699930"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.12.12.mega100.1760348451"
|
||||
signature = "rusEFI main.2024.12.13.mega100.581699930"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.12.12.mega100.1760348451" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.12.13.mega100.581699930" ; 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
|
||||
|
@ -763,7 +763,7 @@ devBit5 = bits, U32, 1504, [22:22], "false", "true"
|
|||
devBit6 = bits, U32, 1504, [23:23], "false", "true"
|
||||
devBit7 = bits, U32, 1504, [24:24], "false", "true"
|
||||
invertExhaustCamVVTSignal = bits, U32, 1504, [25:25], "Rising", "Falling"
|
||||
enableKnockSpectrogram = bits, U32, 1504, [26:26], "false", "true"
|
||||
enableKnockSpectrogram = bits, U32, 1504, [26:26], "no", "yes"
|
||||
enableKnockSpectrogramFilter = bits, U32, 1504, [27:27], "false", "true"
|
||||
afterCrankingIACtaperDuration = scalar, S16, 1508, "cycles", 1, 0, 0, 5000, 0
|
||||
iacByTpsTaper = scalar, S16, 1510, "percent", 1, 0, 0, 500, 0
|
||||
|
@ -2133,6 +2133,7 @@ minimumOilPressureValues = array, U08, 22956, [8], "kPa", 10.0, 0, 0, 1000, 0
|
|||
useAuxSpeedForSlipRatio = "Use Aux Speed 1 as one of speeds for wheel slip ratio?"
|
||||
useVssAsSecondWheelSpeed = "VSS and Aux Speed 1 or Aux Speed 1 with Aux Speed 2?"
|
||||
enableAemXSeriesEgt = "AEM X-Series EGT gauge kit or rusEFI EGT sensor from Wideband controller"
|
||||
enableKnockSpectrogram = "Available via TS Plugin see https://rusefi.com/s/knock"
|
||||
afterCrankingIACtaperDuration = "This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better"
|
||||
iacByTpsTaper = "IAC Value added when coasting and transitioning into idle."
|
||||
coastingFuelCutVssLow = "Below this speed, disable DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Generated by gen_signature.sh
|
||||
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
||||
! gen_signature.sh Using env variable branch [main]
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.12.mega100.@@SIGNATURE_HASH@@"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.12.13.mega100.@@SIGNATURE_HASH@@"
|
||||
|
|
Loading…
Reference in New Issue