GHA Automation

This commit is contained in:
GitHub git update Action 2024-01-14 17:17:12 +00:00
parent 29d644ff3e
commit 6724eb8e9f
4 changed files with 22 additions and 12 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jan 08 17:17:12 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 14 17:17:05 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3867,7 +3867,11 @@ struct engine_configuration_s {
/**
* offset 2690
*/
int8_t unusedHere[2];
int8_t disableFan1AtSpeed;
/**
* offset 2691
*/
int8_t disableFan2AtSpeed;
/**
* offset 2692
*/
@ -5522,4 +5526,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22108);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jan 08 17:17:12 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 14 17:17:05 UTC 2024

View File

@ -1156,7 +1156,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2836847137
#define SIGNATURE_HASH 779331437
#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"
@ -1473,7 +1473,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI default.2024.01.13.XXX.2836847137"
#define TS_SIGNATURE "rusEFI default.2024.01.14.XXX.779331437"
#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.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2836847137
#define TS_SIGNATURE "rusEFI default.2024.01.13.XXX.2836847137"
#define SIGNATURE_HASH 779331437
#define TS_SIGNATURE "rusEFI default.2024.01.14.XXX.779331437"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI default.2024.01.13.XXX.2836847137"
signature = "rusEFI default.2024.01.14.XXX.779331437"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI default.2024.01.13.XXX.2836847137" ; signature is expected to be 7 or more characters.
signature= "rusEFI default.2024.01.14.XXX.779331437" ; 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
@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Sat Jan 13 17:17:37 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 14 17:17:05 UTC 2024
pageSize = 22108
page = 1
@ -1016,7 +1016,8 @@ triggerCompHystMax = scalar, U08, 2670, "V", 0.02, 0, 0, 5.1, 2
triggerCompSensorSatRpm = scalar, U08, 2671, "RPM", 50.0, 0, 0, 12000, 0
tractionControlSlipBins = array, U16, 2672, [6], "ratio", 0.01, 0, 0, 999, 2
tractionControlSpeedBins = array, U08, 2684, [6], "RPM", 1, 0, 0, 250, 0
unusedHere = array, S08, 2690, [2], "", 1, 0, 0, 100, 0
disableFan1AtSpeed = scalar, S08, 2690, "", 1, 0, 0, 100, 0
disableFan2AtSpeed = scalar, S08, 2691, "", 1, 0, 0, 100, 0
canVssNbcType = bits, U08, 2692, [0:2], "BMW_e46", "W202", "BMW E8x/E9x MK60e5", "Nissan 350", "Hyundai PB", "Honda Civic9"
gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list
gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0
@ -7771,6 +7772,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "Off temperature", fanOffTemperature
field = "Enable with AC", enableFan1WithAc
field = "Disable when engine stopped", disableFan1WhenStopped
field = "Disable above vehicle speed", disableFan1AtSpeed
field = "Idle adder", fan1ExtraIdle
dialog = fan2Settings, "Fan 2"
@ -7780,6 +7782,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "Off temperature", fan2OffTemperature
field = "Enable with AC", enableFan2WithAc
field = "Disable when engine stopped", disableFan2WhenStopped
field = "Disable above vehicle speed", disableFan2AtSpeed
field = "Idle adder", fan2ExtraIdle
dialog = fanTest, "", xAxis
@ -8840,6 +8843,9 @@ dialog = tcuControls, "Transmission Settings"
field = "GD3 output disable IGN mode", mc33810Gpgd3Mode
commandButton = "Reinitialize", cmd_mc33810_init
indicatorPanel = acrActiveDiagPanel, 1, { 1 }
indicator = { acrActive }, "ACR off", "ACR on", white, black, green, black
dialog = harleyAcr, "Harley Automatic Compression Release"
field = "Pin", acrPin
field = "Pin 2", acrPin2
@ -8851,7 +8857,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Disable after engine phase", acrDisablePhase
commandButton = "ACR #1", cmd_test_acr_valve
commandButton = "ACR #2", cmd_test_acr2_valve
indicator = { acrActive }, "ACR off", "ACR on", white, black, green, black
panel = acrActiveDiagPanel
dialog = kLineDialog, "K Line"
field = kLineBaudRate, kLineBaudRate