Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-12-21 05:30:52 +00:00
parent e9deb360e6
commit c5e1488407
143 changed files with 776 additions and 442 deletions

View File

@ -817,7 +817,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1116,7 +1116,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.2023.12.21.cypress.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -817,7 +817,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3224522185
#define SIGNATURE_HASH 3142154050
#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"
@ -1116,7 +1116,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.2023.12.21.kin.3224522185"
#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3142154050"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1055,7 +1055,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2238598512
#define SIGNATURE_HASH 4262819835
#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"
@ -1354,7 +1354,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.2023.12.21.subaru_eg33_f7.2238598512"
#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.4262819835"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -511,6 +511,8 @@ entry = clutchUpState, "Clutch: up", int, "%d"
entry = clutchDownState, "Clutch: down", int, "%d"
entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"

View File

@ -242,16 +242,19 @@ dialog = engine_stateDialog, "engine_state"
liveGraph = engine_state_4_Graph, "Graph", South
graphLine = brakePedalState
graphLine = startStopState
graphLine = smartChipState
graphLine = smartChipRestartCounter
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = startStopStateToggleCounter
graphLine = egtValue1
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = egtValue2
graphLine = desiredRpmLimit
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelInjectionCounter
graphLine = sparkCounter
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelingLoad
graphLine = ignitionLoad
liveGraph = engine_state_7_Graph, "Graph", South
graphLine = veTableYAxis
indicatorPanel = tps_accel_stateIndicatorPanel, 2

View File

@ -639,6 +639,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0
clutchDownState = scalar, S08, 1091, "", 1, 0
brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
smartChipState = scalar, S08, 1094, "", 1, 0
smartChipRestartCounter = scalar, S08, 1095, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]

View File

@ -386,6 +386,8 @@ static constexpr LogField fields[] = {
{engine->engineState.clutchDownState, "Clutch: down", "", 0},
{engine->engineState.brakePedalState, "Brake switch", "", 0},
{engine->engineState.startStopState, "startStopState", "", 0},
{engine->engineState.smartChipState, "smartChipState", "", 0},
{engine->engineState.smartChipRestartCounter, "smartChipRestartCounter", "", 0},
{engine->engineState.startStopStateToggleCounter, "startStopStateToggleCounter", "", 0},
{engine->engineState.egtValue1, "egtValue1", "", 0},
{engine->engineState.egtValue2, "egtValue2", "", 0},

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 21 17:00:41 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Thu Dec 21 05:28:46 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -214,11 +214,13 @@ struct engine_state_s {
*/
int8_t startStopState = (int8_t)0;
/**
* need 4 byte alignment
units
* offset 46
*/
uint8_t alignmentFill_at_46[2];
int8_t smartChipState = (int8_t)0;
/**
* offset 47
*/
int8_t smartChipRestartCounter = (int8_t)0;
/**
offset 48 bit 0 */
bool startStopPhysicalState : 1 {};
@ -245,76 +247,76 @@ struct engine_state_s {
bool luaDigitalState3 : 1 {};
/**
offset 48 bit 8 */
bool unusedBit_18_8 : 1 {};
bool unusedBit_19_8 : 1 {};
/**
offset 48 bit 9 */
bool unusedBit_18_9 : 1 {};
bool unusedBit_19_9 : 1 {};
/**
offset 48 bit 10 */
bool unusedBit_18_10 : 1 {};
bool unusedBit_19_10 : 1 {};
/**
offset 48 bit 11 */
bool unusedBit_18_11 : 1 {};
bool unusedBit_19_11 : 1 {};
/**
offset 48 bit 12 */
bool unusedBit_18_12 : 1 {};
bool unusedBit_19_12 : 1 {};
/**
offset 48 bit 13 */
bool unusedBit_18_13 : 1 {};
bool unusedBit_19_13 : 1 {};
/**
offset 48 bit 14 */
bool unusedBit_18_14 : 1 {};
bool unusedBit_19_14 : 1 {};
/**
offset 48 bit 15 */
bool unusedBit_18_15 : 1 {};
bool unusedBit_19_15 : 1 {};
/**
offset 48 bit 16 */
bool unusedBit_18_16 : 1 {};
bool unusedBit_19_16 : 1 {};
/**
offset 48 bit 17 */
bool unusedBit_18_17 : 1 {};
bool unusedBit_19_17 : 1 {};
/**
offset 48 bit 18 */
bool unusedBit_18_18 : 1 {};
bool unusedBit_19_18 : 1 {};
/**
offset 48 bit 19 */
bool unusedBit_18_19 : 1 {};
bool unusedBit_19_19 : 1 {};
/**
offset 48 bit 20 */
bool unusedBit_18_20 : 1 {};
bool unusedBit_19_20 : 1 {};
/**
offset 48 bit 21 */
bool unusedBit_18_21 : 1 {};
bool unusedBit_19_21 : 1 {};
/**
offset 48 bit 22 */
bool unusedBit_18_22 : 1 {};
bool unusedBit_19_22 : 1 {};
/**
offset 48 bit 23 */
bool unusedBit_18_23 : 1 {};
bool unusedBit_19_23 : 1 {};
/**
offset 48 bit 24 */
bool unusedBit_18_24 : 1 {};
bool unusedBit_19_24 : 1 {};
/**
offset 48 bit 25 */
bool unusedBit_18_25 : 1 {};
bool unusedBit_19_25 : 1 {};
/**
offset 48 bit 26 */
bool unusedBit_18_26 : 1 {};
bool unusedBit_19_26 : 1 {};
/**
offset 48 bit 27 */
bool unusedBit_18_27 : 1 {};
bool unusedBit_19_27 : 1 {};
/**
offset 48 bit 28 */
bool unusedBit_18_28 : 1 {};
bool unusedBit_19_28 : 1 {};
/**
offset 48 bit 29 */
bool unusedBit_18_29 : 1 {};
bool unusedBit_19_29 : 1 {};
/**
offset 48 bit 30 */
bool unusedBit_18_30 : 1 {};
bool unusedBit_19_30 : 1 {};
/**
offset 48 bit 31 */
bool unusedBit_18_31 : 1 {};
bool unusedBit_19_31 : 1 {};
/**
* offset 52
*/
@ -374,4 +376,4 @@ struct engine_state_s {
static_assert(sizeof(engine_state_s) == 88);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 21 17:00:41 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Thu Dec 21 05:28:46 UTC 2023

View File

@ -1145,7 +1145,7 @@
#define show_Frankenso_presets true
#define show_Hellen_presets true
#define show_test_presets true
#define SIGNATURE_HASH 4069932640
#define SIGNATURE_HASH 2314011883
#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"
@ -1444,7 +1444,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.2023.12.21.alphax-2chan.4069932640"
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.2314011883"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_Frankenso_presets true
#define show_Hellen_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2445496472
#define SIGNATURE_HASH 3937954323
#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"
@ -1445,7 +1445,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.2023.12.21.alphax-4chan.2445496472"
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.3937954323"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_Frankenso_presets true
#define show_Hellen_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2445496472
#define SIGNATURE_HASH 3937954323
#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"
@ -1445,7 +1445,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.2023.12.21.alphax-4chan_f7.2445496472"
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3004191844
#define SIGNATURE_HASH 3362483951
#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"
@ -1446,7 +1446,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.2023.12.21.alphax-8chan-revA.3004191844"
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1823760839
#define SIGNATURE_HASH 399465292
#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"
@ -1446,7 +1446,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.2023.12.21.alphax-8chan.1823760839"
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.399465292"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1823760839
#define SIGNATURE_HASH 399465292
#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"
@ -1446,7 +1446,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.2023.12.21.alphax-8chan_f7.1823760839"
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.399465292"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.at_start_f435.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3336855081
#define SIGNATURE_HASH 3181339810
#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"
@ -1442,7 +1442,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.2023.12.21.atlas.3336855081"
#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3181339810"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 73208052
#define SIGNATURE_HASH 2133207679
#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"
@ -1442,7 +1442,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.2023.12.21.f407-discovery.73208052"
#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.2133207679"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.f429-discovery.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2956233972
#define SIGNATURE_HASH 3410998911
#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"
@ -1442,7 +1442,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.2023.12.21.f469-discovery.2956233972"
#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.3410998911"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1144,7 +1144,7 @@
#define show_Frankenso_presets true
#define show_microRusEFI_presets false
#define show_test_presets true
#define SIGNATURE_HASH 2695981741
#define SIGNATURE_HASH 3687469094
#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"
@ -1443,7 +1443,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.2023.12.21.frankenso_na6.2695981741"
#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.3687469094"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1478696569
#define SIGNATURE_HASH 592979186
#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"
@ -1446,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.1478696569"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.592979186"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 839990423
#define SIGNATURE_HASH 1231685148
#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"
@ -1445,7 +1445,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.2023.12.21.hellen-gm-e67.839990423"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.1231685148"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1526969412
#define SIGNATURE_HASH 544771791
#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"
@ -1446,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.1526969412"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.544771791"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3978397552
#define SIGNATURE_HASH 2522529275
#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"
@ -1446,7 +1446,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.2023.12.21.hellen-nb1.3978397552"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.2522529275"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 466971731
#define SIGNATURE_HASH 1622038232
#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"
@ -1445,7 +1445,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.466971731"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.1622038232"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4060304167
#define SIGNATURE_HASH 2306369964
#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"
@ -1445,7 +1445,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.2023.12.21.hellen121vag.4060304167"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.2306369964"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1295060237
#define SIGNATURE_HASH 910833542
#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"
@ -1445,7 +1445,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.2023.12.21.hellen128.1295060237"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.910833542"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2957024987
#define SIGNATURE_HASH 3409683536
#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"
@ -1445,7 +1445,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.2957024987"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.3409683536"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4003957834
#define SIGNATURE_HASH 2514269889
#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"
@ -1445,7 +1445,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.2023.12.21.hellen72.4003957834"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.2514269889"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1145,7 +1145,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1605400584
#define SIGNATURE_HASH 617300611
#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"
@ -1444,7 +1444,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.2023.12.21.hellen81.1605400584"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.617300611"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1824917411
#define SIGNATURE_HASH 398277928
#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"
@ -1445,7 +1445,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.2023.12.21.hellen88bmw.1824917411"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.398277928"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1777210947
#define SIGNATURE_HASH 311766216
#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"
@ -1446,7 +1446,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.2023.12.21.hellenNA6.1777210947"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.311766216"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1148,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 256837260
#define SIGNATURE_HASH 1949580295
#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"
@ -1447,7 +1447,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.2023.12.21.hellenNA8_96.256837260"
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.1949580295"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 183319629
#define SIGNATURE_HASH 1905657542
#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"
@ -1446,7 +1446,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.2023.12.21.m74_9.183319629"
#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.1905657542"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1145,7 +1145,7 @@
#define show_Frankenso_presets false
#define show_microRusEFI_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2710463463
#define SIGNATURE_HASH 3673512300
#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"
@ -1444,7 +1444,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.2023.12.21.mre_f4.2710463463"
#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.3673512300"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1145,7 +1145,7 @@
#define show_Frankenso_presets false
#define show_microRusEFI_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2710463463
#define SIGNATURE_HASH 3673512300
#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"
@ -1444,7 +1444,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.2023.12.21.mre_f7.2710463463"
#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.3673512300"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.nucleo_h743.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2994161655
#define SIGNATURE_HASH 3373038972
#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"
@ -1442,7 +1442,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.2023.12.21.prometheus_405.2994161655"
#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.3373038972"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2994161655
#define SIGNATURE_HASH 3373038972
#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"
@ -1442,7 +1442,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.2023.12.21.prometheus_469.2994161655"
#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.3373038972"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1145,7 +1145,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2196796445
#define SIGNATURE_HASH 4186656406
#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"
@ -1444,7 +1444,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.2023.12.21.proteus_f4.2196796445"
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.4186656406"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1145,7 +1145,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2196796445
#define SIGNATURE_HASH 4186656406
#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"
@ -1444,7 +1444,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.2023.12.21.proteus_f7.2196796445"
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.4186656406"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1145,7 +1145,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2196796445
#define SIGNATURE_HASH 4186656406
#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"
@ -1444,7 +1444,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.2023.12.21.proteus_h7.2196796445"
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.4186656406"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1146,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3989334529
#define SIGNATURE_HASH 2528333962
#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"
@ -1446,7 +1446,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.2023.12.21.s105.3989334529"
#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.2528333962"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1144,7 +1144,7 @@
#define show_Frankenso_presets true
#define show_small_can_board_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3158460142
#define SIGNATURE_HASH 3342433381
#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"
@ -1443,7 +1443,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.2023.12.21.small-can-board.3158460142"
#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3342433381"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.stm32f413_nucleo.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.stm32f429_nucleo.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.stm32f767_nucleo.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2195950183
#define SIGNATURE_HASH 4187533548
#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"
@ -1442,7 +1442,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.2023.12.21.t-b-g.2195950183"
#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.4187533548"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1143,7 +1143,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 139306565
#define SIGNATURE_HASH 1932958926
#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"
@ -1442,7 +1442,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.2023.12.21.tdg-pdm8.139306565"
#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.1932958926"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1147,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2760539630
#define SIGNATURE_HASH 3757131621
#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"
@ -1446,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.2760539630"
#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.3757131621"
#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 4069932640
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.4069932640"
#define SIGNATURE_HASH 2314011883
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.2314011883"

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 2445496472
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.2445496472"
#define SIGNATURE_HASH 3937954323
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.3937954323"

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 2445496472
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472"
#define SIGNATURE_HASH 3937954323
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323"

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 3004191844
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844"
#define SIGNATURE_HASH 3362483951
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951"

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 1823760839
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.1823760839"
#define SIGNATURE_HASH 399465292
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.399465292"

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 1823760839
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.1823760839"
#define SIGNATURE_HASH 399465292
#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.399465292"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.4187533548"

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 3336855081
#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3336855081"
#define SIGNATURE_HASH 3181339810
#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3181339810"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.4187533548"

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 73208052
#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.73208052"
#define SIGNATURE_HASH 2133207679
#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.2133207679"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.4187533548"

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 2956233972
#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.2956233972"
#define SIGNATURE_HASH 3410998911
#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.3410998911"

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 2695981741
#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.2695981741"
#define SIGNATURE_HASH 3687469094
#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.3687469094"

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 1478696569
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.1478696569"
#define SIGNATURE_HASH 592979186
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.592979186"

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 839990423
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.839990423"
#define SIGNATURE_HASH 1231685148
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.1231685148"

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 1526969412
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.1526969412"
#define SIGNATURE_HASH 544771791
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.544771791"

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 3978397552
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.3978397552"
#define SIGNATURE_HASH 2522529275
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.2522529275"

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 466971731
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.466971731"
#define SIGNATURE_HASH 1622038232
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.1622038232"

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 4060304167
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.4060304167"
#define SIGNATURE_HASH 2306369964
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.2306369964"

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 1295060237
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.1295060237"
#define SIGNATURE_HASH 910833542
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.910833542"

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 2957024987
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.2957024987"
#define SIGNATURE_HASH 3409683536
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.3409683536"

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 4003957834
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.4003957834"
#define SIGNATURE_HASH 2514269889
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.2514269889"

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 1605400584
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.1605400584"
#define SIGNATURE_HASH 617300611
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.617300611"

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 1824917411
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.1824917411"
#define SIGNATURE_HASH 398277928
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.398277928"

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 1777210947
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.1777210947"
#define SIGNATURE_HASH 311766216
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.311766216"

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 256837260
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.256837260"
#define SIGNATURE_HASH 1949580295
#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.1949580295"

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 3224522185
#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3224522185"
#define SIGNATURE_HASH 3142154050
#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3142154050"

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 183319629
#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.183319629"
#define SIGNATURE_HASH 1905657542
#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.1905657542"

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 2710463463
#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.2710463463"
#define SIGNATURE_HASH 3673512300
#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.3673512300"

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 2710463463
#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.2710463463"
#define SIGNATURE_HASH 3673512300
#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.3673512300"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.4187533548"

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 2994161655
#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.2994161655"
#define SIGNATURE_HASH 3373038972
#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.3373038972"

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 2994161655
#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.2994161655"
#define SIGNATURE_HASH 3373038972
#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.3373038972"

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 2196796445
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.2196796445"
#define SIGNATURE_HASH 4186656406
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.4186656406"

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 2196796445
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.2196796445"
#define SIGNATURE_HASH 4186656406
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.4186656406"

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 2196796445
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.2196796445"
#define SIGNATURE_HASH 4186656406
#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.4186656406"

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 3989334529
#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.3989334529"
#define SIGNATURE_HASH 2528333962
#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.2528333962"

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 3158460142
#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3158460142"
#define SIGNATURE_HASH 3342433381
#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3342433381"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.4187533548"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.4187533548"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.4187533548"

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 2238598512
#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.2238598512"
#define SIGNATURE_HASH 4262819835
#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.4262819835"

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 2195950183
#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.2195950183"
#define SIGNATURE_HASH 4187533548
#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.4187533548"

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 139306565
#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.139306565"
#define SIGNATURE_HASH 1932958926
#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.1932958926"

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 2760539630
#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.2760539630"
#define SIGNATURE_HASH 3757131621
#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.3757131621"

View File

@ -1076,6 +1076,12 @@ float getOutputValueByName(const char *name) {
// startStopState
case 897099930:
return engine->engineState.startStopState;
// smartChipState
case -517673231:
return engine->engineState.smartChipState;
// smartChipRestartCounter
case 1192769173:
return engine->engineState.smartChipRestartCounter;
// startStopPhysicalState
case -1943724937:
return engine->engineState.startStopPhysicalState;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.12.21.alphax-2chan.4069932640"
signature = "rusEFI master.2023.12.21.alphax-2chan.2314011883"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.12.21.alphax-2chan.4069932640" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.12.21.alphax-2chan.2314011883" ; 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","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:00 UTC 2023
pageSize = 22088
page = 1
@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0
clutchDownState = scalar, S08, 1091, "", 1, 0
brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
smartChipState = scalar, S08, 1094, "", 1, 0
smartChipRestartCounter = scalar, S08, 1095, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d"
entry = clutchDownState, "Clutch: down", int, "%d"
entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
@ -6193,16 +6197,19 @@ dialog = engine_stateDialog, "engine_state"
liveGraph = engine_state_4_Graph, "Graph", South
graphLine = brakePedalState
graphLine = startStopState
graphLine = smartChipState
graphLine = smartChipRestartCounter
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = startStopStateToggleCounter
graphLine = egtValue1
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = egtValue2
graphLine = desiredRpmLimit
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelInjectionCounter
graphLine = sparkCounter
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelingLoad
graphLine = ignitionLoad
liveGraph = engine_state_7_Graph, "Graph", South
graphLine = veTableYAxis
indicatorPanel = tps_accel_stateIndicatorPanel, 2

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.12.21.alphax-4chan.2445496472"
signature = "rusEFI master.2023.12.21.alphax-4chan.3937954323"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.12.21.alphax-4chan.2445496472" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.12.21.alphax-4chan.3937954323" ; 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","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","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 Thu Dec 21 01:05:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:03 UTC 2023
pageSize = 22088
page = 1
@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0
clutchDownState = scalar, S08, 1091, "", 1, 0
brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
smartChipState = scalar, S08, 1094, "", 1, 0
smartChipRestartCounter = scalar, S08, 1095, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d"
entry = clutchDownState, "Clutch: down", int, "%d"
entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state"
liveGraph = engine_state_4_Graph, "Graph", South
graphLine = brakePedalState
graphLine = startStopState
graphLine = smartChipState
graphLine = smartChipRestartCounter
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = startStopStateToggleCounter
graphLine = egtValue1
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = egtValue2
graphLine = desiredRpmLimit
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelInjectionCounter
graphLine = sparkCounter
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelingLoad
graphLine = ignitionLoad
liveGraph = engine_state_7_Graph, "Graph", South
graphLine = veTableYAxis
indicatorPanel = tps_accel_stateIndicatorPanel, 2

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472"
signature = "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323" ; 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","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","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 Thu Dec 21 01:05:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:05 UTC 2023
pageSize = 22088
page = 1
@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0
clutchDownState = scalar, S08, 1091, "", 1, 0
brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
smartChipState = scalar, S08, 1094, "", 1, 0
smartChipRestartCounter = scalar, S08, 1095, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d"
entry = clutchDownState, "Clutch: down", int, "%d"
entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state"
liveGraph = engine_state_4_Graph, "Graph", South
graphLine = brakePedalState
graphLine = startStopState
graphLine = smartChipState
graphLine = smartChipRestartCounter
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = startStopStateToggleCounter
graphLine = egtValue1
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = egtValue2
graphLine = desiredRpmLimit
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelInjectionCounter
graphLine = sparkCounter
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelingLoad
graphLine = ignitionLoad
liveGraph = engine_state_7_Graph, "Graph", South
graphLine = veTableYAxis
indicatorPanel = tps_accel_stateIndicatorPanel, 2

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844"
signature = "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951" ; 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 Thu Dec 21 01:05:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:14 UTC 2023
pageSize = 22088
page = 1
@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0
clutchDownState = scalar, S08, 1091, "", 1, 0
brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
smartChipState = scalar, S08, 1094, "", 1, 0
smartChipRestartCounter = scalar, S08, 1095, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d"
entry = clutchDownState, "Clutch: down", int, "%d"
entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
@ -6197,16 +6201,19 @@ dialog = engine_stateDialog, "engine_state"
liveGraph = engine_state_4_Graph, "Graph", South
graphLine = brakePedalState
graphLine = startStopState
graphLine = smartChipState
graphLine = smartChipRestartCounter
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = startStopStateToggleCounter
graphLine = egtValue1
liveGraph = engine_state_5_Graph, "Graph", South
graphLine = egtValue2
graphLine = desiredRpmLimit
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelInjectionCounter
graphLine = sparkCounter
liveGraph = engine_state_6_Graph, "Graph", South
graphLine = fuelingLoad
graphLine = ignitionLoad
liveGraph = engine_state_7_Graph, "Graph", South
graphLine = veTableYAxis
indicatorPanel = tps_accel_stateIndicatorPanel, 2

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