Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-09-01 20:47:26 +00:00
parent 41d101092a
commit 2f7c3c1b8f
169 changed files with 535 additions and 535 deletions

View File

@ -435,7 +435,7 @@ entry = dwellDurationAngle, "Ignition: dwell duration", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"
entry = baseIgnitionAdvance, "Ignition: Timing", float, "%.3f"
entry = baseIgnitionAdvance, "Timing: base ignition", float, "%.3f"
entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f"
entry = tractionAdvanceDrop, "Traction: timing correction", float, "%.3f"
entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f"

View File

@ -391,7 +391,7 @@ dwellDurationAngle("Ignition: dwell duration\nas crankshaft angle\nNAN if engine
cltTimingCorrection("Ign: CLT correction", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 904, 0.01, -20.0, 20.0, "deg"),
timingIatCorrection("Ign: IAT correction", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 906, 0.01, -20.0, 20.0, "deg"),
timingPidCorrection("Idle: Timing adjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 908, 0.01, -20.0, 20.0, "deg"),
baseIgnitionAdvance("Ignition: Timing", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 910, 0.02, 0.0, 0.0, "deg"),
baseIgnitionAdvance("Timing: base ignition", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 910, 0.02, 0.0, 0.0, "deg"),
correctedIgnitionAdvance("Timing: ignition", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 912, 0.02, 0.0, 0.0, "deg"),
tractionAdvanceDrop("Traction: timing correction", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 914, 0.02, 0.0, 0.0, "deg"),
dwellVoltageCorrection("Ign: Dwell voltage correction", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -1.0, -1.0, ""),

View File

@ -386,7 +386,7 @@ static const LogField fields[] = {
{engine->ignitionState.cltTimingCorrection, "Ign: CLT correction", "deg", 2, "Timing"},
{engine->ignitionState.timingIatCorrection, "Ign: IAT correction", "deg", 2, "Timing"},
{engine->ignitionState.timingPidCorrection, "Idle: Timing adjustment", "deg", 2, "Timing"},
{engine->ignitionState.baseIgnitionAdvance, "Ignition: Timing", "deg", 1},
{engine->ignitionState.baseIgnitionAdvance, "Timing: base ignition", "deg", 1},
{engine->ignitionState.correctedIgnitionAdvance, "Timing: ignition", "deg", 1},
{engine->ignitionState.tractionAdvanceDrop, "Traction: timing correction", "deg", 1},
{engine->ignitionState.dwellVoltageCorrection, "Ign: Dwell voltage correction", "", 0},

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1295,7 +1295,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3874134281
#define SIGNATURE_HASH 2442442289
#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"
@ -1741,7 +1741,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.09.01.alphax-2chan.3874134281"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-2chan.2442442289"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1296,7 +1296,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 908817388
#define SIGNATURE_HASH 1096113364
#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"
@ -1742,7 +1742,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.09.01.alphax-4chan.908817388"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4chan.1096113364"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1296,7 +1296,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 908817388
#define SIGNATURE_HASH 1096113364
#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"
@ -1742,7 +1742,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.09.01.alphax-4chan_f7.908817388"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4chan_f7.1096113364"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4050813997
#define SIGNATURE_HASH 2248977173
#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"
@ -1744,7 +1744,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.09.01.alphax-4k-gdi.4050813997"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4k-gdi.2248977173"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1295,7 +1295,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3962974211
#define SIGNATURE_HASH 2605195067
#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"
@ -1741,7 +1741,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.09.01.alphax-8chan-revA.3962974211"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan-revA.2605195067"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1295,7 +1295,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3965921913
#define SIGNATURE_HASH 2602370369
#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"
@ -1741,7 +1741,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.09.01.alphax-8chan.3965921913"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan.2602370369"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1295,7 +1295,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3965921913
#define SIGNATURE_HASH 2602370369
#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"
@ -1741,7 +1741,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.09.01.alphax-8chan_f7.3965921913"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan_f7.2602370369"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -642,7 +642,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1294,7 +1294,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2862375304
#define SIGNATURE_HASH 3722596016
#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"
@ -1740,7 +1740,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.09.01.alphax-silver.2862375304"
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-silver.3722596016"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.at_start_f435.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.at_start_f435.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3542466144
#define SIGNATURE_HASH 2757464408
#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"
@ -1743,7 +1743,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.09.01.atlas.3542466144"
#define TS_SIGNATURE "rusEFI master.2024.09.01.atlas.2757464408"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 863211855
#define SIGNATURE_HASH 1141751415
#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"
@ -1743,7 +1743,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.09.01.f407-discovery.863211855"
#define TS_SIGNATURE "rusEFI master.2024.09.01.f407-discovery.1141751415"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.f429-discovery.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.f429-discovery.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2784324797
#define SIGNATURE_HASH 3532342149
#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"
@ -1743,7 +1743,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.09.01.f469-discovery.2784324797"
#define TS_SIGNATURE "rusEFI master.2024.09.01.f469-discovery.3532342149"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3248561717
#define SIGNATURE_HASH 3068080397
#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"
@ -1743,7 +1743,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.09.01.frankenso_na6.3248561717"
#define TS_SIGNATURE "rusEFI master.2024.09.01.frankenso_na6.3068080397"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.haba208.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.haba208.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 506131114
#define SIGNATURE_HASH 1767169426
#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"
@ -1744,7 +1744,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.09.01.hellen-112-17.506131114"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-112-17.1767169426"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1532693910
#define SIGNATURE_HASH 740631214
#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"
@ -1743,7 +1743,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.09.01.hellen-gm-e67.1532693910"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-gm-e67.740631214"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -643,7 +643,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1296,7 +1296,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2521037924
#define SIGNATURE_HASH 3778925404
#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"
@ -1744,7 +1744,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.09.01.hellen-honda-k.2521037924"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-honda-k.3778925404"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 344244017
#define SIGNATURE_HASH 1677365257
#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"
@ -1744,7 +1744,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.09.01.hellen-nb1.344244017"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-nb1.1677365257"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2847108583
#define SIGNATURE_HASH 3737993951
#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"
@ -1744,7 +1744,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.09.01.hellen121nissan.2847108583"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen121nissan.3737993951"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 533785321
#define SIGNATURE_HASH 1756284369
#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"
@ -1744,7 +1744,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.09.01.hellen121vag.533785321"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen121vag.1756284369"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2058371289
#define SIGNATURE_HASH 231632865
#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"
@ -1744,7 +1744,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.09.01.hellen128.2058371289"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen128.231632865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3427235289
#define SIGNATURE_HASH 3141098209
#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"
@ -1744,7 +1744,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.09.01.hellen154hyundai.3427235289"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen154hyundai.3141098209"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3144300914
#define SIGNATURE_HASH 3423868490
#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"
@ -1744,7 +1744,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.09.01.hellen154hyundai_f7.3144300914"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen154hyundai_f7.3423868490"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1779075064
#define SIGNATURE_HASH 494184640
#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"
@ -1744,7 +1744,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.09.01.hellen72.1779075064"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen72.494184640"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4071815880
#define SIGNATURE_HASH 2244793840
#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"
@ -1743,7 +1743,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.09.01.hellen81.4071815880"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen81.2244793840"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3851546507
#define SIGNATURE_HASH 2465185971
#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"
@ -1744,7 +1744,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.09.01.hellen88bmw.3851546507"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen88bmw.2465185971"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 59214286
#define SIGNATURE_HASH 1962518262
#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"
@ -1744,7 +1744,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.09.01.hellenNA6.59214286"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellenNA6.1962518262"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1299,7 +1299,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 4234005248
#define SIGNATURE_HASH 2334385208
#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"
@ -1745,7 +1745,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.09.01.hellenNA8_96.4234005248"
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellenNA8_96.2334385208"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 597185265
#define SIGNATURE_HASH 1424391625
#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"
@ -1744,7 +1744,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.09.01.m74_9.597185265"
#define TS_SIGNATURE "rusEFI master.2024.09.01.m74_9.1424391625"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2315589473
#define SIGNATURE_HASH 4252711001
#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"
@ -1744,7 +1744,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.09.01.mre-legacy_f4.2315589473"
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre-legacy_f4.4252711001"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2315589473
#define SIGNATURE_HASH 4252711001
#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"
@ -1744,7 +1744,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.09.01.mre_f4.2315589473"
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre_f4.4252711001"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2315589473
#define SIGNATURE_HASH 4252711001
#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"
@ -1744,7 +1744,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.09.01.mre_f7.2315589473"
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre_f7.4252711001"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.nucleo_f413.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.nucleo_f413.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2813765566
#define SIGNATURE_HASH 3502803078
#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"
@ -1743,7 +1743,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.09.01.prometheus_405.2813765566"
#define TS_SIGNATURE "rusEFI master.2024.09.01.prometheus_405.3502803078"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2813765566
#define SIGNATURE_HASH 3502803078
#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"
@ -1743,7 +1743,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.09.01.prometheus_469.2813765566"
#define TS_SIGNATURE "rusEFI master.2024.09.01.prometheus_469.3502803078"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2100940812
#define SIGNATURE_HASH 172490548
#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"
@ -1743,7 +1743,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.09.01.proteus_f4.2100940812"
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_f4.172490548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2100940812
#define SIGNATURE_HASH 172490548
#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"
@ -1743,7 +1743,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.09.01.proteus_f7.2100940812"
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_f7.172490548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2100940812
#define SIGNATURE_HASH 172490548
#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"
@ -1743,7 +1743,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.09.01.proteus_h7.2100940812"
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_h7.172490548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 682224364
#define SIGNATURE_HASH 1607976404
#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"
@ -1744,7 +1744,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.09.01.s105.682224364"
#define TS_SIGNATURE "rusEFI master.2024.09.01.s105.1607976404"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_small_can_board_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 835667980
#define SIGNATURE_HASH 1186031412
#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"
@ -1745,7 +1745,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.09.01.small-can-board.835667980"
#define TS_SIGNATURE "rusEFI master.2024.09.01.small-can-board.1186031412"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.stm32f429_nucleo.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32f429_nucleo.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.stm32f767_nucleo.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32f767_nucleo.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.stm32h743_nucleo.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32h743_nucleo.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3355660912
#define SIGNATURE_HASH 3212672328
#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"
@ -1744,7 +1744,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.09.01.subaru_eg33_f7.3355660912"
#define TS_SIGNATURE "rusEFI master.2024.09.01.subaru_eg33_f7.3212672328"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2535615022
#define SIGNATURE_HASH 3764143382
#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"
@ -1743,7 +1743,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.09.01.t-b-g.2535615022"
#define TS_SIGNATURE "rusEFI master.2024.09.01.t-b-g.3764143382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1297,7 +1297,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2903496358
#define SIGNATURE_HASH 3664902558
#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"
@ -1743,7 +1743,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.09.01.tdg-pdm8.2903496358"
#define TS_SIGNATURE "rusEFI master.2024.09.01.tdg-pdm8.3664902558"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_test_presets false
#define show_uaefi_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3065294786
#define SIGNATURE_HASH 3251273978
#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"
@ -1744,7 +1744,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.09.01.uaefi.3065294786"
#define TS_SIGNATURE "rusEFI master.2024.09.01.uaefi.3251273978"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -645,7 +645,7 @@
#define GAUGE_NAME_TCHARGE "Air: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
#define GAUGE_NAME_TIMING_ADVANCE "Timing: base ignition"
#define GAUGE_NAME_TPS "TPS"
#define GAUGE_NAME_TPS2 "TPS2"
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
@ -1298,7 +1298,7 @@
#define show_test_presets false
#define show_uaefi121_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1835160581
#define SIGNATURE_HASH 438074173
#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"
@ -1744,7 +1744,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.09.01.uaefi121.1835160581"
#define TS_SIGNATURE "rusEFI master.2024.09.01.uaefi121.438074173"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3874134281
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-2chan.3874134281"
#define SIGNATURE_HASH 2442442289
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-2chan.2442442289"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 908817388
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4chan.908817388"
#define SIGNATURE_HASH 1096113364
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4chan.1096113364"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 908817388
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4chan_f7.908817388"
#define SIGNATURE_HASH 1096113364
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4chan_f7.1096113364"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4050813997
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4k-gdi.4050813997"
#define SIGNATURE_HASH 2248977173
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-4k-gdi.2248977173"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3962974211
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan-revA.3962974211"
#define SIGNATURE_HASH 2605195067
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan-revA.2605195067"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3965921913
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan.3965921913"
#define SIGNATURE_HASH 2602370369
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan.2602370369"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3965921913
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan_f7.3965921913"
#define SIGNATURE_HASH 2602370369
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-8chan_f7.2602370369"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2862375304
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-silver.2862375304"
#define SIGNATURE_HASH 3722596016
#define TS_SIGNATURE "rusEFI master.2024.09.01.alphax-silver.3722596016"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.at_start_f435.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.at_start_f435.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3542466144
#define TS_SIGNATURE "rusEFI master.2024.09.01.atlas.3542466144"
#define SIGNATURE_HASH 2757464408
#define TS_SIGNATURE "rusEFI master.2024.09.01.atlas.2757464408"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 863211855
#define TS_SIGNATURE "rusEFI master.2024.09.01.f407-discovery.863211855"
#define SIGNATURE_HASH 1141751415
#define TS_SIGNATURE "rusEFI master.2024.09.01.f407-discovery.1141751415"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.f429-discovery.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.f429-discovery.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2784324797
#define TS_SIGNATURE "rusEFI master.2024.09.01.f469-discovery.2784324797"
#define SIGNATURE_HASH 3532342149
#define TS_SIGNATURE "rusEFI master.2024.09.01.f469-discovery.3532342149"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3248561717
#define TS_SIGNATURE "rusEFI master.2024.09.01.frankenso_na6.3248561717"
#define SIGNATURE_HASH 3068080397
#define TS_SIGNATURE "rusEFI master.2024.09.01.frankenso_na6.3068080397"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.haba208.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.haba208.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 506131114
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-112-17.506131114"
#define SIGNATURE_HASH 1767169426
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-112-17.1767169426"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1532693910
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-gm-e67.1532693910"
#define SIGNATURE_HASH 740631214
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-gm-e67.740631214"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2521037924
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-honda-k.2521037924"
#define SIGNATURE_HASH 3778925404
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-honda-k.3778925404"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 344244017
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-nb1.344244017"
#define SIGNATURE_HASH 1677365257
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen-nb1.1677365257"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2847108583
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen121nissan.2847108583"
#define SIGNATURE_HASH 3737993951
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen121nissan.3737993951"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 533785321
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen121vag.533785321"
#define SIGNATURE_HASH 1756284369
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen121vag.1756284369"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2058371289
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen128.2058371289"
#define SIGNATURE_HASH 231632865
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen128.231632865"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3427235289
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen154hyundai.3427235289"
#define SIGNATURE_HASH 3141098209
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen154hyundai.3141098209"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3144300914
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen154hyundai_f7.3144300914"
#define SIGNATURE_HASH 3423868490
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen154hyundai_f7.3423868490"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1779075064
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen72.1779075064"
#define SIGNATURE_HASH 494184640
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen72.494184640"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4071815880
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen81.4071815880"
#define SIGNATURE_HASH 2244793840
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen81.2244793840"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3851546507
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen88bmw.3851546507"
#define SIGNATURE_HASH 2465185971
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellen88bmw.2465185971"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 59214286
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellenNA6.59214286"
#define SIGNATURE_HASH 1962518262
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellenNA6.1962518262"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4234005248
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellenNA8_96.4234005248"
#define SIGNATURE_HASH 2334385208
#define TS_SIGNATURE "rusEFI master.2024.09.01.hellenNA8_96.2334385208"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 597185265
#define TS_SIGNATURE "rusEFI master.2024.09.01.m74_9.597185265"
#define SIGNATURE_HASH 1424391625
#define TS_SIGNATURE "rusEFI master.2024.09.01.m74_9.1424391625"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2315589473
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre-legacy_f4.2315589473"
#define SIGNATURE_HASH 4252711001
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre-legacy_f4.4252711001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2315589473
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre_f4.2315589473"
#define SIGNATURE_HASH 4252711001
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre_f4.4252711001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2315589473
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre_f7.2315589473"
#define SIGNATURE_HASH 4252711001
#define TS_SIGNATURE "rusEFI master.2024.09.01.mre_f7.4252711001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.nucleo_f413.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.nucleo_f413.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2813765566
#define TS_SIGNATURE "rusEFI master.2024.09.01.prometheus_405.2813765566"
#define SIGNATURE_HASH 3502803078
#define TS_SIGNATURE "rusEFI master.2024.09.01.prometheus_405.3502803078"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2813765566
#define TS_SIGNATURE "rusEFI master.2024.09.01.prometheus_469.2813765566"
#define SIGNATURE_HASH 3502803078
#define TS_SIGNATURE "rusEFI master.2024.09.01.prometheus_469.3502803078"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2100940812
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_f4.2100940812"
#define SIGNATURE_HASH 172490548
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_f4.172490548"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2100940812
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_f7.2100940812"
#define SIGNATURE_HASH 172490548
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_f7.172490548"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2100940812
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_h7.2100940812"
#define SIGNATURE_HASH 172490548
#define TS_SIGNATURE "rusEFI master.2024.09.01.proteus_h7.172490548"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 682224364
#define TS_SIGNATURE "rusEFI master.2024.09.01.s105.682224364"
#define SIGNATURE_HASH 1607976404
#define TS_SIGNATURE "rusEFI master.2024.09.01.s105.1607976404"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 835667980
#define TS_SIGNATURE "rusEFI master.2024.09.01.small-can-board.835667980"
#define SIGNATURE_HASH 1186031412
#define TS_SIGNATURE "rusEFI master.2024.09.01.small-can-board.1186031412"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32f429_nucleo.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32f429_nucleo.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32f767_nucleo.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32f767_nucleo.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32h743_nucleo.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.stm32h743_nucleo.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3355660912
#define TS_SIGNATURE "rusEFI master.2024.09.01.subaru_eg33_f7.3355660912"
#define SIGNATURE_HASH 3212672328
#define TS_SIGNATURE "rusEFI master.2024.09.01.subaru_eg33_f7.3212672328"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2535615022
#define TS_SIGNATURE "rusEFI master.2024.09.01.t-b-g.2535615022"
#define SIGNATURE_HASH 3764143382
#define TS_SIGNATURE "rusEFI master.2024.09.01.t-b-g.3764143382"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2903496358
#define TS_SIGNATURE "rusEFI master.2024.09.01.tdg-pdm8.2903496358"
#define SIGNATURE_HASH 3664902558
#define TS_SIGNATURE "rusEFI master.2024.09.01.tdg-pdm8.3664902558"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3065294786
#define TS_SIGNATURE "rusEFI master.2024.09.01.uaefi.3065294786"
#define SIGNATURE_HASH 3251273978
#define TS_SIGNATURE "rusEFI master.2024.09.01.uaefi.3251273978"

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