Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-07-25 21:14:25 +00:00
parent 39accefd25
commit 6587774943
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 560579054
#define SIGNATURE_HASH 2635371453
#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"
@ -1713,7 +1713,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 master.2024.07.24.paralela.560579054"
#define TS_SIGNATURE "rusEFI master.2024.07.25.paralela.2635371453"
#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 560579054
#define TS_SIGNATURE "rusEFI master.2024.07.24.paralela.560579054"
#define SIGNATURE_HASH 2635371453
#define TS_SIGNATURE "rusEFI master.2024.07.25.paralela.2635371453"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.07.24.paralela.560579054"
signature = "rusEFI master.2024.07.25.paralela.2635371453"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.07.24.paralela.560579054" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.07.25.paralela.2635371453" ; 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","TPS (A0)","MAP (A1)","CLT (A2)","INVALID","INVALID","TPS (A5)","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","PPS1 (C4)","PPS2 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 21:12:26 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 21:12:09 UTC 2024
pageSize = 24900
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"
@ -6670,6 +6672,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"