Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-12-04 22:57:46 +00:00
parent 0bbaaa1992
commit c0ee7e2c84
157 changed files with 4099 additions and 3914 deletions

View File

@ -527,13 +527,6 @@ entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"
entry = isRpmConditionSatisfied, "isRpmConditionSatisfied", int, "%d"
entry = isAppConditionSatisfied, "isAppConditionSatisfied", int, "%d"
entry = isFlatShiftConditionSatisfied, "isFlatShiftConditionSatisfied", int, "%d"
entry = isArmed, "isArmed", int, "%d"
entry = isTpsConditionSatisfied, "isTpsConditionSatisfied", int, "%d"
entry = isCltConditionSatisfied, "isCltConditionSatisfied", int, "%d"
entry = isMapConditionSatisfied, "isMapConditionSatisfied", int, "%d"
entry = isAfrConditionSatisfied, "isAfrConditionSatisfied", int, "%d"
entry = isNitrousRpmConditionSatisfied, "isNitrousRpmConditionSatisfied", int, "%d"
entry = isNitrousConditionSatisfied, "isNitrousConditionSatisfied", int, "%d"
entry = isAntilagCondition, "isAntilagCondition", int, "%d"
entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
@ -576,6 +569,13 @@ entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = acCompressorState, "AC compressor on", int, "%d"
entry = acPressureTooLow, "AC pressure too low", int, "%d"
entry = acPressureTooHigh, "AC pressure too high", int, "%d"
entry = isArmed, "isArmed", int, "%d"
entry = isTpsConditionSatisfied, "isTpsConditionSatisfied", int, "%d"
entry = isCltConditionSatisfied, "isCltConditionSatisfied", int, "%d"
entry = isMapConditionSatisfied, "isMapConditionSatisfied", int, "%d"
entry = isAfrConditionSatisfied, "isAfrConditionSatisfied", int, "%d"
entry = isNitrousRpmConditionSatisfied, "isNitrousRpmConditionSatisfied", int, "%d"
entry = isNitrousConditionSatisfied, "isNitrousConditionSatisfied", int, "%d"
entry = cranking0, "cranking0", int, "%d"
entry = notRunning0, "notRunning0", int, "%d"
entry = disabledWhileEngineStopped0, "disabledWhileEngineStopped0", int, "%d"

View File

@ -175,18 +175,6 @@ indicatorPanel = shift_torque_reduction_stateIndicatorPanel, 2
dialog = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
panel = shift_torque_reduction_stateIndicatorPanel
indicatorPanel = nitrous_control_stateIndicatorPanel, 2
indicator = {isArmed}, "isArmed No", "isArmed Yes"
indicator = {isTpsConditionSatisfied}, "isTpsConditionSatisfied No", "isTpsConditionSatisfied Yes"
indicator = {isCltConditionSatisfied}, "isCltConditionSatisfied No", "isCltConditionSatisfied Yes"
indicator = {isMapConditionSatisfied}, "isMapConditionSatisfied No", "isMapConditionSatisfied Yes"
indicator = {isAfrConditionSatisfied}, "isAfrConditionSatisfied No", "isAfrConditionSatisfied Yes"
indicator = {isNitrousRpmConditionSatisfied}, "isNitrousRpmConditionSatisfied No", "isNitrousRpmConditionSatisfied Yes"
indicator = {isNitrousConditionSatisfied}, "isNitrousConditionSatisfied No", "isNitrousConditionSatisfied Yes"
dialog = nitrous_control_stateDialog, "nitrous_control_state"
panel = nitrous_control_stateIndicatorPanel
indicatorPanel = antilag_system_stateIndicatorPanel, 2
indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes"
indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes"
@ -248,6 +236,18 @@ dialog = ac_controlDialog, "ac_control"
liveGraph = ac_control_1_Graph, "Graph", South
graphLine = acButtonState
indicatorPanel = nitrous_control_stateIndicatorPanel, 2
indicator = {isArmed}, "isArmed No", "isArmed Yes"
indicator = {isTpsConditionSatisfied}, "isTpsConditionSatisfied No", "isTpsConditionSatisfied Yes"
indicator = {isCltConditionSatisfied}, "isCltConditionSatisfied No", "isCltConditionSatisfied Yes"
indicator = {isMapConditionSatisfied}, "isMapConditionSatisfied No", "isMapConditionSatisfied Yes"
indicator = {isAfrConditionSatisfied}, "isAfrConditionSatisfied No", "isAfrConditionSatisfied Yes"
indicator = {isNitrousRpmConditionSatisfied}, "isNitrousRpmConditionSatisfied No", "isNitrousRpmConditionSatisfied Yes"
indicator = {isNitrousConditionSatisfied}, "isNitrousConditionSatisfied No", "isNitrousConditionSatisfied Yes"
dialog = nitrous_control_stateDialog, "nitrous_control_state"
panel = nitrous_control_stateIndicatorPanel
indicatorPanel = fan_control0IndicatorPanel, 2
indicator = {cranking0}, "cranking No", "cranking Yes"
indicator = {notRunning0}, "notRunning No", "notRunning Yes"

View File

@ -7,10 +7,10 @@
subMenu = injector_modelDialog, "injector_model"
subMenu = launch_control_stateDialog, "launch_control_state"
subMenu = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
subMenu = nitrous_control_stateDialog, "nitrous_control_state"
subMenu = antilag_system_stateDialog, "antilag_system_state"
subMenu = boost_controlDialog, "boost_control"
subMenu = ac_controlDialog, "ac_control"
subMenu = nitrous_control_stateDialog, "nitrous_control_state"
subMenu = fan_control0Dialog, "fan_control0"
subMenu = fan_control1Dialog, "fan_control1"
subMenu = fuel_pump_controlDialog, "fuel_pump_control"

View File

@ -9,10 +9,10 @@ decl_frag<high_pressure_fuel_pump_s>{},
decl_frag<injector_model_s>{},
decl_frag<launch_control_state_s>{},
decl_frag<shift_torque_reduction_state_s>{},
decl_frag<nitrous_control_state_s>{},
decl_frag<antilag_system_state_s>{},
decl_frag<boost_control_s>{},
decl_frag<ac_control_s>{},
decl_frag<nitrous_control_state_s>{},
decl_frag<fan_control_s, 0>{}, // fan1
decl_frag<fan_control_s, 1>{}, // fan2
decl_frag<fuel_pump_control_s>{},

View File

@ -13,10 +13,10 @@ LDS_high_pressure_fuel_pump,
LDS_injector_model,
LDS_launch_control_state,
LDS_shift_torque_reduction_state,
LDS_nitrous_control_state,
LDS_antilag_system_state,
LDS_boost_control,
LDS_ac_control,
LDS_nitrous_control_state,
LDS_fan_control0,
LDS_fan_control1,
LDS_fuel_pump_control,
@ -51,10 +51,10 @@ LDS_lambda_monitor,
#define INJECTOR_MODEL_BASE_ADDRESS 1108
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1120
#define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1128
#define NITROUS_CONTROL_STATE_BASE_ADDRESS 1132
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1136
#define BOOST_CONTROL_BASE_ADDRESS 1148
#define AC_CONTROL_BASE_ADDRESS 1172
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1132
#define BOOST_CONTROL_BASE_ADDRESS 1144
#define AC_CONTROL_BASE_ADDRESS 1168
#define NITROUS_CONTROL_STATE_BASE_ADDRESS 1176
#define FAN_CONTROL_BASE_ADDRESS 1180
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1196
#define MAIN_RELAY_BASE_ADDRESS 1200

View File

@ -591,58 +591,58 @@ isRpmConditionSatisfied = bits, U32, 1128, [3:3]
isAppConditionSatisfied = bits, U32, 1128, [4:4]
isFlatShiftConditionSatisfied = bits, U32, 1128, [5:5]
; total TS size = 1132
isArmed = bits, U32, 1132, [0:0]
isTpsConditionSatisfied = bits, U32, 1132, [1:1]
isCltConditionSatisfied = bits, U32, 1132, [2:2]
isMapConditionSatisfied = bits, U32, 1132, [3:3]
isAfrConditionSatisfied = bits, U32, 1132, [4:4]
isNitrousRpmConditionSatisfied = bits, U32, 1132, [5:5]
isNitrousConditionSatisfied = bits, U32, 1132, [6:6]
; total TS size = 1136
isAntilagCondition = bits, U32, 1136, [0:0]
ALSMinRPMCondition = bits, U32, 1136, [1:1]
ALSMaxRPMCondition = bits, U32, 1136, [2:2]
ALSMinCLTCondition = bits, U32, 1136, [3:3]
ALSMaxCLTCondition = bits, U32, 1136, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1136, [5:5]
isALSSwitchActivated = bits, U32, 1136, [6:6]
ALSActivatePinState = bits, U32, 1136, [7:7]
ALSSwitchCondition = bits, U32, 1136, [8:8]
ALSTimerCondition = bits, U32, 1136, [9:9]
fuelALSCorrection = scalar, F32, 1140, "", 1, 0
timingALSCorrection = scalar, S16, 1144, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1146, "deg", 0.01, 0
; total TS size = 1148
isTpsInvalid = bits, U32, 1148, [0:0]
m_shouldResetPid = bits, U32, 1148, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1148, [2:2]
isNotClosedLoop = bits, U32, 1148, [3:3]
isZeroRpm = bits, U32, 1148, [4:4]
hasInitBoost = bits, U32, 1148, [5:5]
rpmTooLow = bits, U32, 1148, [6:6]
tpsTooLow = bits, U32, 1148, [7:7]
mapTooLow = bits, U32, 1148, [8:8]
isPlantValid = bits, U32, 1148, [9:9]
isBoostControlled = bits, U32, 1148, [10:10]
luaTargetAdd = scalar, S16, 1152, "v", 0.5,0
boostOutput = scalar, S16, 1154, "percent", 0.01,0
luaTargetMult = scalar, F32, 1156, "v", 1,0
openLoopPart = scalar, F32, 1160, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1164, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1168, "%", 0.5,0
boostControlTarget = scalar, S16, 1170, "kPa", 0.03333333333333333,0
; total TS size = 1172
acButtonState = scalar, S08, 1172, "", 1, 0
m_acEnabled = bits, U32, 1176, [0:0]
engineTooSlow = bits, U32, 1176, [1:1]
engineTooFast = bits, U32, 1176, [2:2]
noClt = bits, U32, 1176, [3:3]
engineTooHot = bits, U32, 1176, [4:4]
tpsTooHigh = bits, U32, 1176, [5:5]
isDisabledByLua = bits, U32, 1176, [6:6]
acCompressorState = bits, U32, 1176, [7:7]
acPressureTooLow = bits, U32, 1176, [8:8]
acPressureTooHigh = bits, U32, 1176, [9:9]
isAntilagCondition = bits, U32, 1132, [0:0]
ALSMinRPMCondition = bits, U32, 1132, [1:1]
ALSMaxRPMCondition = bits, U32, 1132, [2:2]
ALSMinCLTCondition = bits, U32, 1132, [3:3]
ALSMaxCLTCondition = bits, U32, 1132, [4:4]
ALSMaxThrottleIntentCondition = bits, U32, 1132, [5:5]
isALSSwitchActivated = bits, U32, 1132, [6:6]
ALSActivatePinState = bits, U32, 1132, [7:7]
ALSSwitchCondition = bits, U32, 1132, [8:8]
ALSTimerCondition = bits, U32, 1132, [9:9]
fuelALSCorrection = scalar, F32, 1136, "", 1, 0
timingALSCorrection = scalar, S16, 1140, "deg", 0.01, 0
timingALSSkip = scalar, S16, 1142, "deg", 0.01, 0
; total TS size = 1144
isTpsInvalid = bits, U32, 1144, [0:0]
m_shouldResetPid = bits, U32, 1144, [1:1]
isBelowClosedLoopThreshold = bits, U32, 1144, [2:2]
isNotClosedLoop = bits, U32, 1144, [3:3]
isZeroRpm = bits, U32, 1144, [4:4]
hasInitBoost = bits, U32, 1144, [5:5]
rpmTooLow = bits, U32, 1144, [6:6]
tpsTooLow = bits, U32, 1144, [7:7]
mapTooLow = bits, U32, 1144, [8:8]
isPlantValid = bits, U32, 1144, [9:9]
isBoostControlled = bits, U32, 1144, [10:10]
luaTargetAdd = scalar, S16, 1148, "v", 0.5,0
boostOutput = scalar, S16, 1150, "percent", 0.01,0
luaTargetMult = scalar, F32, 1152, "v", 1,0
openLoopPart = scalar, F32, 1156, "v", 1,0
luaOpenLoopAdd = scalar, F32, 1160, "v", 1,0
boostControllerClosedLoopPart = scalar, S08, 1164, "%", 0.5,0
boostControlTarget = scalar, S16, 1166, "kPa", 0.03333333333333333,0
; total TS size = 1168
acButtonState = scalar, S08, 1168, "", 1, 0
m_acEnabled = bits, U32, 1172, [0:0]
engineTooSlow = bits, U32, 1172, [1:1]
engineTooFast = bits, U32, 1172, [2:2]
noClt = bits, U32, 1172, [3:3]
engineTooHot = bits, U32, 1172, [4:4]
tpsTooHigh = bits, U32, 1172, [5:5]
isDisabledByLua = bits, U32, 1172, [6:6]
acCompressorState = bits, U32, 1172, [7:7]
acPressureTooLow = bits, U32, 1172, [8:8]
acPressureTooHigh = bits, U32, 1172, [9:9]
; total TS size = 1176
isArmed = bits, U32, 1176, [0:0]
isTpsConditionSatisfied = bits, U32, 1176, [1:1]
isCltConditionSatisfied = bits, U32, 1176, [2:2]
isMapConditionSatisfied = bits, U32, 1176, [3:3]
isAfrConditionSatisfied = bits, U32, 1176, [4:4]
isNitrousRpmConditionSatisfied = bits, U32, 1176, [5:5]
isNitrousConditionSatisfied = bits, U32, 1176, [6:6]
; total TS size = 1180
cranking0 = bits, U32, 1180, [0:0]
notRunning0 = bits, U32, 1180, [1:1]

View File

@ -458,19 +458,19 @@ m_deadtime("Fuel: injector lag", SensorCategory.SENSOR_INPUTS, FieldType.INT, 11
pressureDelta("Fuel: Injector pressure delta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -1000.0, 1000.0, "kPa"),
pressureRatio("Fuel: Injector pressure ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, 0.0, 100.0, ""),
retardThresholdRpm("retardThresholdRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, -1.0, -1.0, ""),
fuelALSCorrection("fuelALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1140, 1.0, -1.0, -1.0, ""),
timingALSCorrection("timingALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1144, 0.01, -20.0, 20.0, "deg"),
timingALSSkip("timingALSSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1146, 0.01, 0.0, 50.0, "deg"),
luaTargetAdd("Boost: Lua target add", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1152, 0.5, -100.0, 100.0, "v"),
boostOutput("Boost: Output", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1154, 0.01, -100.0, 100.0, "percent"),
luaTargetMult("Boost: Lua target mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -100.0, 100.0, "v"),
openLoopPart("Boost: Open loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -100.0, 100.0, "v"),
luaOpenLoopAdd("Boost: Lua open loop add", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1164, 1.0, -100.0, 100.0, "v"),
boostControllerClosedLoopPart("Boost: Closed loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1168, 0.5, -50.0, 50.0, "%"),
alignmentFill_at_21("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1169, 1.0, -20.0, 100.0, "units"),
boostControlTarget("Boost: Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1170, 0.03333333333333333, 0.0, 300.0, "kPa"),
acButtonState("AC switch", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1172, 1.0, -1.0, -1.0, ""),
alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1173, 1.0, -20.0, 100.0, "units"),
fuelALSCorrection("fuelALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1136, 1.0, -1.0, -1.0, ""),
timingALSCorrection("timingALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1140, 0.01, -20.0, 20.0, "deg"),
timingALSSkip("timingALSSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1142, 0.01, 0.0, 50.0, "deg"),
luaTargetAdd("Boost: Lua target add", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1148, 0.5, -100.0, 100.0, "v"),
boostOutput("Boost: Output", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1150, 0.01, -100.0, 100.0, "percent"),
luaTargetMult("Boost: Lua target mult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -100.0, 100.0, "v"),
openLoopPart("Boost: Open loop", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -100.0, 100.0, "v"),
luaOpenLoopAdd("Boost: Lua open loop add", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -100.0, 100.0, "v"),
boostControllerClosedLoopPart("Boost: Closed loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1164, 0.5, -50.0, 50.0, "%"),
alignmentFill_at_21("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1165, 1.0, -20.0, 100.0, "units"),
boostControlTarget("Boost: Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1166, 0.03333333333333333, 0.0, 300.0, "kPa"),
acButtonState("AC switch", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1168, 1.0, -1.0, -1.0, ""),
alignmentFill_at_1("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1169, 1.0, -20.0, 100.0, "units"),
radiatorFanStatus("radiatorFanStatus", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1184, 1.0, -1.0, -1.0, ""),
alignmentFill_at_5("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1185, 1.0, -20.0, 100.0, "units"),
radiatorFanStatus("radiatorFanStatus", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1184, 1.0, -1.0, -1.0, ""),

View File

@ -1328,7 +1328,7 @@
#define show_2chan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 398340735
#define SIGNATURE_HASH 3513729652
#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"
@ -1789,7 +1789,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.12.04.alphax-2chan.398340735"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-2chan.3513729652"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1329,7 +1329,7 @@
#define show_4chan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3347044506
#define SIGNATURE_HASH 28223633
#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"
@ -1790,7 +1790,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.12.04.alphax-4chan.3347044506"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4chan.28223633"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1329,7 +1329,7 @@
#define show_4chan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3347044506
#define SIGNATURE_HASH 28223633
#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"
@ -1790,7 +1790,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.12.04.alphax-4chan_f7.3347044506"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4chan_f7.28223633"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 113643549
#define SIGNATURE_HASH 3222757398
#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"
@ -1789,7 +1789,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.12.04.alphax-4k-gdi.113643549"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4k-gdi.3222757398"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define show_8chan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4206745501
#define SIGNATURE_HASH 1013753750
#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"
@ -1789,7 +1789,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.12.04.alphax-8chan-revA.4206745501"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan-revA.1013753750"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1326,7 +1326,7 @@
#define show_8chan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3640374486
#define SIGNATURE_HASH 506119389
#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"
@ -1787,7 +1787,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.12.04.alphax-8chan.3640374486"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan.506119389"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1326,7 +1326,7 @@
#define show_8chan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3640374486
#define SIGNATURE_HASH 506119389
#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"
@ -1787,7 +1787,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.12.04.alphax-8chan_f7.3640374486"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan_f7.506119389"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1327,7 +1327,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1674194862
#define SIGNATURE_HASH 2770034597
#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"
@ -1788,7 +1788,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.12.04.alphax-silver.1674194862"
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-silver.2770034597"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.at_start_f435.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.at_start_f435.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 443805766
#define SIGNATURE_HASH 3701637197
#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"
@ -1791,7 +1791,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.12.04.atlas.443805766"
#define TS_SIGNATURE "rusEFI master.2024.12.04.atlas.3701637197"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_tcu_gauges false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3201101237
#define SIGNATURE_HASH 2015206846
#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"
@ -1792,7 +1792,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.12.04.f407-discovery.3201101237"
#define TS_SIGNATURE "rusEFI master.2024.12.04.f407-discovery.2015206846"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.f429-discovery.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.f429-discovery.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1822630555
#define SIGNATURE_HASH 2859618960
#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"
@ -1791,7 +1791,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.12.04.f469-discovery.1822630555"
#define TS_SIGNATURE "rusEFI master.2024.12.04.f469-discovery.2859618960"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1332,7 +1332,7 @@
#define show_tcu_gauges false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 150425619
#define SIGNATURE_HASH 3458605080
#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"
@ -1793,7 +1793,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.12.04.frankenso_na6.150425619"
#define TS_SIGNATURE "rusEFI master.2024.12.04.frankenso_na6.3458605080"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.haba208.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.haba208.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_8chan_presets false
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3615276172
#define SIGNATURE_HASH 296602759
#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"
@ -1792,7 +1792,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.12.04.hellen-112-17.3615276172"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-112-17.296602759"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2450342832
#define SIGNATURE_HASH 1423717307
#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"
@ -1791,7 +1791,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.12.04.hellen-gm-e67.2450342832"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-gm-e67.1423717307"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 172840574
#define SIGNATURE_HASH 3432785525
#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"
@ -1791,7 +1791,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.12.04.hellen-honda-k.172840574"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-honda-k.3432785525"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_HellenNB1_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3721589015
#define SIGNATURE_HASH 453214492
#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"
@ -1792,7 +1792,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.12.04.hellen-nb1.3721589015"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-nb1.453214492"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_Hellen121nissan_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2398074504
#define SIGNATURE_HASH 1212073603
#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"
@ -1792,7 +1792,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.12.04.hellen121nissan.2398074504"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen121nissan.1212073603"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_Hellen121vag_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3599148239
#define SIGNATURE_HASH 274191556
#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"
@ -1792,7 +1792,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.12.04.hellen121vag.3599148239"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen121vag.274191556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_Hellen128merc_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3018198783
#define SIGNATURE_HASH 1966571252
#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"
@ -1792,7 +1792,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.12.04.hellen128.3018198783"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen128.1966571252"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3167347968
#define SIGNATURE_HASH 2048431371
#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"
@ -1789,7 +1789,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.12.04.hellen154hyundai.3167347968"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen154hyundai.2048431371"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 680684161
#define SIGNATURE_HASH 3997375114
#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"
@ -1789,7 +1789,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.12.04.hellen154hyundai_f7.680684161"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen154hyundai_f7.3997375114"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_HellenNB2_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2740767198
#define SIGNATURE_HASH 1703786965
#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"
@ -1792,7 +1792,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.12.04.hellen72.2740767198"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen72.1703786965"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1004844270
#define SIGNATURE_HASH 4248159461
#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"
@ -1791,7 +1791,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.12.04.hellen81.1004844270"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen81.4248159461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_Hellen88bmw_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 751280557
#define SIGNATURE_HASH 3927364006
#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"
@ -1792,7 +1792,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.12.04.hellen88bmw.751280557"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen88bmw.3927364006"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1331,7 +1331,7 @@
#define show_HellenNA6_presets true
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3402745832
#define SIGNATURE_HASH 201373667
#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"
@ -1792,7 +1792,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.12.04.hellenNA6.3402745832"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellenNA6.201373667"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1332,7 +1332,7 @@
#define show_HellenNB1_presets false
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 889947430
#define SIGNATURE_HASH 4091213101
#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"
@ -1793,7 +1793,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.12.04.hellenNA8_96.889947430"
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellenNA8_96.4091213101"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3939376343
#define SIGNATURE_HASH 740256988
#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"
@ -1792,7 +1792,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.12.04.m74_9.3939376343"
#define TS_SIGNATURE "rusEFI master.2024.12.04.m74_9.740256988"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1329,7 +1329,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 353035723
#define SIGNATURE_HASH 3554383296
#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"
@ -1790,7 +1790,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.12.04.mre-legacy_f4.353035723"
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre-legacy_f4.3554383296"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1329,7 +1329,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 353035723
#define SIGNATURE_HASH 3554383296
#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"
@ -1790,7 +1790,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.12.04.mre_f4.353035723"
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre_f4.3554383296"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1329,7 +1329,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 353035723
#define SIGNATURE_HASH 3554383296
#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"
@ -1790,7 +1790,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.12.04.mre_f7.353035723"
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre_f7.3554383296"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.nucleo_f413.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.nucleo_f413.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4250783946
#define SIGNATURE_HASH 999071937
#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"
@ -1789,7 +1789,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.12.04.proteus_f4.4250783946"
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_f4.999071937"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4250783946
#define SIGNATURE_HASH 999071937
#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"
@ -1789,7 +1789,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.12.04.proteus_f7.4250783946"
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_f7.999071937"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4250783946
#define SIGNATURE_HASH 999071937
#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"
@ -1789,7 +1789,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.12.04.proteus_h7.4250783946"
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_h7.999071937"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3791627466
#define SIGNATURE_HASH 657380545
#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"
@ -1792,7 +1792,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.12.04.s105.3791627466"
#define TS_SIGNATURE "rusEFI master.2024.12.04.s105.657380545"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 42928421
#define SIGNATURE_HASH 3294525742
#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"
@ -1790,7 +1790,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.12.04.small-can-board.42928421"
#define TS_SIGNATURE "rusEFI master.2024.12.04.small-can-board.3294525742"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.stm32f429_nucleo.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32f429_nucleo.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.stm32f767_nucleo.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32f767_nucleo.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.stm32h743_nucleo.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32h743_nucleo.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 22355030
#define SIGNATURE_HASH 3347344477
#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"
@ -1792,7 +1792,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.12.04.subaru_eg33_f7.22355030"
#define TS_SIGNATURE "rusEFI master.2024.12.04.subaru_eg33_f7.3347344477"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1584669704
#define SIGNATURE_HASH 2560971779
#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"
@ -1791,7 +1791,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.12.04.t-b-g.1584669704"
#define TS_SIGNATURE "rusEFI master.2024.12.04.t-b-g.2560971779"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1330,7 +1330,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1683593344
#define SIGNATURE_HASH 2726881419
#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"
@ -1791,7 +1791,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.12.04.tdg-pdm8.1683593344"
#define TS_SIGNATURE "rusEFI master.2024.12.04.tdg-pdm8.2726881419"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1324,7 +1324,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 105234187
#define SIGNATURE_HASH 3230977792
#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"
@ -1786,7 +1786,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.12.04.uaefi.105234187"
#define TS_SIGNATURE "rusEFI master.2024.12.04.uaefi.3230977792"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1328,7 +1328,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3097981600
#define SIGNATURE_HASH 2121663147
#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"
@ -1789,7 +1789,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.12.04.uaefi121.3097981600"
#define TS_SIGNATURE "rusEFI master.2024.12.04.uaefi121.2121663147"
#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 398340735
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-2chan.398340735"
#define SIGNATURE_HASH 3513729652
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-2chan.3513729652"

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 3347044506
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4chan.3347044506"
#define SIGNATURE_HASH 28223633
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4chan.28223633"

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 3347044506
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4chan_f7.3347044506"
#define SIGNATURE_HASH 28223633
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4chan_f7.28223633"

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 113643549
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4k-gdi.113643549"
#define SIGNATURE_HASH 3222757398
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-4k-gdi.3222757398"

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 4206745501
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan-revA.4206745501"
#define SIGNATURE_HASH 1013753750
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan-revA.1013753750"

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 3640374486
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan.3640374486"
#define SIGNATURE_HASH 506119389
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan.506119389"

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 3640374486
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan_f7.3640374486"
#define SIGNATURE_HASH 506119389
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-8chan_f7.506119389"

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 1674194862
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-silver.1674194862"
#define SIGNATURE_HASH 2770034597
#define TS_SIGNATURE "rusEFI master.2024.12.04.alphax-silver.2770034597"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.at_start_f435.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.at_start_f435.2560971779"

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 443805766
#define TS_SIGNATURE "rusEFI master.2024.12.04.atlas.443805766"
#define SIGNATURE_HASH 3701637197
#define TS_SIGNATURE "rusEFI master.2024.12.04.atlas.3701637197"

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 3201101237
#define TS_SIGNATURE "rusEFI master.2024.12.04.f407-discovery.3201101237"
#define SIGNATURE_HASH 2015206846
#define TS_SIGNATURE "rusEFI master.2024.12.04.f407-discovery.2015206846"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.f429-discovery.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.f429-discovery.2560971779"

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 1822630555
#define TS_SIGNATURE "rusEFI master.2024.12.04.f469-discovery.1822630555"
#define SIGNATURE_HASH 2859618960
#define TS_SIGNATURE "rusEFI master.2024.12.04.f469-discovery.2859618960"

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 150425619
#define TS_SIGNATURE "rusEFI master.2024.12.04.frankenso_na6.150425619"
#define SIGNATURE_HASH 3458605080
#define TS_SIGNATURE "rusEFI master.2024.12.04.frankenso_na6.3458605080"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.haba208.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.haba208.2560971779"

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 3615276172
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-112-17.3615276172"
#define SIGNATURE_HASH 296602759
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-112-17.296602759"

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 2450342832
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-gm-e67.2450342832"
#define SIGNATURE_HASH 1423717307
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-gm-e67.1423717307"

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 172840574
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-honda-k.172840574"
#define SIGNATURE_HASH 3432785525
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-honda-k.3432785525"

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 3721589015
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-nb1.3721589015"
#define SIGNATURE_HASH 453214492
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen-nb1.453214492"

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 2398074504
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen121nissan.2398074504"
#define SIGNATURE_HASH 1212073603
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen121nissan.1212073603"

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 3599148239
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen121vag.3599148239"
#define SIGNATURE_HASH 274191556
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen121vag.274191556"

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 3018198783
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen128.3018198783"
#define SIGNATURE_HASH 1966571252
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen128.1966571252"

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 3167347968
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen154hyundai.3167347968"
#define SIGNATURE_HASH 2048431371
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen154hyundai.2048431371"

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 680684161
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen154hyundai_f7.680684161"
#define SIGNATURE_HASH 3997375114
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen154hyundai_f7.3997375114"

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 2740767198
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen72.2740767198"
#define SIGNATURE_HASH 1703786965
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen72.1703786965"

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 1004844270
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen81.1004844270"
#define SIGNATURE_HASH 4248159461
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen81.4248159461"

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 751280557
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen88bmw.751280557"
#define SIGNATURE_HASH 3927364006
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellen88bmw.3927364006"

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 3402745832
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellenNA6.3402745832"
#define SIGNATURE_HASH 201373667
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellenNA6.201373667"

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 889947430
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellenNA8_96.889947430"
#define SIGNATURE_HASH 4091213101
#define TS_SIGNATURE "rusEFI master.2024.12.04.hellenNA8_96.4091213101"

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 3939376343
#define TS_SIGNATURE "rusEFI master.2024.12.04.m74_9.3939376343"
#define SIGNATURE_HASH 740256988
#define TS_SIGNATURE "rusEFI master.2024.12.04.m74_9.740256988"

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 353035723
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre-legacy_f4.353035723"
#define SIGNATURE_HASH 3554383296
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre-legacy_f4.3554383296"

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 353035723
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre_f4.353035723"
#define SIGNATURE_HASH 3554383296
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre_f4.3554383296"

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 353035723
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre_f7.353035723"
#define SIGNATURE_HASH 3554383296
#define TS_SIGNATURE "rusEFI master.2024.12.04.mre_f7.3554383296"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.nucleo_f413.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.nucleo_f413.2560971779"

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 4250783946
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_f4.4250783946"
#define SIGNATURE_HASH 999071937
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_f4.999071937"

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 4250783946
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_f7.4250783946"
#define SIGNATURE_HASH 999071937
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_f7.999071937"

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 4250783946
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_h7.4250783946"
#define SIGNATURE_HASH 999071937
#define TS_SIGNATURE "rusEFI master.2024.12.04.proteus_h7.999071937"

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 3791627466
#define TS_SIGNATURE "rusEFI master.2024.12.04.s105.3791627466"
#define SIGNATURE_HASH 657380545
#define TS_SIGNATURE "rusEFI master.2024.12.04.s105.657380545"

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 42928421
#define TS_SIGNATURE "rusEFI master.2024.12.04.small-can-board.42928421"
#define SIGNATURE_HASH 3294525742
#define TS_SIGNATURE "rusEFI master.2024.12.04.small-can-board.3294525742"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32f429_nucleo.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32f429_nucleo.2560971779"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32f767_nucleo.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32f767_nucleo.2560971779"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32h743_nucleo.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.stm32h743_nucleo.2560971779"

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 22355030
#define TS_SIGNATURE "rusEFI master.2024.12.04.subaru_eg33_f7.22355030"
#define SIGNATURE_HASH 3347344477
#define TS_SIGNATURE "rusEFI master.2024.12.04.subaru_eg33_f7.3347344477"

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 1584669704
#define TS_SIGNATURE "rusEFI master.2024.12.04.t-b-g.1584669704"
#define SIGNATURE_HASH 2560971779
#define TS_SIGNATURE "rusEFI master.2024.12.04.t-b-g.2560971779"

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 1683593344
#define TS_SIGNATURE "rusEFI master.2024.12.04.tdg-pdm8.1683593344"
#define SIGNATURE_HASH 2726881419
#define TS_SIGNATURE "rusEFI master.2024.12.04.tdg-pdm8.2726881419"

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 105234187
#define TS_SIGNATURE "rusEFI master.2024.12.04.uaefi.105234187"
#define SIGNATURE_HASH 3230977792
#define TS_SIGNATURE "rusEFI master.2024.12.04.uaefi.3230977792"

Some files were not shown because too many files have changed in this diff Show More