Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-02-03 21:44:31 +00:00
parent 6cfe95913d
commit e159d0806d
143 changed files with 468 additions and 326 deletions

View File

@ -832,7 +832,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1154,7 +1154,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.cypress.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.cypress.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -832,7 +832,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1337457196
#define SIGNATURE_HASH 1275879741
#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"
@ -1154,7 +1154,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.kin.1337457196"
#define TS_SIGNATURE "rusEFI master.2024.02.03.kin.1275879741"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1069,7 +1069,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3196070762
#define SIGNATURE_HASH 3174805627
#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"
@ -1391,7 +1391,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.subaru_eg33_f7.3196070762"
#define TS_SIGNATURE "rusEFI master.2024.02.03.subaru_eg33_f7.3174805627"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -406,6 +406,7 @@ entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"
entry = baseIgnitionAdvance, "Ignition: Timing", float, "%.3f"
entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f"
entry = tractionAdvanceDrop, "Traction: timing correction", float, "%.3f"
entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f"
entry = luaTimingAdd, "Ign: Lua timing add", float, "%.3f"
entry = luaTimingMult, "Ign: Lua timing mult", float, "%.3f"

View File

@ -39,6 +39,7 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = baseIgnitionAdvance
graphLine = correctedIgnitionAdvance
liveGraph = ignition_state_3_Graph, "Graph", South
graphLine = tractionAdvanceDrop
graphLine = dwellVoltageCorrection
graphLine = luaTimingAdd
graphLine = luaTimingMult

View File

@ -497,6 +497,7 @@ timingIatCorrection = scalar, S16, 862, "deg", 0.01,0
timingPidCorrection = scalar, S16, 864, "deg", 0.01,0
baseIgnitionAdvance = scalar, S16, 866, "deg", 0.02, 0
correctedIgnitionAdvance = scalar, S16, 868, "deg", 0.02, 0
tractionAdvanceDrop = scalar, S16, 870, "deg", 0.02, 0
dwellVoltageCorrection = scalar, F32, 872, "", 1, 0
luaTimingAdd = scalar, F32, 876, "deg", 1, 0
luaTimingMult = scalar, F32, 880, "deg", 1, 0

View File

@ -355,6 +355,7 @@ static const LogField fields[] = {
{engine->ignitionState.timingPidCorrection, "Idle: Timing adjustment", "deg", 2, "Timing"},
{engine->ignitionState.baseIgnitionAdvance, "Ignition: Timing", "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},
{engine->ignitionState.luaTimingAdd, "Ign: Lua timing add", "deg", 2, "Timing"},
{engine->ignitionState.luaTimingMult, "Ign: Lua timing mult", "deg", 2, "Timing"},

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/ignition_state.txt Wed Jan 03 20:30:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/ignition_state.txt Sat Feb 03 21:42:28 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -57,11 +57,11 @@ struct ignition_state_s {
*/
scaled_channel<int16_t, 50, 1> correctedIgnitionAdvance = (int16_t)0;
/**
* need 4 byte alignment
* units: units
* Traction: timing correction
* units: deg
* offset 22
*/
uint8_t alignmentFill_at_22[2];
scaled_channel<int16_t, 50, 1> tractionAdvanceDrop = (int16_t)0;
/**
* Ign: Dwell voltage correction
* offset 24
@ -180,4 +180,4 @@ struct ignition_state_s {
static_assert(sizeof(ignition_state_s) == 40);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/ignition_state.txt Wed Jan 03 20:30:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/ignition_state.txt Sat Feb 03 21:42:28 UTC 2024

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2367707048
#define SIGNATURE_HASH 2392575161
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-2chan.2367707048"
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-2chan.2392575161"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1161,7 +1161,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2215152718
#define SIGNATURE_HASH 2276661087
#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"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-4chan.2215152718"
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-4chan.2276661087"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1161,7 +1161,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2215152718
#define SIGNATURE_HASH 2276661087
#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"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-4chan_f7.2215152718"
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-4chan_f7.2276661087"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1277232026
#define SIGNATURE_HASH 1335531659
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-8chan-revA.1277232026"
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-8chan-revA.1335531659"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 754149764
#define SIGNATURE_HASH 793309845
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-8chan.754149764"
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-8chan.793309845"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 754149764
#define SIGNATURE_HASH 793309845
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-8chan_f7.754149764"
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-8chan_f7.793309845"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.at_start_f435.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.at_start_f435.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1231153612
#define SIGNATURE_HASH 1255830237
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.atlas.1231153612"
#define TS_SIGNATURE "rusEFI master.2024.02.03.atlas.1255830237"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1226948666
#define SIGNATURE_HASH 1251629867
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.f407-discovery.1226948666"
#define TS_SIGNATURE "rusEFI master.2024.02.03.f407-discovery.1251629867"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.f429-discovery.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.f429-discovery.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1068579601
#define SIGNATURE_HASH 1007329280
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.f469-discovery.1068579601"
#define TS_SIGNATURE "rusEFI master.2024.02.03.f469-discovery.1007329280"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1553041833
#define SIGNATURE_HASH 1596592824
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.frankenso_na6.1553041833"
#define TS_SIGNATURE "rusEFI master.2024.02.03.frankenso_na6.1596592824"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4185888514
#define SIGNATURE_HASH 4207152147
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-112-17.4185888514"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-112-17.4207152147"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 794531386
#define SIGNATURE_HASH 752880939
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-gm-e67.794531386"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-gm-e67.752880939"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 836401239
#define SIGNATURE_HASH 845275974
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-honda-k.836401239"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-honda-k.845275974"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 286255691
#define SIGNATURE_HASH 313815386
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-nb1.286255691"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-nb1.313815386"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3219988598
#define SIGNATURE_HASH 3159800679
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen121nissan.3219988598"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen121nissan.3159800679"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1025450084
#define SIGNATURE_HASH 1050983285
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen121vag.1025450084"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen121vag.1050983285"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3774093173
#define SIGNATURE_HASH 3813641316
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen128.3774093173"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen128.3813641316"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4150409052
#define SIGNATURE_HASH 4107906125
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen154hyundai.4150409052"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen154hyundai.4107906125"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2374486302
#define SIGNATURE_HASH 2386317839
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen72.2374486302"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen72.2386317839"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1760996708
#define SIGNATURE_HASH 1800222325
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen81.1760996708"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen81.1800222325"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3655925920
#define SIGNATURE_HASH 3662846897
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen88bmw.3655925920"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen88bmw.3662846897"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1974954725
#define SIGNATURE_HASH 1980559860
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellenNA6.1974954725"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellenNA6.1980559860"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1161,7 +1161,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2055131021
#define SIGNATURE_HASH 2042975388
#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"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellenNA8_96.2055131021"
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellenNA8_96.2042975388"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1743245993
#define SIGNATURE_HASH 1683769784
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.m74_9.1743245993"
#define TS_SIGNATURE "rusEFI master.2024.02.03.m74_9.1683769784"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1081926424
#define SIGNATURE_HASH 1137145865
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.mre_f4.1081926424"
#define TS_SIGNATURE "rusEFI master.2024.02.03.mre_f4.1137145865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1081926424
#define SIGNATURE_HASH 1137145865
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.mre_f7.1081926424"
#define TS_SIGNATURE "rusEFI master.2024.02.03.mre_f7.1137145865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.nucleo_h743.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.nucleo_h743.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1039331346
#define SIGNATURE_HASH 1044998915
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.prometheus_405.1039331346"
#define TS_SIGNATURE "rusEFI master.2024.02.03.prometheus_405.1044998915"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1039331346
#define SIGNATURE_HASH 1044998915
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.prometheus_469.1039331346"
#define TS_SIGNATURE "rusEFI master.2024.02.03.prometheus_469.1044998915"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 1995929836
#define SIGNATURE_HASH 1967973373
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.proteus_f4.1995929836"
#define TS_SIGNATURE "rusEFI master.2024.02.03.proteus_f4.1967973373"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 1995929836
#define SIGNATURE_HASH 1967973373
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.proteus_f7.1995929836"
#define TS_SIGNATURE "rusEFI master.2024.02.03.proteus_f7.1967973373"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 1995929836
#define SIGNATURE_HASH 1967973373
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.proteus_h7.1995929836"
#define TS_SIGNATURE "rusEFI master.2024.02.03.proteus_h7.1967973373"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2762026180
#define SIGNATURE_HASH 2803546069
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.s105.2762026180"
#define TS_SIGNATURE "rusEFI master.2024.02.03.s105.2803546069"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 868741387
#define SIGNATURE_HASH 813459994
#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"
@ -1481,7 +1481,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.small-can-board.868741387"
#define TS_SIGNATURE "rusEFI master.2024.02.03.small-can-board.813459994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f413_nucleo.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f413_nucleo.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f429_nucleo.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f429_nucleo.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f767_nucleo.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f767_nucleo.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 224804226
#define SIGNATURE_HASH 249407123
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.t-b-g.224804226"
#define TS_SIGNATURE "rusEFI master.2024.02.03.t-b-g.249407123"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2278035872
#define SIGNATURE_HASH 2222164657
#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"
@ -1480,7 +1480,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.02.03.tdg-pdm8.2278035872"
#define TS_SIGNATURE "rusEFI master.2024.02.03.tdg-pdm8.2222164657"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 918969341
#define SIGNATURE_HASH 897433836
#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"
@ -1482,7 +1482,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.02.03.uaefi.918969341"
#define TS_SIGNATURE "rusEFI master.2024.02.03.uaefi.897433836"
#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.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2367707048
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-2chan.2367707048"
#define SIGNATURE_HASH 2392575161
#define TS_SIGNATURE "rusEFI master.2024.02.03.alphax-2chan.2392575161"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 224804226
#define TS_SIGNATURE "rusEFI master.2024.02.03.cypress.224804226"
#define SIGNATURE_HASH 249407123
#define TS_SIGNATURE "rusEFI master.2024.02.03.cypress.249407123"

View File

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

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4185888514
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-112-17.4185888514"
#define SIGNATURE_HASH 4207152147
#define TS_SIGNATURE "rusEFI master.2024.02.03.hellen-112-17.4207152147"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 1337457196
#define TS_SIGNATURE "rusEFI master.2024.02.03.kin.1337457196"
#define SIGNATURE_HASH 1275879741
#define TS_SIGNATURE "rusEFI master.2024.02.03.kin.1275879741"

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 224804226
#define TS_SIGNATURE "rusEFI master.2024.02.03.nucleo_h743.224804226"
#define SIGNATURE_HASH 249407123
#define TS_SIGNATURE "rusEFI master.2024.02.03.nucleo_h743.249407123"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 224804226
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f413_nucleo.224804226"
#define SIGNATURE_HASH 249407123
#define TS_SIGNATURE "rusEFI master.2024.02.03.stm32f413_nucleo.249407123"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3196070762
#define TS_SIGNATURE "rusEFI master.2024.02.03.subaru_eg33_f7.3196070762"
#define SIGNATURE_HASH 3174805627
#define TS_SIGNATURE "rusEFI master.2024.02.03.subaru_eg33_f7.3174805627"

View File

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

View File

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

View File

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

View File

@ -841,6 +841,9 @@ float getOutputValueByName(const char *name) {
// correctedIgnitionAdvance
case 352421907:
return engine->ignitionState.correctedIgnitionAdvance;
// tractionAdvanceDrop
case -899895696:
return engine->ignitionState.tractionAdvanceDrop;
// dwellVoltageCorrection
case -80612537:
return engine->ignitionState.dwellVoltageCorrection;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.02.03.alphax-2chan.2367707048"
signature = "rusEFI master.2024.02.03.alphax-2chan.2392575161"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.02.03.alphax-2chan.2367707048" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.02.03.alphax-2chan.2392575161" ; 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
@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 20:57:50 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 21:42:41 UTC 2024
pageSize = 22232
page = 1
@ -2938,6 +2938,7 @@ timingIatCorrection = scalar, S16, 862, "deg", 0.01,0
timingPidCorrection = scalar, S16, 864, "deg", 0.01,0
baseIgnitionAdvance = scalar, S16, 866, "deg", 0.02, 0
correctedIgnitionAdvance = scalar, S16, 868, "deg", 0.02, 0
tractionAdvanceDrop = scalar, S16, 870, "deg", 0.02, 0
dwellVoltageCorrection = scalar, F32, 872, "", 1, 0
luaTimingAdd = scalar, F32, 876, "deg", 1, 0
luaTimingMult = scalar, F32, 880, "deg", 1, 0
@ -5209,6 +5210,7 @@ entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"
entry = baseIgnitionAdvance, "Ignition: Timing", float, "%.3f"
entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f"
entry = tractionAdvanceDrop, "Traction: timing correction", float, "%.3f"
entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f"
entry = luaTimingAdd, "Ign: Lua timing add", float, "%.3f"
entry = luaTimingMult, "Ign: Lua timing mult", float, "%.3f"
@ -6112,6 +6114,7 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = baseIgnitionAdvance
graphLine = correctedIgnitionAdvance
liveGraph = ignition_state_3_Graph, "Graph", South
graphLine = tractionAdvanceDrop
graphLine = dwellVoltageCorrection
graphLine = luaTimingAdd
graphLine = luaTimingMult

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.02.03.alphax-4chan.2215152718"
signature = "rusEFI master.2024.02.03.alphax-4chan.2276661087"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.02.03.alphax-4chan.2215152718" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.02.03.alphax-4chan.2276661087" ; 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
@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 20:57:52 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 21:42:44 UTC 2024
pageSize = 22232
page = 1
@ -2938,6 +2938,7 @@ timingIatCorrection = scalar, S16, 862, "deg", 0.01,0
timingPidCorrection = scalar, S16, 864, "deg", 0.01,0
baseIgnitionAdvance = scalar, S16, 866, "deg", 0.02, 0
correctedIgnitionAdvance = scalar, S16, 868, "deg", 0.02, 0
tractionAdvanceDrop = scalar, S16, 870, "deg", 0.02, 0
dwellVoltageCorrection = scalar, F32, 872, "", 1, 0
luaTimingAdd = scalar, F32, 876, "deg", 1, 0
luaTimingMult = scalar, F32, 880, "deg", 1, 0
@ -5209,6 +5210,7 @@ entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"
entry = baseIgnitionAdvance, "Ignition: Timing", float, "%.3f"
entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f"
entry = tractionAdvanceDrop, "Traction: timing correction", float, "%.3f"
entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f"
entry = luaTimingAdd, "Ign: Lua timing add", float, "%.3f"
entry = luaTimingMult, "Ign: Lua timing mult", float, "%.3f"
@ -6115,6 +6117,7 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = baseIgnitionAdvance
graphLine = correctedIgnitionAdvance
liveGraph = ignition_state_3_Graph, "Graph", South
graphLine = tractionAdvanceDrop
graphLine = dwellVoltageCorrection
graphLine = luaTimingAdd
graphLine = luaTimingMult

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.02.03.alphax-4chan_f7.2215152718"
signature = "rusEFI master.2024.02.03.alphax-4chan_f7.2276661087"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.02.03.alphax-4chan_f7.2215152718" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.02.03.alphax-4chan_f7.2276661087" ; 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
@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 20:57:55 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 21:42:47 UTC 2024
pageSize = 22232
page = 1
@ -2938,6 +2938,7 @@ timingIatCorrection = scalar, S16, 862, "deg", 0.01,0
timingPidCorrection = scalar, S16, 864, "deg", 0.01,0
baseIgnitionAdvance = scalar, S16, 866, "deg", 0.02, 0
correctedIgnitionAdvance = scalar, S16, 868, "deg", 0.02, 0
tractionAdvanceDrop = scalar, S16, 870, "deg", 0.02, 0
dwellVoltageCorrection = scalar, F32, 872, "", 1, 0
luaTimingAdd = scalar, F32, 876, "deg", 1, 0
luaTimingMult = scalar, F32, 880, "deg", 1, 0
@ -5209,6 +5210,7 @@ entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"
entry = baseIgnitionAdvance, "Ignition: Timing", float, "%.3f"
entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f"
entry = tractionAdvanceDrop, "Traction: timing correction", float, "%.3f"
entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f"
entry = luaTimingAdd, "Ign: Lua timing add", float, "%.3f"
entry = luaTimingMult, "Ign: Lua timing mult", float, "%.3f"
@ -6115,6 +6117,7 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = baseIgnitionAdvance
graphLine = correctedIgnitionAdvance
liveGraph = ignition_state_3_Graph, "Graph", South
graphLine = tractionAdvanceDrop
graphLine = dwellVoltageCorrection
graphLine = luaTimingAdd
graphLine = luaTimingMult

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.02.03.alphax-8chan-revA.1277232026"
signature = "rusEFI master.2024.02.03.alphax-8chan-revA.1335531659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.02.03.alphax-8chan-revA.1277232026" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.02.03.alphax-8chan-revA.1335531659" ; 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
@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 20:58:03 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Feb 03 21:42:55 UTC 2024
pageSize = 22232
page = 1
@ -2938,6 +2938,7 @@ timingIatCorrection = scalar, S16, 862, "deg", 0.01,0
timingPidCorrection = scalar, S16, 864, "deg", 0.01,0
baseIgnitionAdvance = scalar, S16, 866, "deg", 0.02, 0
correctedIgnitionAdvance = scalar, S16, 868, "deg", 0.02, 0
tractionAdvanceDrop = scalar, S16, 870, "deg", 0.02, 0
dwellVoltageCorrection = scalar, F32, 872, "", 1, 0
luaTimingAdd = scalar, F32, 876, "deg", 1, 0
luaTimingMult = scalar, F32, 880, "deg", 1, 0
@ -5209,6 +5210,7 @@ entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"
entry = baseIgnitionAdvance, "Ignition: Timing", float, "%.3f"
entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f"
entry = tractionAdvanceDrop, "Traction: timing correction", float, "%.3f"
entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f"
entry = luaTimingAdd, "Ign: Lua timing add", float, "%.3f"
entry = luaTimingMult, "Ign: Lua timing mult", float, "%.3f"
@ -6115,6 +6117,7 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = baseIgnitionAdvance
graphLine = correctedIgnitionAdvance
liveGraph = ignition_state_3_Graph, "Graph", South
graphLine = tractionAdvanceDrop
graphLine = dwellVoltageCorrection
graphLine = luaTimingAdd
graphLine = luaTimingMult

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