Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-07-07 03:21:01 +00:00
parent b213fe2231
commit 47a78eac3e
153 changed files with 790 additions and 364 deletions

View File

@ -46,6 +46,7 @@ entry = oilPressure, "Oil Pressure", float, "%.3f"
entry = vvtPositionB1I, "VVT: bank 1 intake", float, "%.3f"
entry = actualLastInjection, "Fuel: Last inj pulse width", float, "%.3f"
entry = injectorDutyCycle, "Fuel: injector duty cycle", float, "%.3f"
entry = tempLogging1, "tempLogging1", int, "%d"
entry = injectionOffset, "Fuel: Injection timing SOI", int, "%d"
entry = engineMakeCodeNameCrc16, "Engine CRC16", int, "%d"
entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
@ -80,6 +81,8 @@ entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tempLogging3, "tempLogging3", int, "%d"
entry = tempLogging4, "tempLogging4", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleStepperTargetPosition, "Idle: Stepper target position", int, "%d"
@ -396,6 +399,7 @@ entry = deviceUid, "deviceUid", int, "%d"
entry = unexpectedAdcSample, "unexpectedAdcSample", int, "%d"
entry = sadDwellRatioCounter, "sadDwellRatioCounter", int, "%d"
entry = injectionPrimingCounter, "injectionPrimingCounter", int, "%d"
entry = tempLogging2, "tempLogging2", int, "%d"
entry = acPressure, "A/C pressure", float, "%.3f"
entry = rawAuxAnalog1, "rawAuxAnalog1", float, "%.3f"
entry = rawAuxAnalog2, "rawAuxAnalog2", float, "%.3f"

View File

@ -47,6 +47,7 @@ oilPressure = scalar, U16, 38, "kPa", 0.03333333333333333, 0
vvtPositionB1I = scalar, S16, 40, "deg", 0.02, 0
actualLastInjection = scalar, U16, 42, "ms", 0.0033333333333333335, 0
injectorDutyCycle = scalar, U08, 44, "%", 0.5, 0
tempLogging1 = scalar, U08, 45, "", 1, 0
injectionOffset = scalar, S16, 46, "deg", 1, 0
engineMakeCodeNameCrc16 = scalar, U16, 48, "crc16", 1, 0
wallFuelAmount = scalar, U16, 50, "mg", 0.01, 0
@ -81,6 +82,8 @@ tcuDesiredGear = scalar, S08, 108, "gear", 1, 0
flexPercent = scalar, U08, 109, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 110, "%", 0.01, 0
highFuelPressure = scalar, S16, 112, "bar", 0.1, 0
tempLogging3 = scalar, U08, 114, "", 1, 0
tempLogging4 = scalar, U08, 115, "", 1, 0
calibrationValue = scalar, F32, 116, "", 1, 0
calibrationMode = scalar, U08, 120, "", 1, 0
idleStepperTargetPosition = scalar, U08, 121, "", 1, 0
@ -397,6 +400,7 @@ deviceUid = scalar, U08, 753, "", 1, 0
unexpectedAdcSample = scalar, U16, 754, "", 1, 0
sadDwellRatioCounter = scalar, U08, 756, "", 1, 0
injectionPrimingCounter = scalar, U08, 757, "", 1, 0
tempLogging2 = scalar, U08, 758, "", 1, 0
acPressure = scalar, F32, 760, "kPa", 1, 0
rawAuxAnalog1 = scalar, S16, 764, "V", 0.001, 0
rawAuxAnalog2 = scalar, S16, 766, "V", 0.001, 0

View File

@ -20,7 +20,7 @@ oilPressure("Oil Pressure", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 38, 0
vvtPositionB1I("VVT: bank 1 intake", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 40, 0.02, 0.0, 0.0, "deg"),
actualLastInjection("Fuel: Last inj pulse width"\nActual last injection time - including all compensation and injection mode, SensorCategory.SENSOR_INPUTS, FieldType.INT16, 42, 0.0033333333333333335, 0.0, 0.0, "ms"),
injectorDutyCycle("Fuel: injector duty cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 44, 0.5, 0.0, 0.0, "%"),
alignmentFill_at_45("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 45, 1.0, -20.0, 100.0, "units"),
tempLogging1("tempLogging1", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 45, 1.0, -1.0, -1.0, ""),
injectionOffset("Fuel: Injection timing SOI", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 46, 1.0, 0.0, 0.0, "deg"),
engineMakeCodeNameCrc16("Engine CRC16", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 48, 1.0, 0.0, 0.0, "crc16"),
wallFuelAmount("Fuel: wall amount", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 50, 0.01, 0.0, 0.0, "mg"),
@ -55,7 +55,8 @@ tcuDesiredGear("TCU: Desired Gear", SensorCategory.SENSOR_INPUTS, FieldType.INT8
flexPercent("Flex Ethanol %", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 109, 0.5, 0.0, 0.0, "%"),
wastegatePositionSensor("Wastegate position sensor", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 110, 0.01, 0.0, 0.0, "%"),
highFuelPressure("Fuel pressure (high)", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 112, 0.1, 0.0, 0.0, "bar"),
alignmentFill_at_114("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 114, 1.0, -20.0, 100.0, "units"),
tempLogging3("tempLogging3", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 114, 1.0, -1.0, -1.0, ""),
tempLogging4("tempLogging4", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 115, 1.0, -1.0, -1.0, ""),
calibrationValue("calibrationValue", SensorCategory.SENSOR_INPUTS, FieldType.INT, 116, 1.0, 0.0, 0.0, ""),
calibrationMode("calibrationMode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 120, 1.0, 0.0, 0.0, ""),
idleStepperTargetPosition("Idle: Stepper target position", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 121, 1.0, 0.0, 0.0, ""),
@ -303,7 +304,8 @@ deviceUid("deviceUid", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 753, 1.0, -
unexpectedAdcSample("unexpectedAdcSample", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 754, 1.0, -1.0, -1.0, ""),
sadDwellRatioCounter("sadDwellRatioCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 756, 1.0, -1.0, -1.0, ""),
injectionPrimingCounter("injectionPrimingCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 757, 1.0, -1.0, -1.0, ""),
alignmentFill_at_758("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 758, 1.0, -20.0, 100.0, "units"),
tempLogging2("tempLogging2", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 758, 1.0, -1.0, -1.0, ""),
alignmentFill_at_759("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 759, 1.0, -20.0, 100.0, "units"),
acPressure("A/C pressure", SensorCategory.SENSOR_INPUTS, FieldType.INT, 760, 1.0, 0.0, 0.0, "kPa"),
rawAuxAnalog1("rawAuxAnalog1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 764, 0.001, 0.0, 5.0, "V"),
rawAuxAnalog2("rawAuxAnalog2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 766, 0.001, 0.0, 5.0, "V"),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Tue Jun 25 02:20:41 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Jul 07 03:19:26 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -278,11 +278,9 @@ struct output_channels_s {
*/
scaled_channel<uint8_t, 2, 1> injectorDutyCycle = (uint8_t)0;
/**
* need 4 byte alignment
* units: units
* offset 45
*/
uint8_t alignmentFill_at_45[1];
uint8_t tempLogging1 = (uint8_t)0;
/**
* @@GAUGE_NAME_FUEL_INJECTION_TIMING@@
* units: deg
@ -476,11 +474,13 @@ struct output_channels_s {
*/
scaled_channel<int16_t, 10, 1> highFuelPressure = (int16_t)0;
/**
* need 4 byte alignment
* units: units
* offset 114
*/
uint8_t alignmentFill_at_114[2];
uint8_t tempLogging3 = (uint8_t)0;
/**
* offset 115
*/
uint8_t tempLogging4 = (uint8_t)0;
/**
* offset 116
*/
@ -1149,10 +1149,10 @@ struct output_channels_s {
bool vvtChannel4 : 1 {};
/**
offset 640 bit 30 */
bool unusedBit_234_30 : 1 {};
bool unusedBit_235_30 : 1 {};
/**
offset 640 bit 31 */
bool unusedBit_234_31 : 1 {};
bool unusedBit_235_31 : 1 {};
/**
* offset 644
*/
@ -1310,11 +1310,15 @@ struct output_channels_s {
*/
uint8_t injectionPrimingCounter = (uint8_t)0;
/**
* need 4 byte alignment
* units: units
* offset 758
*/
uint8_t alignmentFill_at_758[2];
uint8_t tempLogging2 = (uint8_t)0;
/**
* need 4 byte alignment
* units: units
* offset 759
*/
uint8_t alignmentFill_at_759[1];
/**
* @@GAUGE_NAME_AC_PRESSURE@@
* units: kPa
@ -1349,4 +1353,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 844);
// end
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Tue Jun 25 02:20:41 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Jul 07 03:19:26 UTC 2024

View File

@ -22,6 +22,7 @@ static const LogField fields[] = {
{engine->outputChannels.vvtPositionB1I, "VVT: bank 1 intake", "deg", 1},
{engine->outputChannels.actualLastInjection, "Fuel: Last inj pulse width", "ms", 3},
{engine->outputChannels.injectorDutyCycle, "Fuel: injector duty cycle", "%", 0},
{engine->outputChannels.tempLogging1, "tempLogging1", "", 0},
{engine->outputChannels.injectionOffset, "Fuel: Injection timing SOI", "deg", 0},
{engine->outputChannels.engineMakeCodeNameCrc16, "Engine CRC16", "crc16", 0},
{engine->outputChannels.wallFuelAmount, "Fuel: wall amount", "mg", 3},
@ -56,6 +57,8 @@ static const LogField fields[] = {
{engine->outputChannels.flexPercent, "Flex Ethanol %", "%", 1},
{engine->outputChannels.wastegatePositionSensor, "Wastegate position sensor", "%", 2},
{engine->outputChannels.highFuelPressure, "Fuel pressure (high)", "bar", 0},
{engine->outputChannels.tempLogging3, "tempLogging3", "", 0},
{engine->outputChannels.tempLogging4, "tempLogging4", "", 0},
{engine->outputChannels.calibrationValue, "calibrationValue", "", 0},
{engine->outputChannels.calibrationMode, "calibrationMode", "", 0},
{engine->outputChannels.idleStepperTargetPosition, "Idle: Stepper target position", "", 0},
@ -318,6 +321,7 @@ static const LogField fields[] = {
{engine->outputChannels.unexpectedAdcSample, "unexpectedAdcSample", "", 0},
{engine->outputChannels.sadDwellRatioCounter, "sadDwellRatioCounter", "", 0},
{engine->outputChannels.injectionPrimingCounter, "injectionPrimingCounter", "", 0},
{engine->outputChannels.tempLogging2, "tempLogging2", "", 0},
{engine->outputChannels.acPressure, "A/C pressure", "kPa", 0},
{engine->outputChannels.rawAuxAnalog1, "rawAuxAnalog1", "V", 3},
{engine->outputChannels.rawAuxAnalog2, "rawAuxAnalog2", "V", 3},

View File

@ -1287,7 +1287,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2971285312
#define SIGNATURE_HASH 2155643505
#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"
@ -1698,7 +1698,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-2chan.2971285312"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-2chan.2155643505"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1288,7 +1288,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 467379502
#define SIGNATURE_HASH 717033503
#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"
@ -1699,7 +1699,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan.467379502"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan.717033503"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1288,7 +1288,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 467379502
#define SIGNATURE_HASH 717033503
#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"
@ -1699,7 +1699,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan_f7.467379502"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan_f7.717033503"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1287,7 +1287,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1675074714
#define SIGNATURE_HASH 1387342251
#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"
@ -1698,7 +1698,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan-revA.1675074714"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan-revA.1387342251"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1287,7 +1287,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1650741315
#define SIGNATURE_HASH 1392698738
#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"
@ -1698,7 +1698,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan.1650741315"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan.1392698738"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1287,7 +1287,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1650741315
#define SIGNATURE_HASH 1392698738
#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"
@ -1698,7 +1698,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan_f7.1650741315"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan_f7.1392698738"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1286,7 +1286,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4251766721
#define SIGNATURE_HASH 3423238896
#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"
@ -1697,7 +1697,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-silver.4251766721"
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-silver.3423238896"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.at_start_f435.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.at_start_f435.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2228555817
#define SIGNATURE_HASH 3048449304
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.atlas.2228555817"
#define TS_SIGNATURE "rusEFI master.2024.07.07.atlas.3048449304"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1686322950
#define SIGNATURE_HASH 1441106487
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.f407-discovery.1686322950"
#define TS_SIGNATURE "rusEFI master.2024.07.07.f407-discovery.1441106487"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.f429-discovery.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.f429-discovery.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4060463860
#define SIGNATURE_HASH 3278075845
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.f469-discovery.4060463860"
#define TS_SIGNATURE "rusEFI master.2024.07.07.f469-discovery.3278075845"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 2521935996
#define SIGNATURE_HASH 2805400909
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.frankenso_na6.2521935996"
#define TS_SIGNATURE "rusEFI master.2024.07.07.frankenso_na6.2805400909"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.haba208.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.haba208.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1239047395
#define SIGNATURE_HASH 2025646546
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-112-17.1239047395"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-112-17.2025646546"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 212575199
#define SIGNATURE_HASH 1036850926
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-gm-e67.212575199"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-gm-e67.1036850926"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1288,7 +1288,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3249754669
#define SIGNATURE_HASH 4040550172
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-honda-k.3249754669"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-honda-k.4040550172"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 701116999
#define SIGNATURE_HASH 413960054
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-nb1.701116999"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-nb1.413960054"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2241816268
#define SIGNATURE_HASH 3036271613
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121nissan.2241816268"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121nissan.3036271613"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4037794177
#define SIGNATURE_HASH 3251465392
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121vag.4037794177"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121vag.3251465392"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 759230096
#define SIGNATURE_HASH 472275873
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen128.759230096"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen128.472275873"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4211078593
#define SIGNATURE_HASH 3415818480
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai.4211078593"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai.3415818480"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2803338232
#define SIGNATURE_HASH 2524004041
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai_f7.2803338232"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai_f7.2524004041"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1077096699
#define SIGNATURE_HASH 1901430218
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen72.1077096699"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen72.1901430218"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2772587649
#define SIGNATURE_HASH 2485445040
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen81.2772587649"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen81.2485445040"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2992718274
#define SIGNATURE_HASH 2198336755
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output false
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen88bmw.2992718274"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen88bmw.2198336755"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1417095047
#define SIGNATURE_HASH 1695650486
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA6.1417095047"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA6.1695650486"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1291,7 +1291,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2880267593
#define SIGNATURE_HASH 2597048440
#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"
@ -1702,7 +1702,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA8_96.2880267593"
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA8_96.2597048440"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1953037496
#define SIGNATURE_HASH 1158564233
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.m74_9.1953037496"
#define TS_SIGNATURE "rusEFI master.2024.07.07.m74_9.1158564233"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3723868456
#define SIGNATURE_HASH 3969059865
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre-legacy_f4.3723868456"
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre-legacy_f4.3969059865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3723868456
#define SIGNATURE_HASH 3969059865
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f4.3723868456"
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f4.3969059865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3723868456
#define SIGNATURE_HASH 3969059865
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f7.3723868456"
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f7.3969059865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.nucleo_f413.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.nucleo_f413.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4031121911
#define SIGNATURE_HASH 3240148166
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_405.4031121911"
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_405.3240148166"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4031121911
#define SIGNATURE_HASH 3240148166
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_469.4031121911"
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_469.3240148166"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 717848133
#define SIGNATURE_HASH 464505716
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f4.717848133"
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f4.464505716"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 717848133
#define SIGNATURE_HASH 464505716
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f7.717848133"
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f7.464505716"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 717848133
#define SIGNATURE_HASH 464505716
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_h7.717848133"
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_h7.464505716"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2136556709
#define SIGNATURE_HASH 1312813460
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.s105.2136556709"
#define TS_SIGNATURE "rusEFI master.2024.07.07.s105.1312813460"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 1715463749
#define SIGNATURE_HASH 1465471860
#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"
@ -1702,7 +1702,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.small-can-board.1715463749"
#define TS_SIGNATURE "rusEFI master.2024.07.07.small-can-board.1465471860"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f429_nucleo.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f429_nucleo.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f767_nucleo.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f767_nucleo.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32h743_nucleo.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32h743_nucleo.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2683567161
#define SIGNATURE_HASH 2929019144
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.subaru_eg33_f7.2683567161"
#define TS_SIGNATURE "rusEFI master.2024.07.07.subaru_eg33_f7.2929019144"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235038311
#define SIGNATURE_HASH 4055134550
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.t-b-g.3235038311"
#define TS_SIGNATURE "rusEFI master.2024.07.07.t-b-g.4055134550"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4211046639
#define SIGNATURE_HASH 3415854558
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.tdg-pdm8.4211046639"
#define TS_SIGNATURE "rusEFI master.2024.07.07.tdg-pdm8.3415854558"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1290,7 +1290,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_uaefi_presets true
#define SIGNATURE_HASH 2243058169
#define SIGNATURE_HASH 3033853128
#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"
@ -1701,7 +1701,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.uaefi.2243058169"
#define TS_SIGNATURE "rusEFI master.2024.07.07.uaefi.3033853128"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1289,7 +1289,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2451926357
#define SIGNATURE_HASH 2739132516
#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"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.07.07.uaefi121.2451926357"
#define TS_SIGNATURE "rusEFI master.2024.07.07.uaefi121.2739132516"
#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 2971285312
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-2chan.2971285312"
#define SIGNATURE_HASH 2155643505
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-2chan.2155643505"

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 467379502
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan.467379502"
#define SIGNATURE_HASH 717033503
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan.717033503"

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 467379502
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan_f7.467379502"
#define SIGNATURE_HASH 717033503
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-4chan_f7.717033503"

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 1675074714
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan-revA.1675074714"
#define SIGNATURE_HASH 1387342251
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan-revA.1387342251"

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 1650741315
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan.1650741315"
#define SIGNATURE_HASH 1392698738
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan.1392698738"

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 1650741315
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan_f7.1650741315"
#define SIGNATURE_HASH 1392698738
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-8chan_f7.1392698738"

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 4251766721
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-silver.4251766721"
#define SIGNATURE_HASH 3423238896
#define TS_SIGNATURE "rusEFI master.2024.07.07.alphax-silver.3423238896"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.at_start_f435.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.at_start_f435.4055134550"

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 2228555817
#define TS_SIGNATURE "rusEFI master.2024.07.07.atlas.2228555817"
#define SIGNATURE_HASH 3048449304
#define TS_SIGNATURE "rusEFI master.2024.07.07.atlas.3048449304"

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 1686322950
#define TS_SIGNATURE "rusEFI master.2024.07.07.f407-discovery.1686322950"
#define SIGNATURE_HASH 1441106487
#define TS_SIGNATURE "rusEFI master.2024.07.07.f407-discovery.1441106487"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.f429-discovery.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.f429-discovery.4055134550"

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 4060463860
#define TS_SIGNATURE "rusEFI master.2024.07.07.f469-discovery.4060463860"
#define SIGNATURE_HASH 3278075845
#define TS_SIGNATURE "rusEFI master.2024.07.07.f469-discovery.3278075845"

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 2521935996
#define TS_SIGNATURE "rusEFI master.2024.07.07.frankenso_na6.2521935996"
#define SIGNATURE_HASH 2805400909
#define TS_SIGNATURE "rusEFI master.2024.07.07.frankenso_na6.2805400909"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.haba208.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.haba208.4055134550"

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 1239047395
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-112-17.1239047395"
#define SIGNATURE_HASH 2025646546
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-112-17.2025646546"

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 212575199
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-gm-e67.212575199"
#define SIGNATURE_HASH 1036850926
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-gm-e67.1036850926"

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 3249754669
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-honda-k.3249754669"
#define SIGNATURE_HASH 4040550172
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-honda-k.4040550172"

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 701116999
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-nb1.701116999"
#define SIGNATURE_HASH 413960054
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen-nb1.413960054"

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 2241816268
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121nissan.2241816268"
#define SIGNATURE_HASH 3036271613
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121nissan.3036271613"

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 4037794177
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121vag.4037794177"
#define SIGNATURE_HASH 3251465392
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen121vag.3251465392"

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 759230096
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen128.759230096"
#define SIGNATURE_HASH 472275873
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen128.472275873"

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 4211078593
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai.4211078593"
#define SIGNATURE_HASH 3415818480
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai.3415818480"

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 2803338232
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai_f7.2803338232"
#define SIGNATURE_HASH 2524004041
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen154hyundai_f7.2524004041"

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 1077096699
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen72.1077096699"
#define SIGNATURE_HASH 1901430218
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen72.1901430218"

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 2772587649
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen81.2772587649"
#define SIGNATURE_HASH 2485445040
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen81.2485445040"

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 2992718274
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen88bmw.2992718274"
#define SIGNATURE_HASH 2198336755
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellen88bmw.2198336755"

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 1417095047
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA6.1417095047"
#define SIGNATURE_HASH 1695650486
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA6.1695650486"

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 2880267593
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA8_96.2880267593"
#define SIGNATURE_HASH 2597048440
#define TS_SIGNATURE "rusEFI master.2024.07.07.hellenNA8_96.2597048440"

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 1953037496
#define TS_SIGNATURE "rusEFI master.2024.07.07.m74_9.1953037496"
#define SIGNATURE_HASH 1158564233
#define TS_SIGNATURE "rusEFI master.2024.07.07.m74_9.1158564233"

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 3723868456
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre-legacy_f4.3723868456"
#define SIGNATURE_HASH 3969059865
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre-legacy_f4.3969059865"

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 3723868456
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f4.3723868456"
#define SIGNATURE_HASH 3969059865
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f4.3969059865"

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 3723868456
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f7.3723868456"
#define SIGNATURE_HASH 3969059865
#define TS_SIGNATURE "rusEFI master.2024.07.07.mre_f7.3969059865"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.nucleo_f413.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.nucleo_f413.4055134550"

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 4031121911
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_405.4031121911"
#define SIGNATURE_HASH 3240148166
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_405.3240148166"

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 4031121911
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_469.4031121911"
#define SIGNATURE_HASH 3240148166
#define TS_SIGNATURE "rusEFI master.2024.07.07.prometheus_469.3240148166"

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 717848133
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f4.717848133"
#define SIGNATURE_HASH 464505716
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f4.464505716"

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 717848133
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f7.717848133"
#define SIGNATURE_HASH 464505716
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_f7.464505716"

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 717848133
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_h7.717848133"
#define SIGNATURE_HASH 464505716
#define TS_SIGNATURE "rusEFI master.2024.07.07.proteus_h7.464505716"

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 2136556709
#define TS_SIGNATURE "rusEFI master.2024.07.07.s105.2136556709"
#define SIGNATURE_HASH 1312813460
#define TS_SIGNATURE "rusEFI master.2024.07.07.s105.1312813460"

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 1715463749
#define TS_SIGNATURE "rusEFI master.2024.07.07.small-can-board.1715463749"
#define SIGNATURE_HASH 1465471860
#define TS_SIGNATURE "rusEFI master.2024.07.07.small-can-board.1465471860"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f429_nucleo.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f429_nucleo.4055134550"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f767_nucleo.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32f767_nucleo.4055134550"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32h743_nucleo.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.stm32h743_nucleo.4055134550"

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 2683567161
#define TS_SIGNATURE "rusEFI master.2024.07.07.subaru_eg33_f7.2683567161"
#define SIGNATURE_HASH 2929019144
#define TS_SIGNATURE "rusEFI master.2024.07.07.subaru_eg33_f7.2929019144"

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 3235038311
#define TS_SIGNATURE "rusEFI master.2024.07.07.t-b-g.3235038311"
#define SIGNATURE_HASH 4055134550
#define TS_SIGNATURE "rusEFI master.2024.07.07.t-b-g.4055134550"

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 4211046639
#define TS_SIGNATURE "rusEFI master.2024.07.07.tdg-pdm8.4211046639"
#define SIGNATURE_HASH 3415854558
#define TS_SIGNATURE "rusEFI master.2024.07.07.tdg-pdm8.3415854558"

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 2243058169
#define TS_SIGNATURE "rusEFI master.2024.07.07.uaefi.2243058169"
#define SIGNATURE_HASH 3033853128
#define TS_SIGNATURE "rusEFI master.2024.07.07.uaefi.3033853128"

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