Auto-generated configs and docs
This commit is contained in:
parent
3c4e1bbd34
commit
daa3915a9b
|
@ -60,7 +60,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
|
|||
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
|
||||
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
|
||||
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
|
||||
entry = etbTarget, "ETB Target", float, "%.3f"
|
||||
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
|
||||
entry = fuelTankLevel, "Fuel level", float, "%.3f"
|
||||
entry = totalFuelConsumption, "Fuel: Total consumed", int, "%d"
|
||||
|
|
|
@ -61,14 +61,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
|
|||
currentIgnitionMode = scalar, U08, 60, "", 1, 0
|
||||
currentInjectionMode = scalar, U08, 61, "", 1, 0
|
||||
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
|
||||
etbTarget = scalar, S16, 64, "%", 0.01, 0
|
||||
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
|
||||
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
|
||||
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
|
||||
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
|
||||
TPS2Value = scalar, S16, 74, "%", 0.01, 0
|
||||
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
|
||||
veValue = scalar, U16, 78, "ratio", 0.1, 0
|
||||
etb1DutyCycle = scalar, S16, 64, "%", 0.01, 0
|
||||
fuelTankLevel = scalar, S16, 66, "%", 0.01, 0
|
||||
totalFuelConsumption = scalar, U16, 68, "grams", 1, 0
|
||||
fuelFlowRate = scalar, U16, 70, "gram/s", 0.005, 0
|
||||
TPS2Value = scalar, S16, 72, "%", 0.01, 0
|
||||
tuneCrc16 = scalar, U16, 74, "crc16", 1, 0
|
||||
veValue = scalar, U16, 76, "ratio", 0.1, 0
|
||||
seconds = scalar, U32, 80, "sec", 1, 0
|
||||
engineMode = scalar, U32, 84, "em", 1, 0
|
||||
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
|
||||
|
|
|
@ -31,14 +31,14 @@ tpsAccelFuel("Fuel: TPS AE add fuel ms", SensorCategory.SENSOR_INPUTS, FieldType
|
|||
currentIgnitionMode("Ignition: Mode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 60, 1.0, -1.0, -1.0, ""),
|
||||
currentInjectionMode("Fuel: Injection mode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 61, 1.0, -1.0, -1.0, ""),
|
||||
coilDutyCycle("Ignition: coil duty cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 62, 0.01, 0.0, 0.0, "%"),
|
||||
etbTarget("ETB Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 64, 0.01, 0.0, 0.0, "%"),
|
||||
etb1DutyCycle("ETB: Duty", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 66, 0.01, 0.0, 0.0, "%"),
|
||||
fuelTankLevel("Fuel level", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 68, 0.01, 0.0, 0.0, "%"),
|
||||
totalFuelConsumption("Fuel: Total consumed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 70, 1.0, 0.0, 0.0, "grams"),
|
||||
fuelFlowRate("Fuel: Flow rate", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 72, 0.005, 0.0, 0.0, "gram/s"),
|
||||
TPS2Value("TPS2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 74, 0.01, 0.0, 0.0, "%"),
|
||||
tuneCrc16("Tune CRC16", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 76, 1.0, 0.0, 0.0, "crc16"),
|
||||
veValue("Fuel: VE", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 78, 0.1, 0.0, 0.0, "ratio"),
|
||||
etb1DutyCycle("ETB: Duty", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 64, 0.01, 0.0, 0.0, "%"),
|
||||
fuelTankLevel("Fuel level", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 66, 0.01, 0.0, 0.0, "%"),
|
||||
totalFuelConsumption("Fuel: Total consumed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 68, 1.0, 0.0, 0.0, "grams"),
|
||||
fuelFlowRate("Fuel: Flow rate", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 70, 0.005, 0.0, 0.0, "gram/s"),
|
||||
TPS2Value("TPS2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 72, 0.01, 0.0, 0.0, "%"),
|
||||
tuneCrc16("Tune CRC16", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 74, 1.0, 0.0, 0.0, "crc16"),
|
||||
veValue("Fuel: VE", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 76, 0.1, 0.0, 0.0, "ratio"),
|
||||
alignmentFill_at_78("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 78, 1.0, -20.0, 100.0, "units"),
|
||||
seconds("Uptime", SensorCategory.SENSOR_INPUTS, FieldType.INT, 80, 1.0, 0.0, 0.0, "sec"),
|
||||
engineMode("Engine Mode", SensorCategory.SENSOR_INPUTS, FieldType.INT, 84, 1.0, 0.0, 0.0, "em"),
|
||||
firmwareVersion("firmware", SensorCategory.SENSOR_INPUTS, FieldType.INT, 88, 1.0, 0.0, 0.0, "version_f"),
|
||||
|
|
|
@ -34,7 +34,6 @@ static const LogField fields[] = {
|
|||
{engine->outputChannels.currentIgnitionMode, "Ignition: Mode", "", 0},
|
||||
{engine->outputChannels.currentInjectionMode, "Fuel: Injection mode", "", 0},
|
||||
{engine->outputChannels.coilDutyCycle, "Ignition: coil duty cycle", "%", 0},
|
||||
{engine->outputChannels.etbTarget, "ETB Target", "%", 2},
|
||||
{engine->outputChannels.etb1DutyCycle, "ETB: Duty", "%", 1},
|
||||
{engine->outputChannels.fuelTankLevel, "Fuel level", "%", 0},
|
||||
{engine->outputChannels.totalFuelConsumption, "Fuel: Total consumed", "grams", 1},
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define show_2chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2100289099
|
||||
#define SIGNATURE_HASH 2451304289
|
||||
#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.10.alphax-2chan.2100289099"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-2chan.2451304289"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1331,7 +1331,7 @@
|
|||
#define show_4chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2918069422
|
||||
#define SIGNATURE_HASH 1121584516
|
||||
#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.10.alphax-4chan.2918069422"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4chan.1121584516"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1331,7 +1331,7 @@
|
|||
#define show_4chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2918069422
|
||||
#define SIGNATURE_HASH 1121584516
|
||||
#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.10.alphax-4chan_f7.2918069422"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4chan_f7.1121584516"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2924185259
|
||||
#define SIGNATURE_HASH 1098889089
|
||||
#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.10.alphax-4k-gdi.2924185259"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4k-gdi.1098889089"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define show_8chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2418817961
|
||||
#define SIGNATURE_HASH 2132281987
|
||||
#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.10.alphax-8chan-revA.2418817961"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan-revA.2132281987"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1328,7 +1328,7 @@
|
|||
#define show_8chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 799648608
|
||||
#define SIGNATURE_HASH 3231554122
|
||||
#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.10.alphax-8chan.799648608"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan.3231554122"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1328,7 +1328,7 @@
|
|||
#define show_8chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 799648608
|
||||
#define SIGNATURE_HASH 3231554122
|
||||
#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.10.alphax-8chan_f7.799648608"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan_f7.3231554122"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1329,7 +1329,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 157008794
|
||||
#define SIGNATURE_HASH 3866096304
|
||||
#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.10.alphax-silver.157008794"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-silver.3866096304"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.at_start_f435.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.at_start_f435.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1893866610
|
||||
#define SIGNATURE_HASH 2681613656
|
||||
#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.10.atlas.1893866610"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.atlas.2681613656"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_tcu_gauges false
|
||||
#define show_test_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3562865025
|
||||
#define SIGNATURE_HASH 996749483
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.f407-discovery.3562865025"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f407-discovery.996749483"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.f429-discovery.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f429-discovery.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 103993007
|
||||
#define SIGNATURE_HASH 3909549957
|
||||
#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.10.f469-discovery.103993007"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f469-discovery.3909549957"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1334,7 +1334,7 @@
|
|||
#define show_tcu_gauges false
|
||||
#define show_test_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1650900007
|
||||
#define SIGNATURE_HASH 2370997517
|
||||
#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"
|
||||
|
@ -1795,7 +1795,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.10.frankenso_na6.1650900007"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.frankenso_na6.2370997517"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.haba208.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.haba208.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_8chan_presets false
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3186446520
|
||||
#define SIGNATURE_HASH 1389978002
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen-112-17.3186446520"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-112-17.1389978002"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4171018116
|
||||
#define SIGNATURE_HASH 396926638
|
||||
#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.10.hellen-gm-e67.4171018116"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-gm-e67.396926638"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1625078346
|
||||
#define SIGNATURE_HASH 2414381920
|
||||
#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.10.hellen-honda-k.1625078346"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-honda-k.2414381920"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_HellenNB1_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3074628899
|
||||
#define SIGNATURE_HASH 1484205065
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen-nb1.3074628899"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-nb1.1484205065"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_Hellen121nissan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3833486012
|
||||
#define SIGNATURE_HASH 189426582
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen121nissan.3833486012"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen121nissan.189426582"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_Hellen121vag_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3155642619
|
||||
#define SIGNATURE_HASH 1394833873
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen121vag.3155642619"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen121vag.1394833873"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_Hellen128merc_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3648512715
|
||||
#define SIGNATURE_HASH 910414817
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen128.3648512715"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen128.910414817"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3596093748
|
||||
#define SIGNATURE_HASH 963393566
|
||||
#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.10.hellen154hyundai.3596093748"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen154hyundai.963393566"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1107527349
|
||||
#define SIGNATURE_HASH 2906109855
|
||||
#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.10.hellen154hyundai_f7.1107527349"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen154hyundai_f7.2906109855"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_HellenNB2_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3385665002
|
||||
#define SIGNATURE_HASH 653857984
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen72.3385665002"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen72.653857984"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1366644954
|
||||
#define SIGNATURE_HASH 3191958000
|
||||
#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.10.hellen81.1366644954"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen81.3191958000"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_Hellen88bmw_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1180061081
|
||||
#define SIGNATURE_HASH 2841803955
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellen88bmw.1180061081"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen88bmw.2841803955"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1333,7 +1333,7 @@
|
|||
#define show_HellenNA6_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2688560092
|
||||
#define SIGNATURE_HASH 1333009142
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.hellenNA6.2688560092"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellenNA6.1333009142"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1334,7 +1334,7 @@
|
|||
#define show_HellenNB1_presets false
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1603954962
|
||||
#define SIGNATURE_HASH 2964215864
|
||||
#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"
|
||||
|
@ -1795,7 +1795,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.10.hellenNA8_96.1603954962"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellenNA8_96.2964215864"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1391889315
|
||||
#define SIGNATURE_HASH 3183655561
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.m74_9.1391889315"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.m74_9.3183655561"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1331,7 +1331,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2140867071
|
||||
#define SIGNATURE_HASH 2427402453
|
||||
#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.10.mre-legacy_f4.2140867071"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre-legacy_f4.2427402453"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1331,7 +1331,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2140867071
|
||||
#define SIGNATURE_HASH 2427402453
|
||||
#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.10.mre_f4.2140867071"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre_f4.2427402453"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1331,7 +1331,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2140867071
|
||||
#define SIGNATURE_HASH 2427402453
|
||||
#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.10.mre_f7.2140867071"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre_f7.2427402453"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.nucleo_f413.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.nucleo_f413.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2546744574
|
||||
#define SIGNATURE_HASH 2029522388
|
||||
#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.10.proteus_f4.2546744574"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_f4.2029522388"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2546744574
|
||||
#define SIGNATURE_HASH 2029522388
|
||||
#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.10.proteus_f7.2546744574"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_f7.2029522388"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2546744574
|
||||
#define SIGNATURE_HASH 2029522388
|
||||
#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.10.proteus_h7.2546744574"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_h7.2029522388"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2339260670
|
||||
#define SIGNATURE_HASH 1683651028
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.s105.2339260670"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.s105.1683651028"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1746855185
|
||||
#define SIGNATURE_HASH 2267731003
|
||||
#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.10.small-can-board.1746855185"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.small-can-board.2267731003"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.stm32f429_nucleo.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32f429_nucleo.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.stm32f767_nucleo.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32f767_nucleo.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.stm32h743_nucleo.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32h743_nucleo.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1808068706
|
||||
#define SIGNATURE_HASH 2230370632
|
||||
#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"
|
||||
|
@ -1794,7 +1794,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.10.subaru_eg33_f7.1808068706"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.subaru_eg33_f7.2230370632"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#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.10.t-b-g.887474236"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.t-b-g.3687971094"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 248018100
|
||||
#define SIGNATURE_HASH 3791406494
|
||||
#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.10.tdg-pdm8.248018100"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.tdg-pdm8.3791406494"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1326,7 +1326,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1825854271
|
||||
#define SIGNATURE_HASH 2212520469
|
||||
#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.10.uaefi.1825854271"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.uaefi.2212520469"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1330,7 +1330,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3526794900
|
||||
#define SIGNATURE_HASH 1023586238
|
||||
#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.10.uaefi121.3526794900"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.uaefi121.1023586238"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2100289099
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-2chan.2100289099"
|
||||
#define SIGNATURE_HASH 2451304289
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-2chan.2451304289"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2918069422
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4chan.2918069422"
|
||||
#define SIGNATURE_HASH 1121584516
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4chan.1121584516"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2918069422
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4chan_f7.2918069422"
|
||||
#define SIGNATURE_HASH 1121584516
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4chan_f7.1121584516"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2924185259
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4k-gdi.2924185259"
|
||||
#define SIGNATURE_HASH 1098889089
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-4k-gdi.1098889089"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2418817961
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan-revA.2418817961"
|
||||
#define SIGNATURE_HASH 2132281987
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan-revA.2132281987"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 799648608
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan.799648608"
|
||||
#define SIGNATURE_HASH 3231554122
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan.3231554122"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 799648608
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan_f7.799648608"
|
||||
#define SIGNATURE_HASH 3231554122
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-8chan_f7.3231554122"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 157008794
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-silver.157008794"
|
||||
#define SIGNATURE_HASH 3866096304
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.alphax-silver.3866096304"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.at_start_f435.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.at_start_f435.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1893866610
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.atlas.1893866610"
|
||||
#define SIGNATURE_HASH 2681613656
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.atlas.2681613656"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3562865025
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f407-discovery.3562865025"
|
||||
#define SIGNATURE_HASH 996749483
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f407-discovery.996749483"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f429-discovery.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f429-discovery.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 103993007
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f469-discovery.103993007"
|
||||
#define SIGNATURE_HASH 3909549957
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.f469-discovery.3909549957"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1650900007
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.frankenso_na6.1650900007"
|
||||
#define SIGNATURE_HASH 2370997517
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.frankenso_na6.2370997517"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.haba208.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.haba208.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3186446520
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-112-17.3186446520"
|
||||
#define SIGNATURE_HASH 1389978002
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-112-17.1389978002"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4171018116
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-gm-e67.4171018116"
|
||||
#define SIGNATURE_HASH 396926638
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-gm-e67.396926638"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1625078346
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-honda-k.1625078346"
|
||||
#define SIGNATURE_HASH 2414381920
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-honda-k.2414381920"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3074628899
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-nb1.3074628899"
|
||||
#define SIGNATURE_HASH 1484205065
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen-nb1.1484205065"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3833486012
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen121nissan.3833486012"
|
||||
#define SIGNATURE_HASH 189426582
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen121nissan.189426582"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3155642619
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen121vag.3155642619"
|
||||
#define SIGNATURE_HASH 1394833873
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen121vag.1394833873"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3648512715
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen128.3648512715"
|
||||
#define SIGNATURE_HASH 910414817
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen128.910414817"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3596093748
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen154hyundai.3596093748"
|
||||
#define SIGNATURE_HASH 963393566
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen154hyundai.963393566"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1107527349
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen154hyundai_f7.1107527349"
|
||||
#define SIGNATURE_HASH 2906109855
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen154hyundai_f7.2906109855"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3385665002
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen72.3385665002"
|
||||
#define SIGNATURE_HASH 653857984
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen72.653857984"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1366644954
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen81.1366644954"
|
||||
#define SIGNATURE_HASH 3191958000
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen81.3191958000"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1180061081
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen88bmw.1180061081"
|
||||
#define SIGNATURE_HASH 2841803955
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellen88bmw.2841803955"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2688560092
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellenNA6.2688560092"
|
||||
#define SIGNATURE_HASH 1333009142
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellenNA6.1333009142"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1603954962
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellenNA8_96.1603954962"
|
||||
#define SIGNATURE_HASH 2964215864
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.hellenNA8_96.2964215864"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1391889315
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.m74_9.1391889315"
|
||||
#define SIGNATURE_HASH 3183655561
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.m74_9.3183655561"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2140867071
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre-legacy_f4.2140867071"
|
||||
#define SIGNATURE_HASH 2427402453
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre-legacy_f4.2427402453"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2140867071
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre_f4.2140867071"
|
||||
#define SIGNATURE_HASH 2427402453
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre_f4.2427402453"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2140867071
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre_f7.2140867071"
|
||||
#define SIGNATURE_HASH 2427402453
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.mre_f7.2427402453"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.nucleo_f413.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.nucleo_f413.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2546744574
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_f4.2546744574"
|
||||
#define SIGNATURE_HASH 2029522388
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_f4.2029522388"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2546744574
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_f7.2546744574"
|
||||
#define SIGNATURE_HASH 2029522388
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_f7.2029522388"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2546744574
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_h7.2546744574"
|
||||
#define SIGNATURE_HASH 2029522388
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.proteus_h7.2029522388"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2339260670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.s105.2339260670"
|
||||
#define SIGNATURE_HASH 1683651028
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.s105.1683651028"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1746855185
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.small-can-board.1746855185"
|
||||
#define SIGNATURE_HASH 2267731003
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.small-can-board.2267731003"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32f429_nucleo.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32f429_nucleo.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32f767_nucleo.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32f767_nucleo.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32h743_nucleo.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.stm32h743_nucleo.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1808068706
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.subaru_eg33_f7.1808068706"
|
||||
#define SIGNATURE_HASH 2230370632
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.subaru_eg33_f7.2230370632"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 887474236
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.t-b-g.887474236"
|
||||
#define SIGNATURE_HASH 3687971094
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.t-b-g.3687971094"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 248018100
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.tdg-pdm8.248018100"
|
||||
#define SIGNATURE_HASH 3791406494
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.tdg-pdm8.3791406494"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1825854271
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.uaefi.1825854271"
|
||||
#define SIGNATURE_HASH 2212520469
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.uaefi.2212520469"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3526794900
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.uaefi121.3526794900"
|
||||
#define SIGNATURE_HASH 1023586238
|
||||
#define TS_SIGNATURE "rusEFI master.2024.12.10.uaefi121.1023586238"
|
||||
|
|
|
@ -192,9 +192,6 @@ float getOutputValueByName(const char *name) {
|
|||
// coilDutyCycle
|
||||
case 1029096098:
|
||||
return engine->outputChannels.coilDutyCycle;
|
||||
// etbTarget
|
||||
case -2105094009:
|
||||
return engine->outputChannels.etbTarget;
|
||||
// etb1DutyCycle
|
||||
case 1021133095:
|
||||
return engine->outputChannels.etb1DutyCycle;
|
||||
|
|
|
@ -339,54 +339,54 @@ struct output_channels_s {
|
|||
* offset 62
|
||||
*/
|
||||
scaled_channel<uint16_t, 100, 1> coilDutyCycle = (uint16_t)0;
|
||||
/**
|
||||
* ETB Target
|
||||
* units: %
|
||||
* offset 64
|
||||
*/
|
||||
scaled_channel<int16_t, 100, 1> etbTarget = (int16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_ETB_DUTY@@
|
||||
* units: %
|
||||
* offset 66
|
||||
* offset 64
|
||||
*/
|
||||
scaled_channel<int16_t, 100, 1> etb1DutyCycle = (int16_t)0;
|
||||
/**
|
||||
* Fuel level
|
||||
* units: %
|
||||
* offset 68
|
||||
* offset 66
|
||||
*/
|
||||
scaled_channel<int16_t, 100, 1> fuelTankLevel = (int16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_FUEL_CONSUMPTION@@
|
||||
* units: grams
|
||||
* offset 70
|
||||
* offset 68
|
||||
*/
|
||||
uint16_t totalFuelConsumption = (uint16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_FUEL_FLOW@@
|
||||
* units: gram/s
|
||||
* offset 72
|
||||
* offset 70
|
||||
*/
|
||||
scaled_channel<uint16_t, 200, 1> fuelFlowRate = (uint16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_TPS2@@
|
||||
* units: %
|
||||
* offset 74
|
||||
* offset 72
|
||||
*/
|
||||
scaled_channel<int16_t, 100, 1> TPS2Value = (int16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_TUNE_CRC16@@
|
||||
* units: crc16
|
||||
* offset 76
|
||||
* offset 74
|
||||
*/
|
||||
uint16_t tuneCrc16 = (uint16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_FUEL_VE@@
|
||||
* units: ratio
|
||||
* offset 78
|
||||
* offset 76
|
||||
*/
|
||||
scaled_channel<uint16_t, 10, 1> veValue = (uint16_t)0;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 78
|
||||
*/
|
||||
uint8_t alignmentFill_at_78[2];
|
||||
/**
|
||||
* @@GAUGE_NAME_UPTIME@@
|
||||
* units: sec
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue