Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-12-31 16:45:28 +00:00
parent 98c89650e6
commit 2fb4f4c4f3
5 changed files with 11 additions and 14 deletions

View File

@ -2344,9 +2344,8 @@ struct engine_configuration_s {
offset 1316 bit 1 */
bool fuelClosedLoopCorrectionEnabled : 1 {};
/**
* On even fire engines with even number of cylinders we go wasted spark during cranking. Use this setting to disable wasted spark cranking on odd fire engines.
offset 1316 bit 2 */
bool oddFireEngine : 1 {};
bool unusedOfoddFireEngine : 1 {};
/**
* Write SD card log even when powered by USB
offset 1316 bit 3 */

View File

@ -1335,7 +1335,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1000842458
#define SIGNATURE_HASH 3655349124
#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"
@ -1803,7 +1803,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.30.hellen-f4-community.1000842458"
#define TS_SIGNATURE "rusEFI main.2024.12.31.hellen-f4-community.3655349124"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#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
//
#define SIGNATURE_HASH 1000842458
#define TS_SIGNATURE "rusEFI main.2024.12.30.hellen-f4-community.1000842458"
#define SIGNATURE_HASH 3655349124
#define TS_SIGNATURE "rusEFI main.2024.12.31.hellen-f4-community.3655349124"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.12.30.hellen-f4-community.1000842458"
signature = "rusEFI main.2024.12.31.hellen-f4-community.3655349124"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.12.30.hellen-f4-community.1000842458" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.12.31.hellen-f4-community.3655349124" ; 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
@ -613,7 +613,7 @@ tps2SecondaryMin = scalar, U16, 1312, "ADC", 1, 0, 0, 1000, 0
tps2SecondaryMax = scalar, U16, 1314, "ADC", 1, 0, 0, 1000, 0
widebandOnSecondBus = bits, U32, 1316, [0:0], "1", "2"
fuelClosedLoopCorrectionEnabled = bits, U32, 1316, [1:1], "false", "true"
oddFireEngine = bits, U32, 1316, [2:2], "false", "true"
unusedOfoddFireEngine = bits, U32, 1316, [2:2], "false", "true"
alwaysWriteSdCard = bits, U32, 1316, [3:3], "false", "true"
knockDetectionUseDoubleFrequency = bits, U32, 1316, [4:4], "first harmonic", "second harmonic"
yesUnderstandLocking = bits, U32, 1316, [5:5], "no", "yes"
@ -2067,7 +2067,6 @@ targetAfrBlends2_blendValues = array, U08, 23334, [8], "%", 0.5, 0, 0, 100, 1
gpPwmNote4 = "gpPwmNote 4"
widebandOnSecondBus = "Select which bus the wideband controller is attached to."
fuelClosedLoopCorrectionEnabled = "Enables lambda sensor closed loop feedback for fuelling."
oddFireEngine = "On even fire engines with even number of cylinders we go wasted spark during cranking. Use this setting to disable wasted spark cranking on odd fire engines."
alwaysWriteSdCard = "Write SD card log even when powered by USB"
knockDetectionUseDoubleFrequency = "Second harmonic (aka double) is usually quieter background noise"
silentTriggerError = "Sometimes we have a performance issue while printing error"
@ -7430,8 +7429,8 @@ dialog = lambda_monitorDialog, "lambda_monitor"
dialog = ignitionBasic, ""
field = "Enabled", isIgnitionEnabled
field = "Mode", ignitionMode, {isIgnitionEnabled}
field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled}
field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled}
;todo https://github.com/rusefi/rusefi/issues/5894 field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled}
;todo https://github.com/rusefi/rusefi/issues/5894 field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled}
field = "Individually wired Wasted Spark", twoWireBatchIgnition, {isIgnitionEnabled == 1 && ignitionMode == 2 }
field = "Override ignition table load axis", ignOverrideMode, {isIgnitionEnabled}
field = "#Use fixed timing while validating with a timing gun"
@ -7674,7 +7673,6 @@ dialog = lambda_monitorDialog, "lambda_monitor"
dialog = ignitionCylExtra, "Cylinder offsets"
field = "Offset angle for each cylinder if you have an odd fire"
field = "engine, like a v-twin or some V6/V10 engines"
field = "Odd Fire Engine", oddFireEngine
field = "#Positive numbers retard, negative numbers advance"
field = "Offset cyl 1", timing_offset_cylinder1
field = "Offset cyl 2", timing_offset_cylinder2, {cylindersCount > 1}

View File

@ -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.30.hellen-f4-community.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI main.2024.12.31.hellen-f4-community.@@SIGNATURE_HASH@@"