Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-12-13 00:30:45 +00:00
parent 7f71a594d1
commit 62d065c3b4
5 changed files with 10 additions and 8 deletions

View File

@ -2904,6 +2904,7 @@ struct engine_configuration_s {
offset 1504 bit 25 */ offset 1504 bit 25 */
bool invertExhaustCamVVTSignal : 1 {}; bool invertExhaustCamVVTSignal : 1 {};
/** /**
* "Available via TS Plugin see https://rusefi.com/s/knock"
offset 1504 bit 26 */ offset 1504 bit 26 */
bool enableKnockSpectrogram : 1 {}; bool enableKnockSpectrogram : 1 {};
/** /**

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2390389608 #define SIGNATURE_HASH 3292181265
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1791,7 +1791,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2024.12.12.XYZ.2390389608" #define TS_SIGNATURE "rusEFI main.2024.12.13.XYZ.3292181265"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2390389608 #define SIGNATURE_HASH 3292181265
#define TS_SIGNATURE "rusEFI main.2024.12.12.XYZ.2390389608" #define TS_SIGNATURE "rusEFI main.2024.12.13.XYZ.3292181265"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.12.12.XYZ.2390389608" signature = "rusEFI main.2024.12.13.XYZ.3292181265"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.12.12.XYZ.2390389608" ; signature is expected to be 7 or more characters. signature= "rusEFI main.2024.12.13.XYZ.3292181265" ; 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 ; 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 useLegacyFTempUnits = false
@ -763,7 +763,7 @@ devBit5 = bits, U32, 1504, [22:22], "false", "true"
devBit6 = bits, U32, 1504, [23:23], "false", "true" devBit6 = bits, U32, 1504, [23:23], "false", "true"
devBit7 = bits, U32, 1504, [24:24], "false", "true" devBit7 = bits, U32, 1504, [24:24], "false", "true"
invertExhaustCamVVTSignal = bits, U32, 1504, [25:25], "Rising", "Falling" 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" enableKnockSpectrogramFilter = bits, U32, 1504, [27:27], "false", "true"
afterCrankingIACtaperDuration = scalar, S16, 1508, "cycles", 1, 0, 0, 5000, 0 afterCrankingIACtaperDuration = scalar, S16, 1508, "cycles", 1, 0, 0, 5000, 0
iacByTpsTaper = scalar, S16, 1510, "percent", 1, 0, 0, 500, 0 iacByTpsTaper = scalar, S16, 1510, "percent", 1, 0, 0, 500, 0
@ -2133,6 +2133,7 @@ minimumOilPressureValues = array, U08, 23548, [8], "kPa", 10.0, 0, 0, 1000, 0
useAuxSpeedForSlipRatio = "Use Aux Speed 1 as one of speeds for wheel slip ratio?" 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?" 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" 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" 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." 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." coastingFuelCutVssLow = "Below this speed, disable DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears."

View File

@ -1,4 +1,4 @@
! Generated by gen_signature.sh ! Generated by gen_signature.sh
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar ! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
! gen_signature.sh Using env variable branch [main] ! gen_signature.sh Using env variable branch [main]
#define TS_SIGNATURE "rusEFI main.2024.12.12.XYZ.@@SIGNATURE_HASH@@" #define TS_SIGNATURE "rusEFI main.2024.12.13.XYZ.@@SIGNATURE_HASH@@"