Auto-generated configs and docs
This commit is contained in:
parent
1abd93fa21
commit
62081b5a4b
|
@ -825,7 +825,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1139,7 +1139,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.04.cypress.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.cypress.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -825,7 +825,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2860226799
|
||||
#define SIGNATURE_HASH 3169680050
|
||||
#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"
|
||||
|
@ -1139,7 +1139,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.04.kin.2860226799"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.kin.3169680050"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1062,7 +1062,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1531726249
|
||||
#define SIGNATURE_HASH 1306176500
|
||||
#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"
|
||||
|
@ -1376,7 +1376,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.04.subaru_eg33_f7.1531726249"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.subaru_eg33_f7.1306176500"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -477,6 +477,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
|
|||
entry = tpsTooLow, "tpsTooLow", int, "%d"
|
||||
entry = mapTooLow, "mapTooLow", int, "%d"
|
||||
entry = isPlantValid, "isPlantValid", int, "%d"
|
||||
entry = isBoostControlled, "isBoostControlled", int, "%d"
|
||||
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
|
||||
entry = boostOutput, "Boost: Output", float, "%.3f"
|
||||
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
|
||||
|
|
|
@ -155,6 +155,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
|
|||
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
|
||||
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
|
||||
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
|
||||
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
|
||||
|
||||
dialog = boost_controlDialog, "boost_control"
|
||||
panel = boost_controlIndicatorPanel
|
||||
|
|
|
@ -580,6 +580,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
|
|||
tpsTooLow = bits, U32, 1000, [7:7]
|
||||
mapTooLow = bits, U32, 1000, [8:8]
|
||||
isPlantValid = bits, U32, 1000, [9:9]
|
||||
isBoostControlled = bits, U32, 1000, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1006, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1008, "v", 1,0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Wed Jan 03 20:30:10 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Fri Jan 05 01:19:47 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -37,70 +37,70 @@ struct boost_control_s {
|
|||
bool isPlantValid : 1 {};
|
||||
/**
|
||||
offset 0 bit 10 */
|
||||
bool unusedBit_10_10 : 1 {};
|
||||
bool isBoostControlled : 1 {};
|
||||
/**
|
||||
offset 0 bit 11 */
|
||||
bool unusedBit_10_11 : 1 {};
|
||||
bool unusedBit_11_11 : 1 {};
|
||||
/**
|
||||
offset 0 bit 12 */
|
||||
bool unusedBit_10_12 : 1 {};
|
||||
bool unusedBit_11_12 : 1 {};
|
||||
/**
|
||||
offset 0 bit 13 */
|
||||
bool unusedBit_10_13 : 1 {};
|
||||
bool unusedBit_11_13 : 1 {};
|
||||
/**
|
||||
offset 0 bit 14 */
|
||||
bool unusedBit_10_14 : 1 {};
|
||||
bool unusedBit_11_14 : 1 {};
|
||||
/**
|
||||
offset 0 bit 15 */
|
||||
bool unusedBit_10_15 : 1 {};
|
||||
bool unusedBit_11_15 : 1 {};
|
||||
/**
|
||||
offset 0 bit 16 */
|
||||
bool unusedBit_10_16 : 1 {};
|
||||
bool unusedBit_11_16 : 1 {};
|
||||
/**
|
||||
offset 0 bit 17 */
|
||||
bool unusedBit_10_17 : 1 {};
|
||||
bool unusedBit_11_17 : 1 {};
|
||||
/**
|
||||
offset 0 bit 18 */
|
||||
bool unusedBit_10_18 : 1 {};
|
||||
bool unusedBit_11_18 : 1 {};
|
||||
/**
|
||||
offset 0 bit 19 */
|
||||
bool unusedBit_10_19 : 1 {};
|
||||
bool unusedBit_11_19 : 1 {};
|
||||
/**
|
||||
offset 0 bit 20 */
|
||||
bool unusedBit_10_20 : 1 {};
|
||||
bool unusedBit_11_20 : 1 {};
|
||||
/**
|
||||
offset 0 bit 21 */
|
||||
bool unusedBit_10_21 : 1 {};
|
||||
bool unusedBit_11_21 : 1 {};
|
||||
/**
|
||||
offset 0 bit 22 */
|
||||
bool unusedBit_10_22 : 1 {};
|
||||
bool unusedBit_11_22 : 1 {};
|
||||
/**
|
||||
offset 0 bit 23 */
|
||||
bool unusedBit_10_23 : 1 {};
|
||||
bool unusedBit_11_23 : 1 {};
|
||||
/**
|
||||
offset 0 bit 24 */
|
||||
bool unusedBit_10_24 : 1 {};
|
||||
bool unusedBit_11_24 : 1 {};
|
||||
/**
|
||||
offset 0 bit 25 */
|
||||
bool unusedBit_10_25 : 1 {};
|
||||
bool unusedBit_11_25 : 1 {};
|
||||
/**
|
||||
offset 0 bit 26 */
|
||||
bool unusedBit_10_26 : 1 {};
|
||||
bool unusedBit_11_26 : 1 {};
|
||||
/**
|
||||
offset 0 bit 27 */
|
||||
bool unusedBit_10_27 : 1 {};
|
||||
bool unusedBit_11_27 : 1 {};
|
||||
/**
|
||||
offset 0 bit 28 */
|
||||
bool unusedBit_10_28 : 1 {};
|
||||
bool unusedBit_11_28 : 1 {};
|
||||
/**
|
||||
offset 0 bit 29 */
|
||||
bool unusedBit_10_29 : 1 {};
|
||||
bool unusedBit_11_29 : 1 {};
|
||||
/**
|
||||
offset 0 bit 30 */
|
||||
bool unusedBit_10_30 : 1 {};
|
||||
bool unusedBit_11_30 : 1 {};
|
||||
/**
|
||||
offset 0 bit 31 */
|
||||
bool unusedBit_10_31 : 1 {};
|
||||
bool unusedBit_11_31 : 1 {};
|
||||
/**
|
||||
* "Boost: Lua target add"
|
||||
* units: v
|
||||
|
@ -153,4 +153,4 @@ struct boost_control_s {
|
|||
static_assert(sizeof(boost_control_s) == 24);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Wed Jan 03 20:30:10 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Fri Jan 05 01:19:47 UTC 2024
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2564811590
|
||||
#define SIGNATURE_HASH 2387151131
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.alphax-2chan.2564811590"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-2chan.2387151131"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1154,7 +1154,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4220159422
|
||||
#define SIGNATURE_HASH 3978061795
|
||||
#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"
|
||||
|
@ -1468,7 +1468,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.04.alphax-4chan.4220159422"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-4chan.3978061795"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1154,7 +1154,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4220159422
|
||||
#define SIGNATURE_HASH 3978061795
|
||||
#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"
|
||||
|
@ -1468,7 +1468,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.04.alphax-4chan_f7.4220159422"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-4chan_f7.3978061795"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2850906457
|
||||
#define SIGNATURE_HASH 3212542724
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.alphax-8chan-revA.2850906457"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-8chan-revA.3212542724"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4127371942
|
||||
#define SIGNATURE_HASH 3767816443
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.alphax-8chan.4127371942"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-8chan.3767816443"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4127371942
|
||||
#define SIGNATURE_HASH 3767816443
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.alphax-8chan_f7.4127371942"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-8chan_f7.3767816443"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.at_start_f435.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.at_start_f435.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2897054479
|
||||
#define SIGNATURE_HASH 3124455762
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.atlas.2897054479"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.atlas.3124455762"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 180135745
|
||||
#define SIGNATURE_HASH 472532252
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.f407-discovery.180135745"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.f407-discovery.472532252"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.f429-discovery.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.f429-discovery.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3665648082
|
||||
#define SIGNATURE_HASH 3438001039
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.f469-discovery.3665648082"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.f469-discovery.3438001039"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 3109940074
|
||||
#define SIGNATURE_HASH 2949318967
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.frankenso_na6.3109940074"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.frankenso_na6.2949318967"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 565437879
|
||||
#define SIGNATURE_HASH 925173738
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.2024.01.04.hellen-112-17.565437879"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-112-17.925173738"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3398956281
|
||||
#define SIGNATURE_HASH 3691058852
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.hellen-gm-e67.3398956281"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-gm-e67.3691058852"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2927738031
|
||||
#define SIGNATURE_HASH 3088539378
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.2024.01.04.hellen-honda-k.2927738031"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-honda-k.3088539378"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4106455176
|
||||
#define SIGNATURE_HASH 3797248725
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.hellen-nb1.4106455176"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-nb1.3797248725"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2149401814
|
||||
#define SIGNATURE_HASH 2525734539
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.2024.01.04.hellen121nissan.2149401814"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen121nissan.2525734539"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3637723815
|
||||
#define SIGNATURE_HASH 3460669690
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.hellen121vag.3637723815"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen121vag.3460669690"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 87586230
|
||||
#define SIGNATURE_HASH 330209259
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.hellen128.87586230"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen128.330209259"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1142167800
|
||||
#define SIGNATURE_HASH 1384315557
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.2024.01.04.hellen154hyundai.1142167800"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen154hyundai.1384315557"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1749789661
|
||||
#define SIGNATURE_HASH 2128431488
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.hellen72.1749789661"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen72.2128431488"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2369441703
|
||||
#define SIGNATURE_HASH 2611752442
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.hellen81.2369441703"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen81.2611752442"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1009082979
|
||||
#define SIGNATURE_HASH 716406846
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.hellen88bmw.1009082979"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen88bmw.716406846"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1540078013
|
||||
#define SIGNATURE_HASH 1297964000
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.hellenNA6.1540078013"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellenNA6.1297964000"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1154,7 +1154,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2679287118
|
||||
#define SIGNATURE_HASH 2300858131
|
||||
#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"
|
||||
|
@ -1468,7 +1468,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.04.hellenNA8_96.2679287118"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellenNA8_96.2300858131"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2836647228
|
||||
#define SIGNATURE_HASH 3213176673
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.m74_9.2836647228"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.m74_9.3213176673"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1413867254
|
||||
#define SIGNATURE_HASH 1121125547
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.mre_f4.1413867254"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.mre_f4.1121125547"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1413867254
|
||||
#define SIGNATURE_HASH 1121125547
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.mre_f7.1413867254"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.mre_f7.1121125547"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.nucleo_h743.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.nucleo_h743.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3627979473
|
||||
#define SIGNATURE_HASH 3467145356
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.prometheus_405.3627979473"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.prometheus_405.3467145356"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3627979473
|
||||
#define SIGNATURE_HASH 3467145356
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.prometheus_469.3627979473"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.prometheus_469.3467145356"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2211179231
|
||||
#define SIGNATURE_HASH 2505902210
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.proteus_f4.2211179231"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.proteus_f4.2505902210"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2211179231
|
||||
#define SIGNATURE_HASH 2505902210
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.proteus_f7.2211179231"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.proteus_f7.2505902210"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2211179231
|
||||
#define SIGNATURE_HASH 2505902210
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.proteus_h7.2211179231"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.proteus_h7.2505902210"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1097682439
|
||||
#define SIGNATURE_HASH 1476111450
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.04.s105.1097682439"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.s105.1476111450"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_small_can_board_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3591082952
|
||||
#define SIGNATURE_HASH 3231543701
|
||||
#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"
|
||||
|
@ -1466,7 +1466,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.04.small-can-board.3591082952"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.small-can-board.3231543701"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.stm32f413_nucleo.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.stm32f413_nucleo.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.stm32f429_nucleo.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.stm32f429_nucleo.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.stm32f767_nucleo.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.stm32f767_nucleo.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.t-b-g.3903479617"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.t-b-g.4265393436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1151,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1644458851
|
||||
#define SIGNATURE_HASH 1955762494
|
||||
#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"
|
||||
|
@ -1465,7 +1465,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.04.tdg-pdm8.1644458851"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.tdg-pdm8.1955762494"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1153,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2165209655
|
||||
#define SIGNATURE_HASH 2543360106
|
||||
#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"
|
||||
|
@ -1467,7 +1467,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.2024.01.04.uaefi.2165209655"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.uaefi.2543360106"
|
||||
#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 2564811590
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.alphax-2chan.2564811590"
|
||||
#define SIGNATURE_HASH 2387151131
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-2chan.2387151131"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4220159422
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.alphax-4chan.4220159422"
|
||||
#define SIGNATURE_HASH 3978061795
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-4chan.3978061795"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4220159422
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.alphax-4chan_f7.4220159422"
|
||||
#define SIGNATURE_HASH 3978061795
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-4chan_f7.3978061795"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2850906457
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.alphax-8chan-revA.2850906457"
|
||||
#define SIGNATURE_HASH 3212542724
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-8chan-revA.3212542724"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4127371942
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.alphax-8chan.4127371942"
|
||||
#define SIGNATURE_HASH 3767816443
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-8chan.3767816443"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4127371942
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.alphax-8chan_f7.4127371942"
|
||||
#define SIGNATURE_HASH 3767816443
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.alphax-8chan_f7.3767816443"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.at_start_f435.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.at_start_f435.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2897054479
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.atlas.2897054479"
|
||||
#define SIGNATURE_HASH 3124455762
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.atlas.3124455762"
|
||||
|
|
|
@ -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 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.cypress.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.cypress.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 180135745
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.f407-discovery.180135745"
|
||||
#define SIGNATURE_HASH 472532252
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.f407-discovery.472532252"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.f429-discovery.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.f429-discovery.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3665648082
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.f469-discovery.3665648082"
|
||||
#define SIGNATURE_HASH 3438001039
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.f469-discovery.3438001039"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3109940074
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.frankenso_na6.3109940074"
|
||||
#define SIGNATURE_HASH 2949318967
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.frankenso_na6.2949318967"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 565437879
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen-112-17.565437879"
|
||||
#define SIGNATURE_HASH 925173738
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-112-17.925173738"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3398956281
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen-gm-e67.3398956281"
|
||||
#define SIGNATURE_HASH 3691058852
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-gm-e67.3691058852"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2927738031
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen-honda-k.2927738031"
|
||||
#define SIGNATURE_HASH 3088539378
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-honda-k.3088539378"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4106455176
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen-nb1.4106455176"
|
||||
#define SIGNATURE_HASH 3797248725
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen-nb1.3797248725"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2149401814
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen121nissan.2149401814"
|
||||
#define SIGNATURE_HASH 2525734539
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen121nissan.2525734539"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3637723815
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen121vag.3637723815"
|
||||
#define SIGNATURE_HASH 3460669690
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen121vag.3460669690"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 87586230
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen128.87586230"
|
||||
#define SIGNATURE_HASH 330209259
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen128.330209259"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1142167800
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen154hyundai.1142167800"
|
||||
#define SIGNATURE_HASH 1384315557
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen154hyundai.1384315557"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1749789661
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen72.1749789661"
|
||||
#define SIGNATURE_HASH 2128431488
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen72.2128431488"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2369441703
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen81.2369441703"
|
||||
#define SIGNATURE_HASH 2611752442
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen81.2611752442"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1009082979
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellen88bmw.1009082979"
|
||||
#define SIGNATURE_HASH 716406846
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellen88bmw.716406846"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1540078013
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellenNA6.1540078013"
|
||||
#define SIGNATURE_HASH 1297964000
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellenNA6.1297964000"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2679287118
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.hellenNA8_96.2679287118"
|
||||
#define SIGNATURE_HASH 2300858131
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.hellenNA8_96.2300858131"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2860226799
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.kin.2860226799"
|
||||
#define SIGNATURE_HASH 3169680050
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.kin.3169680050"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2836647228
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.m74_9.2836647228"
|
||||
#define SIGNATURE_HASH 3213176673
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.m74_9.3213176673"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1413867254
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.mre_f4.1413867254"
|
||||
#define SIGNATURE_HASH 1121125547
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.mre_f4.1121125547"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1413867254
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.mre_f7.1413867254"
|
||||
#define SIGNATURE_HASH 1121125547
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.mre_f7.1121125547"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.nucleo_h743.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.nucleo_h743.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3627979473
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.prometheus_405.3627979473"
|
||||
#define SIGNATURE_HASH 3467145356
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.prometheus_405.3467145356"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3627979473
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.prometheus_469.3627979473"
|
||||
#define SIGNATURE_HASH 3467145356
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.prometheus_469.3467145356"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2211179231
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.proteus_f4.2211179231"
|
||||
#define SIGNATURE_HASH 2505902210
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.proteus_f4.2505902210"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2211179231
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.proteus_f7.2211179231"
|
||||
#define SIGNATURE_HASH 2505902210
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.proteus_f7.2505902210"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2211179231
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.proteus_h7.2211179231"
|
||||
#define SIGNATURE_HASH 2505902210
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.proteus_h7.2505902210"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1097682439
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.s105.1097682439"
|
||||
#define SIGNATURE_HASH 1476111450
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.s105.1476111450"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3591082952
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.small-can-board.3591082952"
|
||||
#define SIGNATURE_HASH 3231543701
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.small-can-board.3231543701"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.stm32f413_nucleo.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.stm32f413_nucleo.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.stm32f429_nucleo.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.stm32f429_nucleo.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.stm32f767_nucleo.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.stm32f767_nucleo.4265393436"
|
||||
|
|
|
@ -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 1531726249
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.subaru_eg33_f7.1531726249"
|
||||
#define SIGNATURE_HASH 1306176500
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.subaru_eg33_f7.1306176500"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3903479617
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.t-b-g.3903479617"
|
||||
#define SIGNATURE_HASH 4265393436
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.t-b-g.4265393436"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1644458851
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.tdg-pdm8.1644458851"
|
||||
#define SIGNATURE_HASH 1955762494
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.tdg-pdm8.1955762494"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2165209655
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.04.uaefi.2165209655"
|
||||
#define SIGNATURE_HASH 2543360106
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.05.uaefi.2543360106"
|
||||
|
|
|
@ -909,6 +909,11 @@ float getOutputValueByName(const char *name) {
|
|||
case -304796912:
|
||||
return ___engine.module<BoostController>()->isPlantValid;
|
||||
#endif
|
||||
// isBoostControlled
|
||||
#if EFI_BOOST_CONTROL
|
||||
case -1074908546:
|
||||
return ___engine.module<BoostController>()->isBoostControlled;
|
||||
#endif
|
||||
// luaTargetAdd
|
||||
#if EFI_BOOST_CONTROL
|
||||
case 119157463:
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.04.alphax-2chan.2564811590"
|
||||
signature = "rusEFI master.2024.01.05.alphax-2chan.2387151131"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.04.alphax-2chan.2564811590" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.05.alphax-2chan.2387151131" ; 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 Thu Jan 04 15:20:34 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 05 01:20:00 UTC 2024
|
||||
|
||||
pageSize = 22088
|
||||
page = 1
|
||||
|
@ -2963,6 +2963,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
|
|||
tpsTooLow = bits, U32, 1000, [7:7]
|
||||
mapTooLow = bits, U32, 1000, [8:8]
|
||||
isPlantValid = bits, U32, 1000, [9:9]
|
||||
isBoostControlled = bits, U32, 1000, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1006, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1008, "v", 1,0
|
||||
|
@ -5194,6 +5195,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
|
|||
entry = tpsTooLow, "tpsTooLow", int, "%d"
|
||||
entry = mapTooLow, "mapTooLow", int, "%d"
|
||||
entry = isPlantValid, "isPlantValid", int, "%d"
|
||||
entry = isBoostControlled, "isBoostControlled", int, "%d"
|
||||
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
|
||||
entry = boostOutput, "Boost: Output", float, "%.3f"
|
||||
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
|
||||
|
@ -6135,6 +6137,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
|
|||
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
|
||||
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
|
||||
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
|
||||
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
|
||||
|
||||
dialog = boost_controlDialog, "boost_control"
|
||||
panel = boost_controlIndicatorPanel
|
||||
|
@ -6900,6 +6903,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
|
||||
panel = boostOpenLoopBlend1Bias
|
||||
|
||||
|
@ -6910,6 +6914,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
|
||||
panel = boostOpenLoopBlend2Bias
|
||||
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.04.alphax-4chan.4220159422"
|
||||
signature = "rusEFI master.2024.01.05.alphax-4chan.3978061795"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.04.alphax-4chan.4220159422" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.05.alphax-4chan.3978061795" ; 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 Thu Jan 04 15:20:37 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 05 01:20:03 UTC 2024
|
||||
|
||||
pageSize = 22088
|
||||
page = 1
|
||||
|
@ -2963,6 +2963,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
|
|||
tpsTooLow = bits, U32, 1000, [7:7]
|
||||
mapTooLow = bits, U32, 1000, [8:8]
|
||||
isPlantValid = bits, U32, 1000, [9:9]
|
||||
isBoostControlled = bits, U32, 1000, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1006, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1008, "v", 1,0
|
||||
|
@ -5194,6 +5195,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
|
|||
entry = tpsTooLow, "tpsTooLow", int, "%d"
|
||||
entry = mapTooLow, "mapTooLow", int, "%d"
|
||||
entry = isPlantValid, "isPlantValid", int, "%d"
|
||||
entry = isBoostControlled, "isBoostControlled", int, "%d"
|
||||
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
|
||||
entry = boostOutput, "Boost: Output", float, "%.3f"
|
||||
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
|
||||
|
@ -6138,6 +6140,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
|
|||
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
|
||||
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
|
||||
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
|
||||
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
|
||||
|
||||
dialog = boost_controlDialog, "boost_control"
|
||||
panel = boost_controlIndicatorPanel
|
||||
|
@ -6903,6 +6906,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
|
||||
panel = boostOpenLoopBlend1Bias
|
||||
|
||||
|
@ -6913,6 +6917,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
|
||||
panel = boostOpenLoopBlend2Bias
|
||||
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.04.alphax-4chan_f7.4220159422"
|
||||
signature = "rusEFI master.2024.01.05.alphax-4chan_f7.3978061795"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.04.alphax-4chan_f7.4220159422" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.05.alphax-4chan_f7.3978061795" ; 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 Thu Jan 04 15:20:40 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 05 01:20:05 UTC 2024
|
||||
|
||||
pageSize = 22088
|
||||
page = 1
|
||||
|
@ -2963,6 +2963,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
|
|||
tpsTooLow = bits, U32, 1000, [7:7]
|
||||
mapTooLow = bits, U32, 1000, [8:8]
|
||||
isPlantValid = bits, U32, 1000, [9:9]
|
||||
isBoostControlled = bits, U32, 1000, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1006, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1008, "v", 1,0
|
||||
|
@ -5194,6 +5195,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
|
|||
entry = tpsTooLow, "tpsTooLow", int, "%d"
|
||||
entry = mapTooLow, "mapTooLow", int, "%d"
|
||||
entry = isPlantValid, "isPlantValid", int, "%d"
|
||||
entry = isBoostControlled, "isBoostControlled", int, "%d"
|
||||
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
|
||||
entry = boostOutput, "Boost: Output", float, "%.3f"
|
||||
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
|
||||
|
@ -6138,6 +6140,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
|
|||
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
|
||||
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
|
||||
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
|
||||
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
|
||||
|
||||
dialog = boost_controlDialog, "boost_control"
|
||||
panel = boost_controlIndicatorPanel
|
||||
|
@ -6903,6 +6906,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
|
||||
panel = boostOpenLoopBlend1Bias
|
||||
|
||||
|
@ -6913,6 +6917,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
|
||||
panel = boostOpenLoopBlend2Bias
|
||||
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.04.alphax-8chan-revA.2850906457"
|
||||
signature = "rusEFI master.2024.01.05.alphax-8chan-revA.3212542724"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.04.alphax-8chan-revA.2850906457" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.05.alphax-8chan-revA.3212542724" ; 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 Jan 04 15:20:48 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 05 01:20:13 UTC 2024
|
||||
|
||||
pageSize = 22088
|
||||
page = 1
|
||||
|
@ -2963,6 +2963,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
|
|||
tpsTooLow = bits, U32, 1000, [7:7]
|
||||
mapTooLow = bits, U32, 1000, [8:8]
|
||||
isPlantValid = bits, U32, 1000, [9:9]
|
||||
isBoostControlled = bits, U32, 1000, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1006, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1008, "v", 1,0
|
||||
|
@ -5194,6 +5195,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
|
|||
entry = tpsTooLow, "tpsTooLow", int, "%d"
|
||||
entry = mapTooLow, "mapTooLow", int, "%d"
|
||||
entry = isPlantValid, "isPlantValid", int, "%d"
|
||||
entry = isBoostControlled, "isBoostControlled", int, "%d"
|
||||
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
|
||||
entry = boostOutput, "Boost: Output", float, "%.3f"
|
||||
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
|
||||
|
@ -6139,6 +6141,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
|
|||
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
|
||||
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
|
||||
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
|
||||
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
|
||||
|
||||
dialog = boost_controlDialog, "boost_control"
|
||||
panel = boost_controlIndicatorPanel
|
||||
|
@ -6904,6 +6907,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
|
||||
panel = boostOpenLoopBlend1Bias
|
||||
|
||||
|
@ -6914,6 +6918,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
|
||||
panel = boostOpenLoopBlend2Bias
|
||||
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.04.alphax-8chan.4127371942"
|
||||
signature = "rusEFI master.2024.01.05.alphax-8chan.3767816443"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.04.alphax-8chan.4127371942" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.05.alphax-8chan.3767816443" ; 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 Thu Jan 04 15:20:43 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 05 01:20:08 UTC 2024
|
||||
|
||||
pageSize = 22104
|
||||
page = 1
|
||||
|
@ -2966,6 +2966,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
|
|||
tpsTooLow = bits, U32, 1000, [7:7]
|
||||
mapTooLow = bits, U32, 1000, [8:8]
|
||||
isPlantValid = bits, U32, 1000, [9:9]
|
||||
isBoostControlled = bits, U32, 1000, [10:10]
|
||||
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
|
||||
boostOutput = scalar, S16, 1006, "percent", 0.01,0
|
||||
luaTargetMult = scalar, F32, 1008, "v", 1,0
|
||||
|
@ -5197,6 +5198,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
|
|||
entry = tpsTooLow, "tpsTooLow", int, "%d"
|
||||
entry = mapTooLow, "mapTooLow", int, "%d"
|
||||
entry = isPlantValid, "isPlantValid", int, "%d"
|
||||
entry = isBoostControlled, "isBoostControlled", int, "%d"
|
||||
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
|
||||
entry = boostOutput, "Boost: Output", float, "%.3f"
|
||||
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
|
||||
|
@ -6142,6 +6144,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
|
|||
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
|
||||
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
|
||||
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
|
||||
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
|
||||
|
||||
dialog = boost_controlDialog, "boost_control"
|
||||
panel = boost_controlIndicatorPanel
|
||||
|
@ -6907,6 +6910,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
|
||||
panel = boostOpenLoopBlend1Bias
|
||||
|
||||
|
@ -6917,6 +6921,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
|
||||
panel = boostOpenLoopBlend2Bias
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue