Auto-generated configs and docs
This commit is contained in:
parent
ea8c338f18
commit
16e7584ee0
|
@ -832,7 +832,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1150,7 +1150,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.01.22.cypress.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.cypress.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -832,7 +832,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3650414269
|
||||
#define SIGNATURE_HASH 3679762290
|
||||
#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"
|
||||
|
@ -1150,7 +1150,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.01.22.kin.3650414269"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.kin.3679762290"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1069,7 +1069,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 681785339
|
||||
#define SIGNATURE_HASH 711157300
|
||||
#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"
|
||||
|
@ -1387,7 +1387,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.01.22.subaru_eg33_f7.681785339"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.subaru_eg33_f7.711157300"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -506,6 +506,7 @@ entry = brokenClt0, "brokenClt0", int, "%d"
|
|||
entry = enabledForAc0, "enabledForAc0", int, "%d"
|
||||
entry = hot0, "hot0", int, "%d"
|
||||
entry = cold0, "cold0", int, "%d"
|
||||
entry = disabledBySpeed0, "disabledBySpeed0", int, "%d"
|
||||
;entry = cranking1, "cranking1", int, "%d"
|
||||
;entry = notRunning1, "notRunning1", int, "%d"
|
||||
;entry = disabledWhileEngineStopped1, "disabledWhileEngineStopped1", int, "%d"
|
||||
|
@ -513,6 +514,7 @@ entry = cold0, "cold0", int, "%d"
|
|||
;entry = enabledForAc1, "enabledForAc1", int, "%d"
|
||||
;entry = hot1, "hot1", int, "%d"
|
||||
;entry = cold1, "cold1", int, "%d"
|
||||
;entry = disabledBySpeed1, "disabledBySpeed1", int, "%d"
|
||||
entry = isPrime, "isPrime", int, "%d"
|
||||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
|
|
|
@ -194,6 +194,7 @@ indicatorPanel = fan_control0IndicatorPanel, 2
|
|||
indicator = {enabledForAc0}, "enabledForAc No", "enabledForAc Yes"
|
||||
indicator = {hot0}, "hot No", "hot Yes"
|
||||
indicator = {cold0}, "cold No", "cold Yes"
|
||||
indicator = {disabledBySpeed0}, "disabledBySpeed No", "disabledBySpeed Yes"
|
||||
|
||||
dialog = fan_control0Dialog, "fan_control0"
|
||||
panel = fan_control0IndicatorPanel
|
||||
|
|
|
@ -607,6 +607,7 @@ brokenClt0 = bits, U32, 1044, [3:3]
|
|||
enabledForAc0 = bits, U32, 1044, [4:4]
|
||||
hot0 = bits, U32, 1044, [5:5]
|
||||
cold0 = bits, U32, 1044, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1044, [7:7]
|
||||
; total TS size = 1048
|
||||
isPrime = bits, U32, 1048, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1048, [1:1]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/fan_control.txt Sun Apr 17 20:27:25 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/fan_control.txt Tue Jan 23 15:53:04 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -28,81 +28,81 @@ struct fan_control_s {
|
|||
bool cold : 1 {};
|
||||
/**
|
||||
offset 0 bit 7 */
|
||||
bool unusedBit_7_7 : 1 {};
|
||||
bool disabledBySpeed : 1 {};
|
||||
/**
|
||||
offset 0 bit 8 */
|
||||
bool unusedBit_7_8 : 1 {};
|
||||
bool unusedBit_8_8 : 1 {};
|
||||
/**
|
||||
offset 0 bit 9 */
|
||||
bool unusedBit_7_9 : 1 {};
|
||||
bool unusedBit_8_9 : 1 {};
|
||||
/**
|
||||
offset 0 bit 10 */
|
||||
bool unusedBit_7_10 : 1 {};
|
||||
bool unusedBit_8_10 : 1 {};
|
||||
/**
|
||||
offset 0 bit 11 */
|
||||
bool unusedBit_7_11 : 1 {};
|
||||
bool unusedBit_8_11 : 1 {};
|
||||
/**
|
||||
offset 0 bit 12 */
|
||||
bool unusedBit_7_12 : 1 {};
|
||||
bool unusedBit_8_12 : 1 {};
|
||||
/**
|
||||
offset 0 bit 13 */
|
||||
bool unusedBit_7_13 : 1 {};
|
||||
bool unusedBit_8_13 : 1 {};
|
||||
/**
|
||||
offset 0 bit 14 */
|
||||
bool unusedBit_7_14 : 1 {};
|
||||
bool unusedBit_8_14 : 1 {};
|
||||
/**
|
||||
offset 0 bit 15 */
|
||||
bool unusedBit_7_15 : 1 {};
|
||||
bool unusedBit_8_15 : 1 {};
|
||||
/**
|
||||
offset 0 bit 16 */
|
||||
bool unusedBit_7_16 : 1 {};
|
||||
bool unusedBit_8_16 : 1 {};
|
||||
/**
|
||||
offset 0 bit 17 */
|
||||
bool unusedBit_7_17 : 1 {};
|
||||
bool unusedBit_8_17 : 1 {};
|
||||
/**
|
||||
offset 0 bit 18 */
|
||||
bool unusedBit_7_18 : 1 {};
|
||||
bool unusedBit_8_18 : 1 {};
|
||||
/**
|
||||
offset 0 bit 19 */
|
||||
bool unusedBit_7_19 : 1 {};
|
||||
bool unusedBit_8_19 : 1 {};
|
||||
/**
|
||||
offset 0 bit 20 */
|
||||
bool unusedBit_7_20 : 1 {};
|
||||
bool unusedBit_8_20 : 1 {};
|
||||
/**
|
||||
offset 0 bit 21 */
|
||||
bool unusedBit_7_21 : 1 {};
|
||||
bool unusedBit_8_21 : 1 {};
|
||||
/**
|
||||
offset 0 bit 22 */
|
||||
bool unusedBit_7_22 : 1 {};
|
||||
bool unusedBit_8_22 : 1 {};
|
||||
/**
|
||||
offset 0 bit 23 */
|
||||
bool unusedBit_7_23 : 1 {};
|
||||
bool unusedBit_8_23 : 1 {};
|
||||
/**
|
||||
offset 0 bit 24 */
|
||||
bool unusedBit_7_24 : 1 {};
|
||||
bool unusedBit_8_24 : 1 {};
|
||||
/**
|
||||
offset 0 bit 25 */
|
||||
bool unusedBit_7_25 : 1 {};
|
||||
bool unusedBit_8_25 : 1 {};
|
||||
/**
|
||||
offset 0 bit 26 */
|
||||
bool unusedBit_7_26 : 1 {};
|
||||
bool unusedBit_8_26 : 1 {};
|
||||
/**
|
||||
offset 0 bit 27 */
|
||||
bool unusedBit_7_27 : 1 {};
|
||||
bool unusedBit_8_27 : 1 {};
|
||||
/**
|
||||
offset 0 bit 28 */
|
||||
bool unusedBit_7_28 : 1 {};
|
||||
bool unusedBit_8_28 : 1 {};
|
||||
/**
|
||||
offset 0 bit 29 */
|
||||
bool unusedBit_7_29 : 1 {};
|
||||
bool unusedBit_8_29 : 1 {};
|
||||
/**
|
||||
offset 0 bit 30 */
|
||||
bool unusedBit_7_30 : 1 {};
|
||||
bool unusedBit_8_30 : 1 {};
|
||||
/**
|
||||
offset 0 bit 31 */
|
||||
bool unusedBit_7_31 : 1 {};
|
||||
bool unusedBit_8_31 : 1 {};
|
||||
};
|
||||
static_assert(sizeof(fan_control_s) == 4);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/fan_control.txt Sun Apr 17 20:27:25 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/fan_control.txt Tue Jan 23 15:53:04 UTC 2024
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 453200697
|
||||
#define SIGNATURE_HASH 432216822
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.alphax-2chan.453200697"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-2chan.432216822"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1161,7 +1161,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 304845023
|
||||
#define SIGNATURE_HASH 283885840
|
||||
#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"
|
||||
|
@ -1479,7 +1479,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.01.22.alphax-4chan.304845023"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-4chan.283885840"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1161,7 +1161,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 304845023
|
||||
#define SIGNATURE_HASH 283885840
|
||||
#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"
|
||||
|
@ -1479,7 +1479,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.01.22.alphax-4chan_f7.304845023"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-4chan_f7.283885840"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3657572107
|
||||
#define SIGNATURE_HASH 3636612804
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.alphax-8chan-revA.3657572107"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-8chan-revA.3636612804"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3134223637
|
||||
#define SIGNATURE_HASH 3088065754
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.alphax-8chan.3134223637"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-8chan.3088065754"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3134223637
|
||||
#define SIGNATURE_HASH 3088065754
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.alphax-8chan_f7.3134223637"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-8chan_f7.3088065754"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.at_start_f435.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.at_start_f435.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3745707357
|
||||
#define SIGNATURE_HASH 3716326546
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.atlas.3745707357"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.atlas.3716326546"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 3741506731
|
||||
#define SIGNATURE_HASH 3720514916
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.f407-discovery.3741506731"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.f407-discovery.3720514916"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.f429-discovery.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.f429-discovery.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2844927872
|
||||
#define SIGNATURE_HASH 2874308175
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.f469-discovery.2844927872"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.f469-discovery.2874308175"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 3400701240
|
||||
#define SIGNATURE_HASH 3362964727
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.frankenso_na6.3400701240"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.frankenso_na6.3362964727"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1868336019
|
||||
#define SIGNATURE_HASH 1838996060
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.hellen-112-17.1868336019"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-112-17.1838996060"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3111684779
|
||||
#define SIGNATURE_HASH 3149454180
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen-gm-e67.3111684779"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-gm-e67.3149454180"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2818139334
|
||||
#define SIGNATURE_HASH 2771989769
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.hellen-honda-k.2818139334"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-honda-k.2771989769"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2267870938
|
||||
#define SIGNATURE_HASH 2246878997
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.hellen-nb1.2267870938"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-nb1.2246878997"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 701381863
|
||||
#define SIGNATURE_HASH 722365736
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen121nissan.701381863"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen121nissan.722365736"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2872851701
|
||||
#define SIGNATURE_HASH 2851892538
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen121vag.2872851701"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen121vag.2851892538"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1993804772
|
||||
#define SIGNATURE_HASH 1947687467
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen128.1993804772"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen128.1947687467"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1631661005
|
||||
#define SIGNATURE_HASH 1669429762
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen154hyundai.1631661005"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen154hyundai.1669429762"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 463787407
|
||||
#define SIGNATURE_HASH 426017856
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen72.463787407"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen72.426017856"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4275417589
|
||||
#define SIGNATURE_HASH 4229292090
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.hellen81.4275417589"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen81.4229292090"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1338645553
|
||||
#define SIGNATURE_HASH 1292520958
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.hellen88bmw.1338645553"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen88bmw.1292520958"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3818157684
|
||||
#define SIGNATURE_HASH 3780388795
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.hellenNA6.3818157684"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellenNA6.3780388795"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1161,7 +1161,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3965571868
|
||||
#define SIGNATURE_HASH 4003300051
|
||||
#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"
|
||||
|
@ -1479,7 +1479,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.01.22.hellenNA8_96.3965571868"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellenNA8_96.4003300051"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4056206904
|
||||
#define SIGNATURE_HASH 4077166583
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.m74_9.4056206904"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.m74_9.4077166583"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3596615561
|
||||
#define SIGNATURE_HASH 3567234630
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.mre_f4.3596615561"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.mre_f4.3567234630"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3596615561
|
||||
#define SIGNATURE_HASH 3567234630
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.mre_f7.3596615561"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.mre_f7.3567234630"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.nucleo_h743.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.nucleo_h743.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2882661507
|
||||
#define SIGNATURE_HASH 2836512076
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.prometheus_405.2882661507"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.prometheus_405.2836512076"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2882661507
|
||||
#define SIGNATURE_HASH 2836512076
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.prometheus_469.2882661507"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.prometheus_469.2836512076"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4028929165
|
||||
#define SIGNATURE_HASH 4075078978
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.proteus_f4.4028929165"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.proteus_f4.4075078978"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4028929165
|
||||
#define SIGNATURE_HASH 4075078978
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.proteus_f7.4028929165"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.proteus_f7.4075078978"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4028929165
|
||||
#define SIGNATURE_HASH 4075078978
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.proteus_h7.4028929165"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.proteus_h7.4075078978"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 847392853
|
||||
#define SIGNATURE_HASH 809656730
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.s105.847392853"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.s105.809656730"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_small_can_board_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2783243674
|
||||
#define SIGNATURE_HASH 2804202581
|
||||
#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"
|
||||
|
@ -1477,7 +1477,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.01.22.small-can-board.2783243674"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.small-can-board.2804202581"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.stm32f413_nucleo.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.stm32f413_nucleo.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.stm32f429_nucleo.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.stm32f429_nucleo.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.stm32f767_nucleo.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.stm32f767_nucleo.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.t-b-g.2604998931"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.t-b-g.2575659228"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1158,7 +1158,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 300617009
|
||||
#define SIGNATURE_HASH 321608958
|
||||
#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"
|
||||
|
@ -1476,7 +1476,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.01.22.tdg-pdm8.300617009"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.tdg-pdm8.321608958"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1160,7 +1160,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2699380588
|
||||
#define SIGNATURE_HASH 2720339619
|
||||
#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"
|
||||
|
@ -1478,7 +1478,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.01.22.uaefi.2699380588"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.uaefi.2720339619"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 453200697
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.alphax-2chan.453200697"
|
||||
#define SIGNATURE_HASH 432216822
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-2chan.432216822"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 304845023
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.alphax-4chan.304845023"
|
||||
#define SIGNATURE_HASH 283885840
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-4chan.283885840"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 304845023
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.alphax-4chan_f7.304845023"
|
||||
#define SIGNATURE_HASH 283885840
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-4chan_f7.283885840"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3657572107
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.alphax-8chan-revA.3657572107"
|
||||
#define SIGNATURE_HASH 3636612804
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-8chan-revA.3636612804"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3134223637
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.alphax-8chan.3134223637"
|
||||
#define SIGNATURE_HASH 3088065754
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-8chan.3088065754"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3134223637
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.alphax-8chan_f7.3134223637"
|
||||
#define SIGNATURE_HASH 3088065754
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.alphax-8chan_f7.3088065754"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.at_start_f435.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.at_start_f435.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3745707357
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.atlas.3745707357"
|
||||
#define SIGNATURE_HASH 3716326546
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.atlas.3716326546"
|
||||
|
|
|
@ -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 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.cypress.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.cypress.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3741506731
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.f407-discovery.3741506731"
|
||||
#define SIGNATURE_HASH 3720514916
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.f407-discovery.3720514916"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.f429-discovery.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.f429-discovery.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2844927872
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.f469-discovery.2844927872"
|
||||
#define SIGNATURE_HASH 2874308175
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.f469-discovery.2874308175"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3400701240
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.frankenso_na6.3400701240"
|
||||
#define SIGNATURE_HASH 3362964727
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.frankenso_na6.3362964727"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1868336019
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen-112-17.1868336019"
|
||||
#define SIGNATURE_HASH 1838996060
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-112-17.1838996060"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3111684779
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen-gm-e67.3111684779"
|
||||
#define SIGNATURE_HASH 3149454180
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-gm-e67.3149454180"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2818139334
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen-honda-k.2818139334"
|
||||
#define SIGNATURE_HASH 2771989769
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-honda-k.2771989769"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2267870938
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen-nb1.2267870938"
|
||||
#define SIGNATURE_HASH 2246878997
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen-nb1.2246878997"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 701381863
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen121nissan.701381863"
|
||||
#define SIGNATURE_HASH 722365736
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen121nissan.722365736"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2872851701
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen121vag.2872851701"
|
||||
#define SIGNATURE_HASH 2851892538
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen121vag.2851892538"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1993804772
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen128.1993804772"
|
||||
#define SIGNATURE_HASH 1947687467
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen128.1947687467"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1631661005
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen154hyundai.1631661005"
|
||||
#define SIGNATURE_HASH 1669429762
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen154hyundai.1669429762"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 463787407
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen72.463787407"
|
||||
#define SIGNATURE_HASH 426017856
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen72.426017856"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4275417589
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen81.4275417589"
|
||||
#define SIGNATURE_HASH 4229292090
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen81.4229292090"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1338645553
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellen88bmw.1338645553"
|
||||
#define SIGNATURE_HASH 1292520958
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellen88bmw.1292520958"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3818157684
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellenNA6.3818157684"
|
||||
#define SIGNATURE_HASH 3780388795
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellenNA6.3780388795"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3965571868
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.hellenNA8_96.3965571868"
|
||||
#define SIGNATURE_HASH 4003300051
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.hellenNA8_96.4003300051"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3650414269
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.kin.3650414269"
|
||||
#define SIGNATURE_HASH 3679762290
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.kin.3679762290"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4056206904
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.m74_9.4056206904"
|
||||
#define SIGNATURE_HASH 4077166583
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.m74_9.4077166583"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3596615561
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.mre_f4.3596615561"
|
||||
#define SIGNATURE_HASH 3567234630
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.mre_f4.3567234630"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3596615561
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.mre_f7.3596615561"
|
||||
#define SIGNATURE_HASH 3567234630
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.mre_f7.3567234630"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.nucleo_h743.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.nucleo_h743.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2882661507
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.prometheus_405.2882661507"
|
||||
#define SIGNATURE_HASH 2836512076
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.prometheus_405.2836512076"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2882661507
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.prometheus_469.2882661507"
|
||||
#define SIGNATURE_HASH 2836512076
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.prometheus_469.2836512076"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4028929165
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.proteus_f4.4028929165"
|
||||
#define SIGNATURE_HASH 4075078978
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.proteus_f4.4075078978"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4028929165
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.proteus_f7.4028929165"
|
||||
#define SIGNATURE_HASH 4075078978
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.proteus_f7.4075078978"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4028929165
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.proteus_h7.4028929165"
|
||||
#define SIGNATURE_HASH 4075078978
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.proteus_h7.4075078978"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 847392853
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.s105.847392853"
|
||||
#define SIGNATURE_HASH 809656730
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.s105.809656730"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2783243674
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.small-can-board.2783243674"
|
||||
#define SIGNATURE_HASH 2804202581
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.small-can-board.2804202581"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.stm32f413_nucleo.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.stm32f413_nucleo.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.stm32f429_nucleo.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.stm32f429_nucleo.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.stm32f767_nucleo.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.stm32f767_nucleo.2575659228"
|
||||
|
|
|
@ -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 681785339
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.subaru_eg33_f7.681785339"
|
||||
#define SIGNATURE_HASH 711157300
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.subaru_eg33_f7.711157300"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2604998931
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.t-b-g.2604998931"
|
||||
#define SIGNATURE_HASH 2575659228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.t-b-g.2575659228"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 300617009
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.tdg-pdm8.300617009"
|
||||
#define SIGNATURE_HASH 321608958
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.tdg-pdm8.321608958"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2699380588
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.22.uaefi.2699380588"
|
||||
#define SIGNATURE_HASH 2720339619
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.23.uaefi.2720339619"
|
||||
|
|
|
@ -1012,6 +1012,9 @@ float getOutputValueByName(const char *name) {
|
|||
// cold
|
||||
case 2090155911:
|
||||
return ___engine.module<FanControl1>()->cold;
|
||||
// disabledBySpeed
|
||||
case 2105103113:
|
||||
return ___engine.module<FanControl1>()->disabledBySpeed;
|
||||
// isPrime
|
||||
case -1429286498:
|
||||
return engine->module<FuelPumpController>()->isPrime;
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.22.alphax-2chan.453200697"
|
||||
signature = "rusEFI master.2024.01.23.alphax-2chan.432216822"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.22.alphax-2chan.453200697" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.23.alphax-2chan.432216822" ; 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 Mon Jan 22 15:37:31 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Jan 23 15:53:18 UTC 2024
|
||||
|
||||
pageSize = 22176
|
||||
page = 1
|
||||
|
@ -3041,6 +3041,7 @@ brokenClt0 = bits, U32, 1044, [3:3]
|
|||
enabledForAc0 = bits, U32, 1044, [4:4]
|
||||
hot0 = bits, U32, 1044, [5:5]
|
||||
cold0 = bits, U32, 1044, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1044, [7:7]
|
||||
; total TS size = 1048
|
||||
isPrime = bits, U32, 1048, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1048, [1:1]
|
||||
|
@ -5290,6 +5291,7 @@ entry = brokenClt0, "brokenClt0", int, "%d"
|
|||
entry = enabledForAc0, "enabledForAc0", int, "%d"
|
||||
entry = hot0, "hot0", int, "%d"
|
||||
entry = cold0, "cold0", int, "%d"
|
||||
entry = disabledBySpeed0, "disabledBySpeed0", int, "%d"
|
||||
;entry = cranking1, "cranking1", int, "%d"
|
||||
;entry = notRunning1, "notRunning1", int, "%d"
|
||||
;entry = disabledWhileEngineStopped1, "disabledWhileEngineStopped1", int, "%d"
|
||||
|
@ -5297,6 +5299,7 @@ entry = cold0, "cold0", int, "%d"
|
|||
;entry = enabledForAc1, "enabledForAc1", int, "%d"
|
||||
;entry = hot1, "hot1", int, "%d"
|
||||
;entry = cold1, "cold1", int, "%d"
|
||||
;entry = disabledBySpeed1, "disabledBySpeed1", int, "%d"
|
||||
entry = isPrime, "isPrime", int, "%d"
|
||||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
|
@ -6244,6 +6247,7 @@ indicatorPanel = fan_control0IndicatorPanel, 2
|
|||
indicator = {enabledForAc0}, "enabledForAc No", "enabledForAc Yes"
|
||||
indicator = {hot0}, "hot No", "hot Yes"
|
||||
indicator = {cold0}, "cold No", "cold Yes"
|
||||
indicator = {disabledBySpeed0}, "disabledBySpeed No", "disabledBySpeed Yes"
|
||||
|
||||
dialog = fan_control0Dialog, "fan_control0"
|
||||
panel = fan_control0IndicatorPanel
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.22.alphax-4chan.304845023"
|
||||
signature = "rusEFI master.2024.01.23.alphax-4chan.283885840"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.22.alphax-4chan.304845023" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.23.alphax-4chan.283885840" ; 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 Mon Jan 22 15:37:34 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Jan 23 15:53:21 UTC 2024
|
||||
|
||||
pageSize = 22176
|
||||
page = 1
|
||||
|
@ -3041,6 +3041,7 @@ brokenClt0 = bits, U32, 1044, [3:3]
|
|||
enabledForAc0 = bits, U32, 1044, [4:4]
|
||||
hot0 = bits, U32, 1044, [5:5]
|
||||
cold0 = bits, U32, 1044, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1044, [7:7]
|
||||
; total TS size = 1048
|
||||
isPrime = bits, U32, 1048, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1048, [1:1]
|
||||
|
@ -5290,6 +5291,7 @@ entry = brokenClt0, "brokenClt0", int, "%d"
|
|||
entry = enabledForAc0, "enabledForAc0", int, "%d"
|
||||
entry = hot0, "hot0", int, "%d"
|
||||
entry = cold0, "cold0", int, "%d"
|
||||
entry = disabledBySpeed0, "disabledBySpeed0", int, "%d"
|
||||
;entry = cranking1, "cranking1", int, "%d"
|
||||
;entry = notRunning1, "notRunning1", int, "%d"
|
||||
;entry = disabledWhileEngineStopped1, "disabledWhileEngineStopped1", int, "%d"
|
||||
|
@ -5297,6 +5299,7 @@ entry = cold0, "cold0", int, "%d"
|
|||
;entry = enabledForAc1, "enabledForAc1", int, "%d"
|
||||
;entry = hot1, "hot1", int, "%d"
|
||||
;entry = cold1, "cold1", int, "%d"
|
||||
;entry = disabledBySpeed1, "disabledBySpeed1", int, "%d"
|
||||
entry = isPrime, "isPrime", int, "%d"
|
||||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
|
@ -6247,6 +6250,7 @@ indicatorPanel = fan_control0IndicatorPanel, 2
|
|||
indicator = {enabledForAc0}, "enabledForAc No", "enabledForAc Yes"
|
||||
indicator = {hot0}, "hot No", "hot Yes"
|
||||
indicator = {cold0}, "cold No", "cold Yes"
|
||||
indicator = {disabledBySpeed0}, "disabledBySpeed No", "disabledBySpeed Yes"
|
||||
|
||||
dialog = fan_control0Dialog, "fan_control0"
|
||||
panel = fan_control0IndicatorPanel
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.22.alphax-4chan_f7.304845023"
|
||||
signature = "rusEFI master.2024.01.23.alphax-4chan_f7.283885840"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.22.alphax-4chan_f7.304845023" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.23.alphax-4chan_f7.283885840" ; 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 Mon Jan 22 15:37:37 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Jan 23 15:53:24 UTC 2024
|
||||
|
||||
pageSize = 22176
|
||||
page = 1
|
||||
|
@ -3041,6 +3041,7 @@ brokenClt0 = bits, U32, 1044, [3:3]
|
|||
enabledForAc0 = bits, U32, 1044, [4:4]
|
||||
hot0 = bits, U32, 1044, [5:5]
|
||||
cold0 = bits, U32, 1044, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1044, [7:7]
|
||||
; total TS size = 1048
|
||||
isPrime = bits, U32, 1048, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1048, [1:1]
|
||||
|
@ -5290,6 +5291,7 @@ entry = brokenClt0, "brokenClt0", int, "%d"
|
|||
entry = enabledForAc0, "enabledForAc0", int, "%d"
|
||||
entry = hot0, "hot0", int, "%d"
|
||||
entry = cold0, "cold0", int, "%d"
|
||||
entry = disabledBySpeed0, "disabledBySpeed0", int, "%d"
|
||||
;entry = cranking1, "cranking1", int, "%d"
|
||||
;entry = notRunning1, "notRunning1", int, "%d"
|
||||
;entry = disabledWhileEngineStopped1, "disabledWhileEngineStopped1", int, "%d"
|
||||
|
@ -5297,6 +5299,7 @@ entry = cold0, "cold0", int, "%d"
|
|||
;entry = enabledForAc1, "enabledForAc1", int, "%d"
|
||||
;entry = hot1, "hot1", int, "%d"
|
||||
;entry = cold1, "cold1", int, "%d"
|
||||
;entry = disabledBySpeed1, "disabledBySpeed1", int, "%d"
|
||||
entry = isPrime, "isPrime", int, "%d"
|
||||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
|
@ -6247,6 +6250,7 @@ indicatorPanel = fan_control0IndicatorPanel, 2
|
|||
indicator = {enabledForAc0}, "enabledForAc No", "enabledForAc Yes"
|
||||
indicator = {hot0}, "hot No", "hot Yes"
|
||||
indicator = {cold0}, "cold No", "cold Yes"
|
||||
indicator = {disabledBySpeed0}, "disabledBySpeed No", "disabledBySpeed Yes"
|
||||
|
||||
dialog = fan_control0Dialog, "fan_control0"
|
||||
panel = fan_control0IndicatorPanel
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.22.alphax-8chan-revA.3657572107"
|
||||
signature = "rusEFI master.2024.01.23.alphax-8chan-revA.3636612804"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.22.alphax-8chan-revA.3657572107" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.23.alphax-8chan-revA.3636612804" ; 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 Mon Jan 22 15:37:45 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Jan 23 15:53:32 UTC 2024
|
||||
|
||||
pageSize = 22176
|
||||
page = 1
|
||||
|
@ -3041,6 +3041,7 @@ brokenClt0 = bits, U32, 1044, [3:3]
|
|||
enabledForAc0 = bits, U32, 1044, [4:4]
|
||||
hot0 = bits, U32, 1044, [5:5]
|
||||
cold0 = bits, U32, 1044, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1044, [7:7]
|
||||
; total TS size = 1048
|
||||
isPrime = bits, U32, 1048, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1048, [1:1]
|
||||
|
@ -5290,6 +5291,7 @@ entry = brokenClt0, "brokenClt0", int, "%d"
|
|||
entry = enabledForAc0, "enabledForAc0", int, "%d"
|
||||
entry = hot0, "hot0", int, "%d"
|
||||
entry = cold0, "cold0", int, "%d"
|
||||
entry = disabledBySpeed0, "disabledBySpeed0", int, "%d"
|
||||
;entry = cranking1, "cranking1", int, "%d"
|
||||
;entry = notRunning1, "notRunning1", int, "%d"
|
||||
;entry = disabledWhileEngineStopped1, "disabledWhileEngineStopped1", int, "%d"
|
||||
|
@ -5297,6 +5299,7 @@ entry = cold0, "cold0", int, "%d"
|
|||
;entry = enabledForAc1, "enabledForAc1", int, "%d"
|
||||
;entry = hot1, "hot1", int, "%d"
|
||||
;entry = cold1, "cold1", int, "%d"
|
||||
;entry = disabledBySpeed1, "disabledBySpeed1", int, "%d"
|
||||
entry = isPrime, "isPrime", int, "%d"
|
||||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
|
@ -6247,6 +6250,7 @@ indicatorPanel = fan_control0IndicatorPanel, 2
|
|||
indicator = {enabledForAc0}, "enabledForAc No", "enabledForAc Yes"
|
||||
indicator = {hot0}, "hot No", "hot Yes"
|
||||
indicator = {cold0}, "cold No", "cold Yes"
|
||||
indicator = {disabledBySpeed0}, "disabledBySpeed No", "disabledBySpeed Yes"
|
||||
|
||||
dialog = fan_control0Dialog, "fan_control0"
|
||||
panel = fan_control0IndicatorPanel
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.22.alphax-8chan.3134223637"
|
||||
signature = "rusEFI master.2024.01.23.alphax-8chan.3088065754"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.22.alphax-8chan.3134223637" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.23.alphax-8chan.3088065754" ; 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","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jan 22 15:37:39 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Jan 23 15:53:26 UTC 2024
|
||||
|
||||
pageSize = 22192
|
||||
page = 1
|
||||
|
@ -3044,6 +3044,7 @@ brokenClt0 = bits, U32, 1044, [3:3]
|
|||
enabledForAc0 = bits, U32, 1044, [4:4]
|
||||
hot0 = bits, U32, 1044, [5:5]
|
||||
cold0 = bits, U32, 1044, [6:6]
|
||||
disabledBySpeed0 = bits, U32, 1044, [7:7]
|
||||
; total TS size = 1048
|
||||
isPrime = bits, U32, 1048, [0:0]
|
||||
engineTurnedRecently = bits, U32, 1048, [1:1]
|
||||
|
@ -5293,6 +5294,7 @@ entry = brokenClt0, "brokenClt0", int, "%d"
|
|||
entry = enabledForAc0, "enabledForAc0", int, "%d"
|
||||
entry = hot0, "hot0", int, "%d"
|
||||
entry = cold0, "cold0", int, "%d"
|
||||
entry = disabledBySpeed0, "disabledBySpeed0", int, "%d"
|
||||
;entry = cranking1, "cranking1", int, "%d"
|
||||
;entry = notRunning1, "notRunning1", int, "%d"
|
||||
;entry = disabledWhileEngineStopped1, "disabledWhileEngineStopped1", int, "%d"
|
||||
|
@ -5300,6 +5302,7 @@ entry = cold0, "cold0", int, "%d"
|
|||
;entry = enabledForAc1, "enabledForAc1", int, "%d"
|
||||
;entry = hot1, "hot1", int, "%d"
|
||||
;entry = cold1, "cold1", int, "%d"
|
||||
;entry = disabledBySpeed1, "disabledBySpeed1", int, "%d"
|
||||
entry = isPrime, "isPrime", int, "%d"
|
||||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
|
@ -6251,6 +6254,7 @@ indicatorPanel = fan_control0IndicatorPanel, 2
|
|||
indicator = {enabledForAc0}, "enabledForAc No", "enabledForAc Yes"
|
||||
indicator = {hot0}, "hot No", "hot Yes"
|
||||
indicator = {cold0}, "cold No", "cold Yes"
|
||||
indicator = {disabledBySpeed0}, "disabledBySpeed No", "disabledBySpeed Yes"
|
||||
|
||||
dialog = fan_control0Dialog, "fan_control0"
|
||||
panel = fan_control0IndicatorPanel
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue