GHA Automation
This commit is contained in:
parent
d76d7456b6
commit
0f62d37153
|
@ -221,6 +221,8 @@
|
|||
#define CMD_TRIGGERINFO "triggerinfo"
|
||||
#define CMD_VSS_PIN "vss_pin"
|
||||
#define CMD_WRITECONFIG "writeconfig"
|
||||
#define COIL_1_NAME "Spark #1"
|
||||
#define COIL_2_NAME "Spark #2"
|
||||
#define COMPOSITE_PACKET_SIZE 5
|
||||
#define CONSOLE_DATA_PROTOCOL_TAG " @"
|
||||
#define CRANKING_ADVANCE_CURVE_SIZE 4
|
||||
|
@ -995,6 +997,8 @@
|
|||
#define InjectionTimingMode_Center 2
|
||||
#define InjectionTimingMode_End 0
|
||||
#define InjectionTimingMode_Start 1
|
||||
#define INJECTOR_1_NAME "Injector #1"
|
||||
#define INJECTOR_2_NAME "Injector #2"
|
||||
#define injector_compensation_mode_e_auto_enum 0="ICM_None",1="ICM_FixedRailPressure",2="ICM_SensedRailPressure"
|
||||
#define injector_compensation_mode_e_ICM_FixedRailPressure 1
|
||||
#define injector_compensation_mode_e_ICM_None 0
|
||||
|
@ -1158,7 +1162,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3006332011
|
||||
#define SIGNATURE_HASH 2354599487
|
||||
#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"
|
||||
|
@ -1449,6 +1453,17 @@
|
|||
#define ts_show_can2 true
|
||||
#define ts_show_can_pins true
|
||||
#define ts_show_clt_iat_pullup true
|
||||
#define ts_show_cylinder_10 true
|
||||
#define ts_show_cylinder_11 true
|
||||
#define ts_show_cylinder_12 true
|
||||
#define ts_show_cylinder_2 true
|
||||
#define ts_show_cylinder_3 true
|
||||
#define ts_show_cylinder_4 true
|
||||
#define ts_show_cylinder_5 true
|
||||
#define ts_show_cylinder_6 true
|
||||
#define ts_show_cylinder_7 true
|
||||
#define ts_show_cylinder_8 true
|
||||
#define ts_show_cylinder_9 true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
#define ts_show_etb_pins false
|
||||
|
@ -1485,7 +1500,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.03.01.XXX.3006332011"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.03.02.XXX.2354599487"
|
||||
#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 3006332011
|
||||
#define TS_SIGNATURE "rusEFI default.2024.03.01.XXX.3006332011"
|
||||
#define SIGNATURE_HASH 2354599487
|
||||
#define TS_SIGNATURE "rusEFI default.2024.03.02.XXX.2354599487"
|
||||
|
|
|
@ -37,12 +37,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.03.01.XXX.3006332011"
|
||||
signature = "rusEFI default.2024.03.02.XXX.2354599487"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.03.01.XXX.3006332011" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.03.02.XXX.2354599487" ; 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 Fri Mar 01 17:18:45 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Mar 02 17:16:23 UTC 2024
|
||||
|
||||
pageSize = 22236
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue