Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-11-04 21:13:43 +00:00
parent 4b56f00ad1
commit 76def1bd8f
4 changed files with 14 additions and 9 deletions

View File

@ -122,7 +122,7 @@
#define BENCH_STARTER_DURATION 4000
#define BENCH_VVT_DURATION 300
#define blend_table_s_size 188
#define BLOCKING_FACTOR 750
#define BLOCKING_FACTOR 1024
#define BOARD_CONFIG_FROM_FILE
#define BOARD_CONSTANTS_EXTENSIONS_FROM_FILE
#define BOARD_CURVES_FROM_FILE
@ -1297,7 +1297,7 @@
#define SentEtbType_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1780898147
#define SIGNATURE_HASH 3315516159
#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"
@ -1574,6 +1574,8 @@
#define TS_IO_TEST_COMMAND_char Z
#define TS_ONLINE_PROTOCOL 'z'
#define TS_ONLINE_PROTOCOL_char z
#define TS_OUTPUT_ALL_COMMAND 'A'
#define TS_OUTPUT_ALL_COMMAND_char A
#define TS_OUTPUT_COMMAND 'O'
#define TS_OUTPUT_COMMAND_char O
#define TS_PAGE_COMMAND 'P'
@ -1759,7 +1761,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 master.2024.11.03.paralela.1780898147"
#define TS_SIGNATURE "rusEFI master.2024.11.04.paralela.3315516159"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1780898147
#define TS_SIGNATURE "rusEFI master.2024.11.03.paralela.1780898147"
#define SIGNATURE_HASH 3315516159
#define TS_SIGNATURE "rusEFI master.2024.11.04.paralela.3315516159"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.11.03.paralela.1780898147"
signature = "rusEFI master.2024.11.04.paralela.3315516159"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.11.03.paralela.1780898147" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.11.04.paralela.3315516159" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; delayAfterPortOpen = 500
blockingFactor = 750 ; max chunk size
blockingFactor = 1024 ; max chunk size
;end communication settings
; name = bits, type, offset, bits
@ -2570,6 +2570,9 @@ minimumOilPressureValues = array, U08, 25060, [8], "kPa", 10.0, 0, 0, 1000, 0
;
; in order to add new TunerStudio data point you need to change one of *.txt files mentioned in LiveData.yaml
;
[BurstMode]
getCommand = "A"
[OutputChannels]
ochGetCommand = "O%2o%2c"

View File

@ -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 [master]
#define TS_SIGNATURE "rusEFI master.2024.11.03.paralela.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI master.2024.11.04.paralela.@@SIGNATURE_HASH@@"