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 Oct 24, 2024
1 parent 4777fd8 commit bc83f20
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3991,6 +3991,7 @@ struct engine_configuration_s {
*/
TransmissionControllerMode transmissionControllerMode;
/**
* During revolution where ACR should be disabled at what specific angle to disengage
* units: deg
* offset 3170
*/
Expand Down
5 changes: 3 additions & 2 deletions generated/controllers/generated/rusefi_generated_mega100.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
#define SentEtbType_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1796379186
#define SIGNATURE_HASH 298611517
#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 @@ -1596,6 +1596,7 @@
#define TS_RESPONSE_UNRECOGNIZED_COMMAND 0x83
#define TS_SET_LOGGER_SWITCH 'l'
#define TS_SET_LOGGER_SWITCH_char l
#define ts_show_acr_pins true
#define ts_show_air_conditioning true
#define ts_show_alternator true
#define ts_show_analog_divider true
Expand Down Expand Up @@ -1752,7 +1753,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.10.23.mega100.1796379186"
#define TS_SIGNATURE "rusEFI main.2024.10.24.mega100.298611517"
#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_mega100.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 1796379186
#define TS_SIGNATURE "rusEFI main.2024.10.23.mega100.1796379186"
#define SIGNATURE_HASH 298611517
#define TS_SIGNATURE "rusEFI main.2024.10.24.mega100.298611517"
11 changes: 6 additions & 5 deletions generated/tunerstudio/generated/rusefi_mega100.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.10.23.mega100.1796379186"
signature = "rusEFI main.2024.10.24.mega100.298611517"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.10.23.mega100.1796379186" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.10.24.mega100.298611517" ; 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 @@ -2356,6 +2356,7 @@ minimumOilPressureValues = array, U08, 22960, [8], "kPa", 10.0, 0, 0, 1000, 0
gearRatio9 = "gearRatio 9"
gearRatio10 = "gearRatio 10"
vvtActivationDelayMs = "We need to give engine time to build oil pressure without diverting it to VVT"
acrDisablePhase = "During revolution where ACR should be disabled at what specific angle to disengage"
etbMinimumPosition = "Set a minimum allowed target position to avoid slamming/driving against the hard mechanical stop in the throttle."
luaDigitalInputPins1 = "luaDigitalInputPins 1"
luaDigitalInputPins2 = "luaDigitalInputPins 2"
Expand Down Expand Up @@ -9761,9 +9762,9 @@ dialog = tcuControls, "Transmission Settings"

dialog = harleyAcr, "Harley Automatic Compression Release"
field = vinNumber, vinNumber
field = "Pin", acrPin
field = "Pin 2", acrPin2
field = "cutFuelInAcr", cutFuelInAcr
field = "Pin", acrPin@if_ts_show_acr_pins
field = "Pin 2", acrPin2@if_ts_show_acr_pins
field = "Cut Fuel during ACR", cutFuelInAcr
field = "#ACR is disabled after the specified number"
field = "#of revolutions, plus degrees of engine phase"
field = "Disable after revolutions", acrRevolutions
Expand Down
2 changes: 1 addition & 1 deletion generated/tunerstudio/generated/signature_mega100.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Generated by gen_signature.sh
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
! gen_signature.sh Using env variable branch [main]
#define TS_SIGNATURE "rusEFI main.2024.10.23.mega100.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI main.2024.10.24.mega100.@@SIGNATURE_HASH@@"

0 comments on commit bc83f20

Please sign in to comment.