Skip to content

Commit

Permalink
Custom Auto-generated Configs
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
actions-user committed Dec 13, 2024
1 parent 4ad1757 commit 41f8e70
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 977978571
#define SIGNATURE_HASH 1879704754
#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"
Expand Down Expand Up @@ -1793,7 +1793,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.hellen-f4-community.977978571"
#define TS_SIGNATURE "rusEFI main.2024.12.13.hellen-f4-community.1879704754"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//

#define SIGNATURE_HASH 977978571
#define TS_SIGNATURE "rusEFI main.2024.12.12.hellen-f4-community.977978571"
#define SIGNATURE_HASH 1879704754
#define TS_SIGNATURE "rusEFI main.2024.12.13.hellen-f4-community.1879704754"
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ enable2ndByteCanID = false

[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.12.12.hellen-f4-community.977978571"
signature = "rusEFI main.2024.12.13.hellen-f4-community.1879704754"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.12.12.hellen-f4-community.977978571" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.12.13.hellen-f4-community.1879704754" ; 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
@@ -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.hellen-f4-community.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI main.2024.12.13.hellen-f4-community.@@SIGNATURE_HASH@@"

0 comments on commit 41f8e70

Please sign in to comment.