GHA Automation
This commit is contained in:
parent
b333780714
commit
12d1b37b5e
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 29 17:16:52 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Mar 01 17:18:45 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2186,11 +2186,11 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int launchTimingRpmRange;
|
||||
/**
|
||||
* Extra Fuel Added
|
||||
* Spark Skip Transition Target
|
||||
* units: %
|
||||
* offset 1052
|
||||
*/
|
||||
int launchFuelAdded;
|
||||
int launchSparkSkipPercent;
|
||||
/**
|
||||
* Duty Cycle for the Boost Solenoid
|
||||
* units: %
|
||||
|
@ -5624,4 +5624,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22236);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 29 17:16:52 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Mar 01 17:18:45 UTC 2024
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2976474273
|
||||
#define SIGNATURE_HASH 3006332011
|
||||
#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"
|
||||
|
@ -1485,7 +1485,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.02.29.XXX.2976474273"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.03.01.XXX.3006332011"
|
||||
#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 2976474273
|
||||
#define TS_SIGNATURE "rusEFI default.2024.02.29.XXX.2976474273"
|
||||
#define SIGNATURE_HASH 3006332011
|
||||
#define TS_SIGNATURE "rusEFI default.2024.03.01.XXX.3006332011"
|
||||
|
|
|
@ -37,12 +37,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.02.29.XXX.2976474273"
|
||||
signature = "rusEFI default.2024.03.01.XXX.3006332011"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.02.29.XXX.2976474273" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.03.01.XXX.3006332011" ; 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
|
||||
|
@ -98,7 +98,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 Thu Feb 29 17:16:52 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Mar 01 17:18:45 UTC 2024
|
||||
|
||||
pageSize = 22236
|
||||
page = 1
|
||||
|
@ -528,7 +528,7 @@ launchActivationMode = bits, S08, 1040, [0:1], "Launch Button", "Clutch Down Swi
|
|||
antiLagActivationMode = bits, S08, 1041, [0:0], "Switch Input", "Always Active"
|
||||
launchSpeedThreshold = scalar, S32, 1044, "Kph", 1, 0, 0, 300, 0
|
||||
launchTimingRpmRange = scalar, S32, 1048, "RPM", 1, 0, 0, 8000, 0
|
||||
launchFuelAdded = scalar, S32, 1052, "%", 1, 0, 0, 100, 0
|
||||
launchSparkSkipPercent = scalar, S32, 1052, "%", 1, 0, 0, 100, 0
|
||||
launchBoostDuty = scalar, S32, 1056, "%", 1, 0, 0, 100, 0
|
||||
hardCutRpmRange = scalar, S32, 1060, "RPM", 1, 0, 0, 3000, 0
|
||||
turbochargerFilter = scalar, F32, 1064, "", 1, 0, 0, 100, 0
|
||||
|
@ -1866,7 +1866,7 @@ injectorStagingRpmBins = array, U16, 22222, [6], "RPM", 1, 0, 0, 18000, 0
|
|||
boostPid_maxValue = "Output Max Duty Cycle"
|
||||
launchSpeedThreshold = "Launch disabled above this speed if setting is above zero"
|
||||
launchTimingRpmRange = "Range from Launch RPM for Timing Retard to activate"
|
||||
launchFuelAdded = "Extra Fuel Added"
|
||||
launchSparkSkipPercent = "Spark Skip Transition Target"
|
||||
launchBoostDuty = "Duty Cycle for the Boost Solenoid"
|
||||
hardCutRpmRange = "Range from Launch RPM to activate Hard Cut"
|
||||
stft_maxIdleRegionRpm = "Below this RPM, the idle region is active"
|
||||
|
@ -3030,14 +3030,15 @@ pressureRatio = scalar, F32, 980, "", 1, 0
|
|||
retardThresholdRpm = scalar, S32, 984, "", 1, 0
|
||||
combinedConditions = bits, U32, 988, [0:0]
|
||||
launchActivatePinState = bits, U32, 988, [1:1]
|
||||
isLaunchCondition = bits, U32, 988, [2:2]
|
||||
isSwitchActivated = bits, U32, 988, [3:3]
|
||||
isClutchActivated = bits, U32, 988, [4:4]
|
||||
isValidInputPin = bits, U32, 988, [5:5]
|
||||
activateSwitchCondition = bits, U32, 988, [6:6]
|
||||
rpmCondition = bits, U32, 988, [7:7]
|
||||
speedCondition = bits, U32, 988, [8:8]
|
||||
tpsCondition = bits, U32, 988, [9:9]
|
||||
isLaunchPreCondition = bits, U32, 988, [2:2]
|
||||
isLaunchCondition = bits, U32, 988, [3:3]
|
||||
isSwitchActivated = bits, U32, 988, [4:4]
|
||||
isClutchActivated = bits, U32, 988, [5:5]
|
||||
isValidInputPin = bits, U32, 988, [6:6]
|
||||
activateSwitchCondition = bits, U32, 988, [7:7]
|
||||
rpmCondition = bits, U32, 988, [8:8]
|
||||
speedCondition = bits, U32, 988, [9:9]
|
||||
tpsCondition = bits, U32, 988, [10:10]
|
||||
; total TS size = 992
|
||||
isAntilagCondition = bits, U32, 992, [0:0]
|
||||
ALSMinRPMCondition = bits, U32, 992, [1:1]
|
||||
|
@ -5298,6 +5299,7 @@ entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
|||
entry = retardThresholdRpm, "retardThresholdRpm", int, "%d"
|
||||
entry = combinedConditions, "combinedConditions", int, "%d"
|
||||
entry = launchActivatePinState, "launchActivatePinState", int, "%d"
|
||||
entry = isLaunchPreCondition, "isLaunchPreCondition", int, "%d"
|
||||
entry = isLaunchCondition, "isLaunchCondition", int, "%d"
|
||||
entry = isSwitchActivated, "isSwitchActivated", int, "%d"
|
||||
entry = isClutchActivated, "isClutchActivated", int, "%d"
|
||||
|
@ -6240,6 +6242,7 @@ dialog = injector_modelDialog, "injector_model"
|
|||
indicatorPanel = launch_control_stateIndicatorPanel, 2
|
||||
indicator = {combinedConditions}, "combinedConditions No", "combinedConditions Yes"
|
||||
indicator = {launchActivatePinState}, "launchActivatePinState No", "launchActivatePinState Yes"
|
||||
indicator = {isLaunchPreCondition}, "isLaunchPreCondition No", "isLaunchPreCondition Yes"
|
||||
indicator = {isLaunchCondition}, "isLaunchCondition No", "isLaunchCondition Yes"
|
||||
indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes"
|
||||
indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes"
|
||||
|
@ -8898,8 +8901,6 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "Launch RPM", launchRpm, {launchControlEnabled == 1}
|
||||
field = "Ignition Retard Adder", launchTimingRpmRange, {launchControlEnabled == 1 && enableLaunchRetard == 1}
|
||||
field = "Hard Cut RPM Adder", hardCutRpmRange, {launchControlEnabled == 1}
|
||||
;field = "Extra Fuel", launchFuelAdded, {launchControlEnabled == 1}
|
||||
;field = "Boost Solenoid Duty", launchBoostDuty, {launchControlEnabled == 1}
|
||||
field = "TPS Threshold", launchTpsThreshold, {launchControlEnabled == 1}
|
||||
field = "Ignition Retard enable", enableLaunchRetard, {launchControlEnabled == 1}
|
||||
field = "Ignition Retard", launchTimingRetard, {launchControlEnabled == 1 && enableLaunchRetard == 1}
|
||||
|
@ -9018,7 +9019,6 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "#System hacks"
|
||||
field = "vvtBooleanForVerySpecialCases", vvtBooleanForVerySpecialCases
|
||||
field = watchOutForLinearTime, watchOutForLinearTime
|
||||
field = "Global fuel correction", globalFuelCorrection
|
||||
field = "TS over CAN debug", verboseIsoTp
|
||||
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
|
||||
field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning
|
||||
|
|
Loading…
Reference in New Issue