Skip to content

Commit

Permalink
GHA Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 20, 2024
1 parent 78e7675 commit 8ab9406
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 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 2417247565
#define SIGNATURE_HASH 2904562235
#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 @@ -1482,7 +1482,8 @@
#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.02.19.XXX.2417247565"
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI default.2024.02.20.XXX.2904562235"
#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-all.jar based on gen_config.sh by SignatureConsumer
//

#define SIGNATURE_HASH 2417247565
#define TS_SIGNATURE "rusEFI default.2024.02.19.XXX.2417247565"
#define SIGNATURE_HASH 2904562235
#define TS_SIGNATURE "rusEFI default.2024.02.20.XXX.2904562235"
6 changes: 3 additions & 3 deletions generated/tunerstudio/generated/rusefi_XXX.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ enable2ndByteCanID = false

[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI default.2024.02.19.XXX.2417247565"
signature = "rusEFI default.2024.02.20.XXX.2904562235"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI default.2024.02.19.XXX.2417247565" ; signature is expected to be 7 or more characters.
signature= "rusEFI default.2024.02.20.XXX.2904562235" ; 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 @@ -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 Mon Feb 19 17:16:53 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 20 17:17:12 UTC 2024

pageSize = 22236
page = 1
Expand Down

0 comments on commit 8ab9406

Please sign in to comment.