Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-07-26 16:43:48 +00:00
parent ab5bdc4337
commit 460b048c46
3 changed files with 12 additions and 9 deletions

View File

@ -1291,7 +1291,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2873117446
#define SIGNATURE_HASH 389880149
#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"
@ -1712,7 +1712,7 @@
#define ts_show_vvt_output_pin true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2024.07.25.XYZ.2873117446"
#define TS_SIGNATURE "rusEFI main.2024.07.26.XYZ.389880149"
#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 2873117446
#define TS_SIGNATURE "rusEFI main.2024.07.25.XYZ.2873117446"
#define SIGNATURE_HASH 389880149
#define TS_SIGNATURE "rusEFI main.2024.07.26.XYZ.389880149"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.07.25.XYZ.2873117446"
signature = "rusEFI main.2024.07.26.XYZ.389880149"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.07.25.XYZ.2873117446" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.07.26.XYZ.389880149" ; 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
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 16:41:05 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Jul 26 16:41:32 UTC 2024
pageSize = 22800
page = 1
@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1]
lua_acRequestState = bits, U32, 1128, [2:2]
lua_luaDisableEtb = bits, U32, 1128, [3:3]
lua_luaIgnCut = bits, U32, 1128, [4:4]
lua_clutchDownState = bits, U32, 1128, [5:5]
lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6]
lua_luaFuelCut = bits, U32, 1128, [5:5]
lua_clutchDownState = bits, U32, 1128, [6:6]
lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7]
sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0
sd_tChargeK = scalar, F32, 1136, "", 1, 0
crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0
@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d"
entry = lua_clutchDownState, "lua_clutchDownState", int, "%d"
entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d"
entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f"
@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes"
indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"