Auto-generated configs and docs
This commit is contained in:
parent
bf8b7db997
commit
eae0341f73
|
@ -571,6 +571,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
|
|||
entry = fuelingLoad, "Fuel: Load", float, "%.3f"
|
||||
entry = ignitionLoad, "Ignition: load", float, "%.3f"
|
||||
entry = veTableYAxis, "veTableYAxis", float, "%.3f"
|
||||
entry = overDwellCounter, "overDwellCounter", int, "%d"
|
||||
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
|
||||
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
|
||||
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
|
||||
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
|
||||
|
|
|
@ -286,6 +286,9 @@ dialog = engine_stateDialog, "engine_state"
|
|||
graphLine = fuelingLoad
|
||||
graphLine = ignitionLoad
|
||||
graphLine = veTableYAxis
|
||||
graphLine = overDwellCounter
|
||||
liveGraph = engine_state_8_Graph, "Graph", South
|
||||
graphLine = overDwellNotScheduledCounter
|
||||
|
||||
indicatorPanel = tps_accel_stateIndicatorPanel, 2
|
||||
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"
|
||||
|
|
|
@ -677,6 +677,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
|
|||
fuelingLoad = scalar, F32, 1172, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1176, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1182, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
|
||||
; total TS size = 1184
|
||||
tpsFrom = scalar, F32, 1184
|
||||
tpsTo = scalar, F32, 1188
|
||||
|
|
|
@ -481,7 +481,8 @@ globalSparkCounter("Ign: Spark counter", SensorCategory.SENSOR_INPUTS, FieldType
|
|||
fuelingLoad("Fuel: Load", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1172, 1.0, -1.0, -1.0, ""),
|
||||
ignitionLoad("Ignition: load", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""),
|
||||
veTableYAxis("veTableYAxis", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1180, 0.01, 0.0, 0.0, "%"),
|
||||
alignmentFill_at_94("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1182, 1.0, -20.0, 100.0, "units"),
|
||||
overDwellCounter("overDwellCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1182, 1.0, -1.0, -1.0, ""),
|
||||
overDwellNotScheduledCounter("overDwellNotScheduledCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1183, 1.0, -1.0, -1.0, ""),
|
||||
tpsFrom("Fuel: TPS AE from", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -1.0, -1.0, ""),
|
||||
tpsTo("Fuel: TPS AE to", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1188, 1.0, -1.0, -1.0, ""),
|
||||
deltaTps("Fuel: TPS AE change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1192, 1.0, -1.0, -1.0, ""),
|
||||
|
|
|
@ -446,6 +446,8 @@ static const LogField fields[] = {
|
|||
{engine->engineState.fuelingLoad, "Fuel: Load", "", 0},
|
||||
{engine->engineState.ignitionLoad, "Ignition: load", "", 0},
|
||||
{engine->engineState.veTableYAxis, "veTableYAxis", "%", 0},
|
||||
{engine->engineState.overDwellCounter, "overDwellCounter", "", 0},
|
||||
{engine->engineState.overDwellNotScheduledCounter, "overDwellNotScheduledCounter", "", 0},
|
||||
#if EFI_SHAFT_POSITION_INPUT
|
||||
{engine->triggerCentral.hwEventCounters[0], "Hardware events since boot 1", "", 0},
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Mon Mar 11 20:56:12 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Wed Apr 10 04:48:31 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -382,13 +382,15 @@ struct engine_state_s {
|
|||
*/
|
||||
scaled_channel<uint16_t, 100, 1> veTableYAxis = (uint16_t)0;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 94
|
||||
*/
|
||||
uint8_t alignmentFill_at_94[2];
|
||||
uint8_t overDwellCounter = (uint8_t)0;
|
||||
/**
|
||||
* offset 95
|
||||
*/
|
||||
uint8_t overDwellNotScheduledCounter = (uint8_t)0;
|
||||
};
|
||||
static_assert(sizeof(engine_state_s) == 96);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Mon Mar 11 20:56:12 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Wed Apr 10 04:48:31 UTC 2024
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2730167880
|
||||
#define SIGNATURE_HASH 3088732018
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-2chan.2730167880"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-2chan.3088732018"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1190,7 +1190,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3495310684
|
||||
#define SIGNATURE_HASH 3405214822
|
||||
#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"
|
||||
|
@ -1565,7 +1565,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan.3495310684"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan.3405214822"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1190,7 +1190,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3495310684
|
||||
#define SIGNATURE_HASH 3405214822
|
||||
#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"
|
||||
|
@ -1565,7 +1565,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan_f7.3495310684"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan_f7.3405214822"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2613198705
|
||||
#define SIGNATURE_HASH 2170781259
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan-revA.2613198705"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan-revA.2170781259"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2691629345
|
||||
#define SIGNATURE_HASH 3134079003
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan.2691629345"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan.3134079003"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2691629345
|
||||
#define SIGNATURE_HASH 3134079003
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan_f7.2691629345"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan_f7.3134079003"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.at_start_f435.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.at_start_f435.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2284740776
|
||||
#define SIGNATURE_HASH 2458853778
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.atlas.2284740776"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.atlas.2458853778"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 1752715143
|
||||
#define SIGNATURE_HASH 1926827709
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f407-discovery.1752715143"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f407-discovery.1926827709"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f429-discovery.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f429-discovery.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4278104693
|
||||
#define SIGNATURE_HASH 3831493455
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f469-discovery.4278104693"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f469-discovery.3831493455"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 2594881789
|
||||
#define SIGNATURE_HASH 2148237767
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.frankenso_na6.2594881789"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.frankenso_na6.2148237767"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.haba208.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.haba208.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1159801954
|
||||
#define SIGNATURE_HASH 1602252120
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-112-17.1159801954"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-112-17.1602252120"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 5296990
|
||||
#define SIGNATURE_HASH 452039268
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-gm-e67.5296990"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-gm-e67.452039268"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1024381117
|
||||
#define SIGNATURE_HASH 665817479
|
||||
#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"
|
||||
|
@ -1566,7 +1566,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-honda-k.1024381117"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-honda-k.665817479"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 623985350
|
||||
#define SIGNATURE_HASH 1066402812
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-nb1.623985350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-nb1.1066402812"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3784514289
|
||||
#define SIGNATURE_HASH 4214381515
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121nissan.3784514289"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121nissan.4214381515"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4233144576
|
||||
#define SIGNATURE_HASH 3874613306
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121vag.4233144576"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121vag.3874613306"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 565943825
|
||||
#define SIGNATURE_HASH 991616811
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen128.565943825"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen128.991616811"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 991209620
|
||||
#define SIGNATURE_HASH 565569966
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai.991209620"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai.565569966"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 991209620
|
||||
#define SIGNATURE_HASH 565569966
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai_f7.991209620"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai_f7.565569966"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1288192122
|
||||
#define SIGNATURE_HASH 1449722176
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen72.1288192122"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen72.1449722176"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2847482880
|
||||
#define SIGNATURE_HASH 3004720442
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen81.2847482880"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen81.3004720442"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3197776195
|
||||
#define SIGNATURE_HASH 2755358841
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output false
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen88bmw.3197776195"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen88bmw.2755358841"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1485592326
|
||||
#define SIGNATURE_HASH 1110251068
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA6.1485592326"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA6.1110251068"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1190,7 +1190,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2807436744
|
||||
#define SIGNATURE_HASH 3187102962
|
||||
#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"
|
||||
|
@ -1565,7 +1565,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA8_96.2807436744"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA8_96.3187102962"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2022935609
|
||||
#define SIGNATURE_HASH 1647496451
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.m74_9.2022935609"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.m74_9.1647496451"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3488016921
|
||||
#define SIGNATURE_HASH 3578243875
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f4.3488016921"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f4.3578243875"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3488016921
|
||||
#define SIGNATURE_HASH 3578243875
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f7.3488016921"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f7.3578243875"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.nucleo_f413.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.nucleo_f413.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4240275830
|
||||
#define SIGNATURE_HASH 3860609100
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_405.4240275830"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_405.3860609100"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4240275830
|
||||
#define SIGNATURE_HASH 3860609100
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_469.4240275830"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_469.3860609100"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 640814788
|
||||
#define SIGNATURE_HASH 1016287230
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f4.640814788"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f4.1016287230"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 640814788
|
||||
#define SIGNATURE_HASH 1016287230
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f7.640814788"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f7.1016287230"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 640814788
|
||||
#define SIGNATURE_HASH 1016287230
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_h7.640814788"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_h7.1016287230"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1940010020
|
||||
#define SIGNATURE_HASH 1761834270
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.s105.1940010020"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.s105.1761834270"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_small_can_board_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1791268548
|
||||
#define SIGNATURE_HASH 1885722622
|
||||
#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"
|
||||
|
@ -1565,7 +1565,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.small-can-board.1791268548"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.small-can-board.1885722622"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f429_nucleo.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f429_nucleo.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f767_nucleo.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f767_nucleo.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32h743_nucleo.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32h743_nucleo.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.t-b-g.3425285350"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.t-b-g.3599300060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4127459438
|
||||
#define SIGNATURE_HASH 3970255188
|
||||
#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"
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.tdg-pdm8.4127459438"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.tdg-pdm8.3970255188"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1189,7 +1189,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_uaefi_presets true
|
||||
#define SIGNATURE_HASH 3058944477
|
||||
#define SIGNATURE_HASH 2901575911
|
||||
#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"
|
||||
|
@ -1564,7 +1564,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.uaefi.3058944477"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.uaefi.2901575911"
|
||||
#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 2730167880
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-2chan.2730167880"
|
||||
#define SIGNATURE_HASH 3088732018
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-2chan.3088732018"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3495310684
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan.3495310684"
|
||||
#define SIGNATURE_HASH 3405214822
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan.3405214822"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3495310684
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan_f7.3495310684"
|
||||
#define SIGNATURE_HASH 3405214822
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-4chan_f7.3405214822"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2613198705
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan-revA.2613198705"
|
||||
#define SIGNATURE_HASH 2170781259
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan-revA.2170781259"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2691629345
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan.2691629345"
|
||||
#define SIGNATURE_HASH 3134079003
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan.3134079003"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2691629345
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan_f7.2691629345"
|
||||
#define SIGNATURE_HASH 3134079003
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.alphax-8chan_f7.3134079003"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.at_start_f435.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.at_start_f435.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2284740776
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.atlas.2284740776"
|
||||
#define SIGNATURE_HASH 2458853778
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.atlas.2458853778"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1752715143
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f407-discovery.1752715143"
|
||||
#define SIGNATURE_HASH 1926827709
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f407-discovery.1926827709"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f429-discovery.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f429-discovery.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4278104693
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f469-discovery.4278104693"
|
||||
#define SIGNATURE_HASH 3831493455
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.f469-discovery.3831493455"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2594881789
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.frankenso_na6.2594881789"
|
||||
#define SIGNATURE_HASH 2148237767
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.frankenso_na6.2148237767"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.haba208.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.haba208.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1159801954
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-112-17.1159801954"
|
||||
#define SIGNATURE_HASH 1602252120
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-112-17.1602252120"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 5296990
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-gm-e67.5296990"
|
||||
#define SIGNATURE_HASH 452039268
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-gm-e67.452039268"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1024381117
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-honda-k.1024381117"
|
||||
#define SIGNATURE_HASH 665817479
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-honda-k.665817479"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 623985350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-nb1.623985350"
|
||||
#define SIGNATURE_HASH 1066402812
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen-nb1.1066402812"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3784514289
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121nissan.3784514289"
|
||||
#define SIGNATURE_HASH 4214381515
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121nissan.4214381515"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4233144576
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121vag.4233144576"
|
||||
#define SIGNATURE_HASH 3874613306
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen121vag.3874613306"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 565943825
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen128.565943825"
|
||||
#define SIGNATURE_HASH 991616811
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen128.991616811"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 991209620
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai.991209620"
|
||||
#define SIGNATURE_HASH 565569966
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai.565569966"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 991209620
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai_f7.991209620"
|
||||
#define SIGNATURE_HASH 565569966
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen154hyundai_f7.565569966"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1288192122
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen72.1288192122"
|
||||
#define SIGNATURE_HASH 1449722176
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen72.1449722176"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2847482880
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen81.2847482880"
|
||||
#define SIGNATURE_HASH 3004720442
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen81.3004720442"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3197776195
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen88bmw.3197776195"
|
||||
#define SIGNATURE_HASH 2755358841
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellen88bmw.2755358841"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1485592326
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA6.1485592326"
|
||||
#define SIGNATURE_HASH 1110251068
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA6.1110251068"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2807436744
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA8_96.2807436744"
|
||||
#define SIGNATURE_HASH 3187102962
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.hellenNA8_96.3187102962"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2022935609
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.m74_9.2022935609"
|
||||
#define SIGNATURE_HASH 1647496451
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.m74_9.1647496451"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3488016921
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f4.3488016921"
|
||||
#define SIGNATURE_HASH 3578243875
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f4.3578243875"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3488016921
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f7.3488016921"
|
||||
#define SIGNATURE_HASH 3578243875
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.mre_f7.3578243875"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.nucleo_f413.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.nucleo_f413.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4240275830
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_405.4240275830"
|
||||
#define SIGNATURE_HASH 3860609100
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_405.3860609100"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4240275830
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_469.4240275830"
|
||||
#define SIGNATURE_HASH 3860609100
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.prometheus_469.3860609100"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 640814788
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f4.640814788"
|
||||
#define SIGNATURE_HASH 1016287230
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f4.1016287230"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 640814788
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f7.640814788"
|
||||
#define SIGNATURE_HASH 1016287230
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_f7.1016287230"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 640814788
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_h7.640814788"
|
||||
#define SIGNATURE_HASH 1016287230
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.proteus_h7.1016287230"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1940010020
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.s105.1940010020"
|
||||
#define SIGNATURE_HASH 1761834270
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.s105.1761834270"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1791268548
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.small-can-board.1791268548"
|
||||
#define SIGNATURE_HASH 1885722622
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.small-can-board.1885722622"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f429_nucleo.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f429_nucleo.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f767_nucleo.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32f767_nucleo.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32h743_nucleo.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.stm32h743_nucleo.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3425285350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.t-b-g.3425285350"
|
||||
#define SIGNATURE_HASH 3599300060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.t-b-g.3599300060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4127459438
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.tdg-pdm8.4127459438"
|
||||
#define SIGNATURE_HASH 3970255188
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.tdg-pdm8.3970255188"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3058944477
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.uaefi.3058944477"
|
||||
#define SIGNATURE_HASH 2901575911
|
||||
#define TS_SIGNATURE "rusEFI master.2024.04.10.uaefi.2901575911"
|
||||
|
|
|
@ -1227,6 +1227,12 @@ float getOutputValueByName(const char *name) {
|
|||
// veTableYAxis
|
||||
case 1568071542:
|
||||
return engine->engineState.veTableYAxis;
|
||||
// overDwellCounter
|
||||
case 1513852665:
|
||||
return engine->engineState.overDwellCounter;
|
||||
// overDwellNotScheduledCounter
|
||||
case 1629214715:
|
||||
return engine->engineState.overDwellNotScheduledCounter;
|
||||
// vvtCamCounter
|
||||
#if EFI_SHAFT_POSITION_INPUT
|
||||
case 477303734:
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.04.10.f407-discovery.1752715143"
|
||||
signature = "rusEFI master.2024.04.10.f407-discovery.1926827709"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.04.10.f407-discovery.1752715143" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.04.10.f407-discovery.1926827709" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 02:24:10 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 04:49:58 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -3204,6 +3204,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
|
|||
fuelingLoad = scalar, F32, 1172, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1176, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1182, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
|
||||
; total TS size = 1184
|
||||
tpsFrom = scalar, F32, 1184
|
||||
tpsTo = scalar, F32, 1188
|
||||
|
@ -5581,6 +5583,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
|
|||
entry = fuelingLoad, "Fuel: Load", float, "%.3f"
|
||||
entry = ignitionLoad, "Ignition: load", float, "%.3f"
|
||||
entry = veTableYAxis, "veTableYAxis", float, "%.3f"
|
||||
entry = overDwellCounter, "overDwellCounter", int, "%d"
|
||||
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
|
||||
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
|
||||
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
|
||||
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
|
||||
|
@ -6574,6 +6578,9 @@ dialog = engine_stateDialog, "engine_state"
|
|||
graphLine = fuelingLoad
|
||||
graphLine = ignitionLoad
|
||||
graphLine = veTableYAxis
|
||||
graphLine = overDwellCounter
|
||||
liveGraph = engine_state_8_Graph, "Graph", South
|
||||
graphLine = overDwellNotScheduledCounter
|
||||
|
||||
indicatorPanel = tps_accel_stateIndicatorPanel, 2
|
||||
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.04.10.alphax-2chan.2730167880"
|
||||
signature = "rusEFI master.2024.04.10.alphax-2chan.3088732018"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.04.10.alphax-2chan.2730167880" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.04.10.alphax-2chan.3088732018" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 02:23:31 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 04:49:21 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -3204,6 +3204,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
|
|||
fuelingLoad = scalar, F32, 1172, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1176, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1182, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
|
||||
; total TS size = 1184
|
||||
tpsFrom = scalar, F32, 1184
|
||||
tpsTo = scalar, F32, 1188
|
||||
|
@ -5580,6 +5582,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
|
|||
entry = fuelingLoad, "Fuel: Load", float, "%.3f"
|
||||
entry = ignitionLoad, "Ignition: load", float, "%.3f"
|
||||
entry = veTableYAxis, "veTableYAxis", float, "%.3f"
|
||||
entry = overDwellCounter, "overDwellCounter", int, "%d"
|
||||
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
|
||||
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
|
||||
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
|
||||
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
|
||||
|
@ -6567,6 +6571,9 @@ dialog = engine_stateDialog, "engine_state"
|
|||
graphLine = fuelingLoad
|
||||
graphLine = ignitionLoad
|
||||
graphLine = veTableYAxis
|
||||
graphLine = overDwellCounter
|
||||
liveGraph = engine_state_8_Graph, "Graph", South
|
||||
graphLine = overDwellNotScheduledCounter
|
||||
|
||||
indicatorPanel = tps_accel_stateIndicatorPanel, 2
|
||||
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.04.10.alphax-4chan.3495310684"
|
||||
signature = "rusEFI master.2024.04.10.alphax-4chan.3405214822"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.04.10.alphax-4chan.3495310684" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.04.10.alphax-4chan.3405214822" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 02:23:38 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 04:49:28 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -3204,6 +3204,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
|
|||
fuelingLoad = scalar, F32, 1172, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1176, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1182, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
|
||||
; total TS size = 1184
|
||||
tpsFrom = scalar, F32, 1184
|
||||
tpsTo = scalar, F32, 1188
|
||||
|
@ -5580,6 +5582,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
|
|||
entry = fuelingLoad, "Fuel: Load", float, "%.3f"
|
||||
entry = ignitionLoad, "Ignition: load", float, "%.3f"
|
||||
entry = veTableYAxis, "veTableYAxis", float, "%.3f"
|
||||
entry = overDwellCounter, "overDwellCounter", int, "%d"
|
||||
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
|
||||
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
|
||||
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
|
||||
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
|
||||
|
@ -6586,6 +6590,9 @@ dialog = engine_stateDialog, "engine_state"
|
|||
graphLine = fuelingLoad
|
||||
graphLine = ignitionLoad
|
||||
graphLine = veTableYAxis
|
||||
graphLine = overDwellCounter
|
||||
liveGraph = engine_state_8_Graph, "Graph", South
|
||||
graphLine = overDwellNotScheduledCounter
|
||||
|
||||
indicatorPanel = tps_accel_stateIndicatorPanel, 2
|
||||
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.04.10.alphax-4chan_f7.3495310684"
|
||||
signature = "rusEFI master.2024.04.10.alphax-4chan_f7.3405214822"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.04.10.alphax-4chan_f7.3495310684" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.04.10.alphax-4chan_f7.3405214822" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 02:23:37 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 04:49:26 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -3204,6 +3204,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
|
|||
fuelingLoad = scalar, F32, 1172, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1176, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1182, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
|
||||
; total TS size = 1184
|
||||
tpsFrom = scalar, F32, 1184
|
||||
tpsTo = scalar, F32, 1188
|
||||
|
@ -5580,6 +5582,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
|
|||
entry = fuelingLoad, "Fuel: Load", float, "%.3f"
|
||||
entry = ignitionLoad, "Ignition: load", float, "%.3f"
|
||||
entry = veTableYAxis, "veTableYAxis", float, "%.3f"
|
||||
entry = overDwellCounter, "overDwellCounter", int, "%d"
|
||||
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
|
||||
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
|
||||
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
|
||||
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
|
||||
|
@ -6586,6 +6590,9 @@ dialog = engine_stateDialog, "engine_state"
|
|||
graphLine = fuelingLoad
|
||||
graphLine = ignitionLoad
|
||||
graphLine = veTableYAxis
|
||||
graphLine = overDwellCounter
|
||||
liveGraph = engine_state_8_Graph, "Graph", South
|
||||
graphLine = overDwellNotScheduledCounter
|
||||
|
||||
indicatorPanel = tps_accel_stateIndicatorPanel, 2
|
||||
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.04.10.alphax-8chan-revA.2613198705"
|
||||
signature = "rusEFI master.2024.04.10.alphax-8chan-revA.2170781259"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.04.10.alphax-8chan-revA.2613198705" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.04.10.alphax-8chan-revA.2170781259" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 02:23:30 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 04:49:19 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -3204,6 +3204,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
|
|||
fuelingLoad = scalar, F32, 1172, "", 1, 0
|
||||
ignitionLoad = scalar, F32, 1176, "", 1, 0
|
||||
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
|
||||
overDwellCounter = scalar, U08, 1182, "", 1, 0
|
||||
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
|
||||
; total TS size = 1184
|
||||
tpsFrom = scalar, F32, 1184
|
||||
tpsTo = scalar, F32, 1188
|
||||
|
@ -5580,6 +5582,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
|
|||
entry = fuelingLoad, "Fuel: Load", float, "%.3f"
|
||||
entry = ignitionLoad, "Ignition: load", float, "%.3f"
|
||||
entry = veTableYAxis, "veTableYAxis", float, "%.3f"
|
||||
entry = overDwellCounter, "overDwellCounter", int, "%d"
|
||||
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
|
||||
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
|
||||
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
|
||||
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
|
||||
|
@ -6569,6 +6573,9 @@ dialog = engine_stateDialog, "engine_state"
|
|||
graphLine = fuelingLoad
|
||||
graphLine = ignitionLoad
|
||||
graphLine = veTableYAxis
|
||||
graphLine = overDwellCounter
|
||||
liveGraph = engine_state_8_Graph, "Graph", South
|
||||
graphLine = overDwellNotScheduledCounter
|
||||
|
||||
indicatorPanel = tps_accel_stateIndicatorPanel, 2
|
||||
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue