Skip to content

Commit

Permalink
GHA Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 19, 2024
1 parent 7393b87 commit de665a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions generated/controllers/generated/rusefi_generated_XXX.h
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3199275614
#define SIGNATURE_HASH 2940102554
#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"
Expand Down Expand Up @@ -1473,10 +1473,10 @@
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI default.2024.01.18.XXX.3199275614"
#define TS_SIGNATURE "rusEFI default.2024.01.19.XXX.2940102554"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
Expand Down
4 changes: 2 additions & 2 deletions generated/controllers/generated/signature_XXX.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//

#define SIGNATURE_HASH 3199275614
#define TS_SIGNATURE "rusEFI default.2024.01.18.XXX.3199275614"
#define SIGNATURE_HASH 2940102554
#define TS_SIGNATURE "rusEFI default.2024.01.19.XXX.2940102554"
11 changes: 6 additions & 5 deletions generated/tunerstudio/generated/rusefi_XXX.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ enable2ndByteCanID = false

[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI default.2024.01.18.XXX.3199275614"
signature = "rusEFI default.2024.01.19.XXX.2940102554"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI default.2024.01.18.XXX.3199275614" ; signature is expected to be 7 or more characters.
signature= "rusEFI default.2024.01.19.XXX.2940102554" ; 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
Expand Down Expand Up @@ -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 Thu Jan 18 17:18:03 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 19 17:17:54 UTC 2024

pageSize = 22176
page = 1
Expand Down Expand Up @@ -5787,7 +5787,6 @@ menuDialog = main
subMenu = std_separator

# Misc sensors
subMenu = vrThreshold, "VR Sensor Threshold"
subMenu = speedSensor, "Vehicle speed sensor"
subMenu = oilPressureSensor, "Oil pressure"
subMenu = oilTempSensor, "Oil temp sensor"
Expand Down Expand Up @@ -5995,6 +5994,7 @@ cmd_openblt = "Z\x00\xbc\x00\x00"

; See 'executeTSCommand' in firmware source code

cmd_set_engine_type_HONDA_OBD1 = "Z\x00\x1e\x00\x42"

cmd_set_engine_type_microRusEFI_VW_B6 = "Z\x00\x1e\x00\x3e"
cmd_set_engine_type_microRusEFI_MRE_BODY_CONTROL = "Z\x00\x1e\x00\x17"
Expand Down Expand Up @@ -8739,6 +8739,8 @@ dialog = tcuControls, "Transmission Settings"
field = "!These buttons send a command to rusEFI controller to apply preset values"
field = "!Once you send the command, please reconnect to rusEFI controller in order to read fresh values"

commandButton = "Honda OBD1", cmd_set_engine_type_HONDA_OBD1

; commandButton = "Mitsubishi 3A92", cmd_set_engine_type_MITSUBISHI_3A92
; commandButton = "Mitsubishi 4G93", cmd_set_engine_type_MITSUBISHI_4G93

Expand Down Expand Up @@ -8953,7 +8955,6 @@ dialog = tcuControls, "Transmission Settings"
dialog = vrThreshold
topicHelp = "vrThresholdHelp"
panel = vrThreshold1
panel = vrThreshold2

dialog = gppwm1left, ""
field = "Output", gppwm1_pin
Expand Down

0 comments on commit de665a8

Please sign in to comment.