Skip to content

Commit

Permalink
Custom Auto-generated Configs
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
actions-user committed Sep 5, 2024
1 parent bb5112b commit 01a15aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions generated/controllers/generated/rusefi_generated_XYZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4217665944
#define SIGNATURE_HASH 3644004984
#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 @@ -1742,7 +1742,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2024.09.04.XYZ.4217665944"
#define TS_SIGNATURE "rusEFI main.2024.09.05.XYZ.3644004984"
#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_XYZ.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 4217665944
#define TS_SIGNATURE "rusEFI main.2024.09.04.XYZ.4217665944"
#define SIGNATURE_HASH 3644004984
#define TS_SIGNATURE "rusEFI main.2024.09.05.XYZ.3644004984"
18 changes: 9 additions & 9 deletions generated/tunerstudio/generated/rusefi_XYZ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ enable2ndByteCanID = false

[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.09.04.XYZ.4217665944"
signature = "rusEFI main.2024.09.05.XYZ.3644004984"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.09.04.XYZ.4217665944" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.09.05.XYZ.3644004984" ; 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 @@ -6059,13 +6059,13 @@ menuDialog = main
groupChildMenu = ignAdder4Table, "Ignition blend table 4", 0, { isIgnitionEnabled && ignBlends4_blendParameter != 0 }
groupMenu = "Cylinder ign trims"
groupChildMenu = ignTrimTbl1, "Ignition trim cyl 1"
groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2"0, { isInjectionEnabled && cylindersCount >= 2 }
groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3"0, { isInjectionEnabled && cylindersCount >= 3 }
groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4"0, { isInjectionEnabled && cylindersCount >= 4 }
groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5"0, { isInjectionEnabled && cylindersCount >= 5 }
groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6"0, { isInjectionEnabled && cylindersCount >= 6 }
groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7"0, { isInjectionEnabled && cylindersCount >= 7 }
groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8"0, { isInjectionEnabled && cylindersCount >= 8 }
groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2", 0, { isInjectionEnabled && cylindersCount >= 2 }
groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3", 0, { isInjectionEnabled && cylindersCount >= 3 }
groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4", 0, { isInjectionEnabled && cylindersCount >= 4 }
groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5", 0, { isInjectionEnabled && cylindersCount >= 5 }
groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6", 0, { isInjectionEnabled && cylindersCount >= 6 }
groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7", 0, { isInjectionEnabled && cylindersCount >= 7 }
groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8", 0, { isInjectionEnabled && cylindersCount >= 8 }
groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9", 0, { isInjectionEnabled && cylindersCount >= 9 }
groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10", 0, { isInjectionEnabled && cylindersCount >= 10 }
groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11", 0, { isInjectionEnabled && cylindersCount >= 11 }
Expand Down

0 comments on commit 01a15aa

Please sign in to comment.