Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-03-05 03:32:34 +00:00
parent dad31947e8
commit fb5211cf9e
144 changed files with 1630 additions and 1582 deletions

View File

@ -836,7 +836,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1174,7 +1174,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.cypress.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.cypress.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -836,7 +836,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1575555363
#define SIGNATURE_HASH 3783074886
#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"
@ -1174,7 +1174,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.kin.1575555363"
#define TS_SIGNATURE "rusEFI master.2024.03.05.kin.3783074886"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1073,7 +1073,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2900279397
#define SIGNATURE_HASH 273347840
#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"
@ -1411,7 +1411,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.subaru_eg33_f7.2900279397"
#define TS_SIGNATURE "rusEFI master.2024.03.05.subaru_eg33_f7.273347840"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -8,7 +8,6 @@ entry = checkEngine, "checkEngine", int, "%d"
entry = needBurn, "needBurn", int, "%d"
entry = sd_msd, "SD: MSD", int, "%d"
entry = isFan2On, "Radiator Fan 2", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = toothLogReady, "Tooth Logger Ready", int, "%d"
entry = isTpsError, "Error: TPS", int, "%d"
entry = isCltError, "Error: CLT", int, "%d"
@ -549,6 +548,7 @@ entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = smartChipAliveCounter, "smartChipAliveCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = luaDigitalState0, "luaDigitalState0", int, "%d"

View File

@ -229,6 +229,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrActive}, "acrActive No", "acrActive Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
indicator = {luaDigitalState0}, "luaDigitalState0 No", "luaDigitalState0 Yes"

View File

@ -8,24 +8,23 @@ checkEngine = bits, U32, 0, [6:6]
needBurn = bits, U32, 0, [7:7]
sd_msd = bits, U32, 0, [8:8]
isFan2On = bits, U32, 0, [9:9]
acrActive = bits, U32, 0, [10:10]
toothLogReady = bits, U32, 0, [11:11]
isTpsError = bits, U32, 0, [12:12]
isCltError = bits, U32, 0, [13:13]
isMapError = bits, U32, 0, [14:14]
isIatError = bits, U32, 0, [15:15]
isTriggerError = bits, U32, 0, [16:16]
hasCriticalError = bits, U32, 0, [17:17]
isWarnNow = bits, U32, 0, [18:18]
isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
toothLogReady = bits, U32, 0, [10:10]
isTpsError = bits, U32, 0, [11:11]
isCltError = bits, U32, 0, [12:12]
isMapError = bits, U32, 0, [13:13]
isIatError = bits, U32, 0, [14:14]
isTriggerError = bits, U32, 0, [15:15]
hasCriticalError = bits, U32, 0, [16:16]
isWarnNow = bits, U32, 0, [17:17]
isPedalError = bits, U32, 0, [18:18]
isKnockChipOk = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
injectorFault = bits, U32, 0, [22:22]
ignitionFault = bits, U32, 0, [23:23]
isMainRelayOn = bits, U32, 0, [24:24]
isUsbConnected = bits, U32, 0, [25:25]
dfcoActive = bits, U32, 0, [26:26]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -646,12 +645,13 @@ smartChipState = scalar, S08, 1102, "", 1, 0
smartChipRestartCounter = scalar, S08, 1103, "", 1, 0
smartChipAliveCounter = scalar, S08, 1104, "", 1, 0
startStopPhysicalState = bits, U32, 1108, [0:0]
acrEngineMovedRecently = bits, U32, 1108, [1:1]
heaterControlEnabled = bits, U32, 1108, [2:2]
luaDigitalState0 = bits, U32, 1108, [3:3]
luaDigitalState1 = bits, U32, 1108, [4:4]
luaDigitalState2 = bits, U32, 1108, [5:5]
luaDigitalState3 = bits, U32, 1108, [6:6]
acrActive = bits, U32, 1108, [1:1]
acrEngineMovedRecently = bits, U32, 1108, [2:2]
heaterControlEnabled = bits, U32, 1108, [3:3]
luaDigitalState0 = bits, U32, 1108, [4:4]
luaDigitalState1 = bits, U32, 1108, [5:5]
luaDigitalState2 = bits, U32, 1108, [6:6]
luaDigitalState3 = bits, U32, 1108, [7:7]
startStopStateToggleCounter = scalar, U32, 1112, "", 1, 0
egtValue1 = scalar, F32, 1116, "", 1, 0
egtValue2 = scalar, F32, 1120, "", 1, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Wed Feb 14 21:56:48 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Tue Mar 05 03:31:22 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -69,88 +69,87 @@ struct output_channels_s {
* Radiator Fan 2
offset 0 bit 9 */
bool isFan2On : 1 {};
/**
* Harley ACR Active
offset 0 bit 10 */
bool acrActive : 1 {};
/**
* Tooth Logger Ready
offset 0 bit 11 */
offset 0 bit 10 */
bool toothLogReady : 1 {};
/**
* Error: TPS
offset 0 bit 12 */
offset 0 bit 11 */
bool isTpsError : 1 {};
/**
* Error: CLT
offset 0 bit 13 */
offset 0 bit 12 */
bool isCltError : 1 {};
/**
* Error: MAP
offset 0 bit 14 */
offset 0 bit 13 */
bool isMapError : 1 {};
/**
* Error: IAT
offset 0 bit 15 */
offset 0 bit 14 */
bool isIatError : 1 {};
/**
* Error: Trigger
offset 0 bit 16 */
offset 0 bit 15 */
bool isTriggerError : 1 {};
/**
* Error: Active
offset 0 bit 17 */
offset 0 bit 16 */
bool hasCriticalError : 1 {};
/**
* Warning: Active
offset 0 bit 18 */
offset 0 bit 17 */
bool isWarnNow : 1 {};
/**
* Error: Pedal
offset 0 bit 19 */
offset 0 bit 18 */
bool isPedalError : 1 {};
/**
offset 0 bit 20 */
offset 0 bit 19 */
bool isKnockChipOk : 1 {};
/**
* Launch Control Triggered
offset 0 bit 21 */
offset 0 bit 20 */
bool launchTriggered : 1 {};
/**
* Error: TPS2
offset 0 bit 22 */
offset 0 bit 21 */
bool isTps2Error : 1 {};
/**
* Injector Fault
offset 0 bit 23 */
offset 0 bit 22 */
bool injectorFault : 1 {};
/**
* Ignition Fault
offset 0 bit 24 */
offset 0 bit 23 */
bool ignitionFault : 1 {};
/**
offset 0 bit 25 */
offset 0 bit 24 */
bool isMainRelayOn : 1 {};
/**
* isUsbConnected
* Original reason for this is to check if USB is connected from Lua
offset 0 bit 26 */
offset 0 bit 25 */
bool isUsbConnected : 1 {};
/**
offset 0 bit 27 */
offset 0 bit 26 */
bool dfcoActive : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_27_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_28_28 : 1 {};
bool unusedBit_27_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_28_29 : 1 {};
bool unusedBit_27_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_28_30 : 1 {};
bool unusedBit_27_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_28_31 : 1 {};
bool unusedBit_27_31 : 1 {};
/**
* @@GAUGE_NAME_RPM@@
* units: RPM
@ -1278,4 +1277,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 796);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Wed Feb 14 21:56:48 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Tue Mar 05 03:31:22 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Tue Mar 05 01:56:09 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Tue Mar 05 03:31:23 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -235,98 +235,99 @@ struct engine_state_s {
offset 52 bit 0 */
bool startStopPhysicalState : 1 {};
/**
* Harley ACR Active
offset 52 bit 1 */
bool acrEngineMovedRecently : 1 {};
bool acrActive : 1 {};
/**
offset 52 bit 2 */
bool heaterControlEnabled : 1 {};
bool acrEngineMovedRecently : 1 {};
/**
offset 52 bit 3 */
bool luaDigitalState0 : 1 {};
bool heaterControlEnabled : 1 {};
/**
offset 52 bit 4 */
bool luaDigitalState1 : 1 {};
bool luaDigitalState0 : 1 {};
/**
offset 52 bit 5 */
bool luaDigitalState2 : 1 {};
bool luaDigitalState1 : 1 {};
/**
offset 52 bit 6 */
bool luaDigitalState3 : 1 {};
bool luaDigitalState2 : 1 {};
/**
offset 52 bit 7 */
bool unusedBit_20_7 : 1 {};
bool luaDigitalState3 : 1 {};
/**
offset 52 bit 8 */
bool unusedBit_20_8 : 1 {};
bool unusedBit_21_8 : 1 {};
/**
offset 52 bit 9 */
bool unusedBit_20_9 : 1 {};
bool unusedBit_21_9 : 1 {};
/**
offset 52 bit 10 */
bool unusedBit_20_10 : 1 {};
bool unusedBit_21_10 : 1 {};
/**
offset 52 bit 11 */
bool unusedBit_20_11 : 1 {};
bool unusedBit_21_11 : 1 {};
/**
offset 52 bit 12 */
bool unusedBit_20_12 : 1 {};
bool unusedBit_21_12 : 1 {};
/**
offset 52 bit 13 */
bool unusedBit_20_13 : 1 {};
bool unusedBit_21_13 : 1 {};
/**
offset 52 bit 14 */
bool unusedBit_20_14 : 1 {};
bool unusedBit_21_14 : 1 {};
/**
offset 52 bit 15 */
bool unusedBit_20_15 : 1 {};
bool unusedBit_21_15 : 1 {};
/**
offset 52 bit 16 */
bool unusedBit_20_16 : 1 {};
bool unusedBit_21_16 : 1 {};
/**
offset 52 bit 17 */
bool unusedBit_20_17 : 1 {};
bool unusedBit_21_17 : 1 {};
/**
offset 52 bit 18 */
bool unusedBit_20_18 : 1 {};
bool unusedBit_21_18 : 1 {};
/**
offset 52 bit 19 */
bool unusedBit_20_19 : 1 {};
bool unusedBit_21_19 : 1 {};
/**
offset 52 bit 20 */
bool unusedBit_20_20 : 1 {};
bool unusedBit_21_20 : 1 {};
/**
offset 52 bit 21 */
bool unusedBit_20_21 : 1 {};
bool unusedBit_21_21 : 1 {};
/**
offset 52 bit 22 */
bool unusedBit_20_22 : 1 {};
bool unusedBit_21_22 : 1 {};
/**
offset 52 bit 23 */
bool unusedBit_20_23 : 1 {};
bool unusedBit_21_23 : 1 {};
/**
offset 52 bit 24 */
bool unusedBit_20_24 : 1 {};
bool unusedBit_21_24 : 1 {};
/**
offset 52 bit 25 */
bool unusedBit_20_25 : 1 {};
bool unusedBit_21_25 : 1 {};
/**
offset 52 bit 26 */
bool unusedBit_20_26 : 1 {};
bool unusedBit_21_26 : 1 {};
/**
offset 52 bit 27 */
bool unusedBit_20_27 : 1 {};
bool unusedBit_21_27 : 1 {};
/**
offset 52 bit 28 */
bool unusedBit_20_28 : 1 {};
bool unusedBit_21_28 : 1 {};
/**
offset 52 bit 29 */
bool unusedBit_20_29 : 1 {};
bool unusedBit_21_29 : 1 {};
/**
offset 52 bit 30 */
bool unusedBit_20_30 : 1 {};
bool unusedBit_21_30 : 1 {};
/**
offset 52 bit 31 */
bool unusedBit_20_31 : 1 {};
bool unusedBit_21_31 : 1 {};
/**
* offset 56
*/
@ -398,4 +399,4 @@ struct engine_state_s {
static_assert(sizeof(engine_state_s) == 104);
// end
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Tue Mar 05 01:56:09 UTC 2024
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Tue Mar 05 03:31:23 UTC 2024

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3827216795
#define SIGNATURE_HASH 1485473022
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-2chan.3827216795"
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-2chan.1485473022"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1164,7 +1164,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2372228230
#define SIGNATURE_HASH 837902819
#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"
@ -1502,7 +1502,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-4chan.2372228230"
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-4chan.837902819"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1164,7 +1164,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2372228230
#define SIGNATURE_HASH 837902819
#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"
@ -1502,7 +1502,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-4chan_f7.2372228230"
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-4chan_f7.837902819"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1221811482
#define SIGNATURE_HASH 4098320511
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-8chan-revA.1221811482"
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-8chan-revA.4098320511"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 20936745
#define SIGNATURE_HASH 3182120268
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-8chan.20936745"
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-8chan.3182120268"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 20936745
#define SIGNATURE_HASH 3182120268
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-8chan_f7.20936745"
#define TS_SIGNATURE "rusEFI master.2024.03.05.alphax-8chan_f7.3182120268"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.at_start_f435.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.at_start_f435.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1530856131
#define SIGNATURE_HASH 3886757798
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.atlas.1530856131"
#define TS_SIGNATURE "rusEFI master.2024.03.05.atlas.3886757798"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 2895668562
#define SIGNATURE_HASH 269242423
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.f407-discovery.2895668562"
#define TS_SIGNATURE "rusEFI master.2024.03.05.f407-discovery.269242423"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.f429-discovery.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.f429-discovery.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 770691102
#define SIGNATURE_HASH 2440815995
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.f469-discovery.770691102"
#define TS_SIGNATURE "rusEFI master.2024.03.05.f469-discovery.2440815995"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1237033622
#define SIGNATURE_HASH 4113537011
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.frankenso_na6.1237033622"
#define TS_SIGNATURE "rusEFI master.2024.03.05.frankenso_na6.4113537011"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2519748105
#define SIGNATURE_HASH 715422572
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-112-17.2519748105"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-112-17.715422572"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3544297781
#define SIGNATURE_HASH 1876264016
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-gm-e67.3544297781"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-gm-e67.1876264016"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1415958412
#define SIGNATURE_HASH 3908172521
#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"
@ -1502,7 +1502,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-honda-k.1415958412"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-honda-k.3908172521"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4129300653
#define SIGNATURE_HASH 1253316040
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-nb1.4129300653"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-nb1.1253316040"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 847411354
#define SIGNATURE_HASH 2383826431
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen121nissan.847411354"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen121nissan.2383826431"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 792841067
#define SIGNATURE_HASH 2480274958
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen121vag.792841067"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen121vag.2480274958"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4071292026
#define SIGNATURE_HASH 1312737567
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen128.4071292026"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen128.1312737567"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1001147707
#define SIGNATURE_HASH 2268624990
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen154hyundai.1001147707"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen154hyundai.2268624990"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2681807377
#define SIGNATURE_HASH 592254836
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen72.2681807377"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen72.592254836"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2057848427
#define SIGNATURE_HASH 3325850382
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen81.2057848427"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen81.3325850382"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1837847336
#define SIGNATURE_HASH 3508495949
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output false
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen88bmw.1837847336"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen88bmw.3508495949"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2342335853
#define SIGNATURE_HASH 923336712
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellenNA6.2342335853"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellenNA6.923336712"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1164,7 +1164,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1950840739
#define SIGNATURE_HASH 3369288390
#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"
@ -1502,7 +1502,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellenNA8_96.1950840739"
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellenNA8_96.3369288390"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1552138524
#define SIGNATURE_HASH 3759666297
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.m74_9.1552138524"
#define TS_SIGNATURE "rusEFI master.2024.03.05.m74_9.3759666297"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1377962007
#define SIGNATURE_HASH 4004920690
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.mre_f4.1377962007"
#define TS_SIGNATURE "rusEFI master.2024.03.05.mre_f4.4004920690"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1377962007
#define SIGNATURE_HASH 4004920690
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.mre_f7.1377962007"
#define TS_SIGNATURE "rusEFI master.2024.03.05.mre_f7.4004920690"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.nucleo_h743.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.nucleo_h743.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 799808285
#define SIGNATURE_HASH 2469932664
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.prometheus_405.799808285"
#define TS_SIGNATURE "rusEFI master.2024.03.05.prometheus_405.2469932664"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 799808285
#define SIGNATURE_HASH 2469932664
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.prometheus_469.799808285"
#define TS_SIGNATURE "rusEFI master.2024.03.05.prometheus_469.2469932664"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2155032628
#define SIGNATURE_HASH 1021773137
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.proteus_f4.2155032628"
#define TS_SIGNATURE "rusEFI master.2024.03.05.proteus_f4.1021773137"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2155032628
#define SIGNATURE_HASH 1021773137
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.proteus_f7.2155032628"
#define TS_SIGNATURE "rusEFI master.2024.03.05.proteus_f7.1021773137"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2155032628
#define SIGNATURE_HASH 1021773137
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.proteus_h7.2155032628"
#define TS_SIGNATURE "rusEFI master.2024.03.05.proteus_h7.1021773137"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1499059592
#define SIGNATURE_HASH 3855474925
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.s105.1499059592"
#define TS_SIGNATURE "rusEFI master.2024.03.05.s105.3855474925"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 563681796
#define SIGNATURE_HASH 2634887009
#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"
@ -1502,7 +1502,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.small-can-board.563681796"
#define TS_SIGNATURE "rusEFI master.2024.03.05.small-can-board.2634887009"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.stm32f413_nucleo.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.stm32f413_nucleo.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.stm32f429_nucleo.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.stm32f429_nucleo.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.stm32f767_nucleo.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.stm32f767_nucleo.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 523818637
#define SIGNATURE_HASH 2746016744
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.t-b-g.523818637"
#define TS_SIGNATURE "rusEFI master.2024.03.05.t-b-g.2746016744"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1162,7 +1162,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2509699759
#define SIGNATURE_HASH 688050122
#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"
@ -1500,7 +1500,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.tdg-pdm8.2509699759"
#define TS_SIGNATURE "rusEFI master.2024.03.05.tdg-pdm8.688050122"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1163,7 +1163,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_uaefi_presets true
#define SIGNATURE_HASH 2462102096
#define SIGNATURE_HASH 777291573
#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"
@ -1501,7 +1501,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.03.05.uaefi.2462102096"
#define TS_SIGNATURE "rusEFI master.2024.03.05.uaefi.777291573"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2519748105
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-112-17.2519748105"
#define SIGNATURE_HASH 715422572
#define TS_SIGNATURE "rusEFI master.2024.03.05.hellen-112-17.715422572"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -37,12 +37,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.03.05.f407-discovery.2895668562"
signature = "rusEFI master.2024.03.05.f407-discovery.269242423"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.03.05.f407-discovery.2895668562" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.03.05.f407-discovery.269242423" ; 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
@ -98,7 +98,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 01:57:18 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 03:32:32 UTC 2024
pageSize = 22236
page = 1
@ -2494,24 +2494,23 @@ checkEngine = bits, U32, 0, [6:6]
needBurn = bits, U32, 0, [7:7]
sd_msd = bits, U32, 0, [8:8]
isFan2On = bits, U32, 0, [9:9]
acrActive = bits, U32, 0, [10:10]
toothLogReady = bits, U32, 0, [11:11]
isTpsError = bits, U32, 0, [12:12]
isCltError = bits, U32, 0, [13:13]
isMapError = bits, U32, 0, [14:14]
isIatError = bits, U32, 0, [15:15]
isTriggerError = bits, U32, 0, [16:16]
hasCriticalError = bits, U32, 0, [17:17]
isWarnNow = bits, U32, 0, [18:18]
isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
toothLogReady = bits, U32, 0, [10:10]
isTpsError = bits, U32, 0, [11:11]
isCltError = bits, U32, 0, [12:12]
isMapError = bits, U32, 0, [13:13]
isIatError = bits, U32, 0, [14:14]
isTriggerError = bits, U32, 0, [15:15]
hasCriticalError = bits, U32, 0, [16:16]
isWarnNow = bits, U32, 0, [17:17]
isPedalError = bits, U32, 0, [18:18]
isKnockChipOk = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
injectorFault = bits, U32, 0, [22:22]
ignitionFault = bits, U32, 0, [23:23]
isMainRelayOn = bits, U32, 0, [24:24]
isUsbConnected = bits, U32, 0, [25:25]
dfcoActive = bits, U32, 0, [26:26]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3132,12 +3131,13 @@ smartChipState = scalar, S08, 1102, "", 1, 0
smartChipRestartCounter = scalar, S08, 1103, "", 1, 0
smartChipAliveCounter = scalar, S08, 1104, "", 1, 0
startStopPhysicalState = bits, U32, 1108, [0:0]
acrEngineMovedRecently = bits, U32, 1108, [1:1]
heaterControlEnabled = bits, U32, 1108, [2:2]
luaDigitalState0 = bits, U32, 1108, [3:3]
luaDigitalState1 = bits, U32, 1108, [4:4]
luaDigitalState2 = bits, U32, 1108, [5:5]
luaDigitalState3 = bits, U32, 1108, [6:6]
acrActive = bits, U32, 1108, [1:1]
acrEngineMovedRecently = bits, U32, 1108, [2:2]
heaterControlEnabled = bits, U32, 1108, [3:3]
luaDigitalState0 = bits, U32, 1108, [4:4]
luaDigitalState1 = bits, U32, 1108, [5:5]
luaDigitalState2 = bits, U32, 1108, [6:6]
luaDigitalState3 = bits, U32, 1108, [7:7]
startStopStateToggleCounter = scalar, U32, 1112, "", 1, 0
egtValue1 = scalar, F32, 1116, "", 1, 0
egtValue2 = scalar, F32, 1120, "", 1, 0
@ -4864,7 +4864,6 @@ entry = checkEngine, "checkEngine", int, "%d"
entry = needBurn, "needBurn", int, "%d"
entry = sd_msd, "SD: MSD", int, "%d"
entry = isFan2On, "Radiator Fan 2", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = toothLogReady, "Tooth Logger Ready", int, "%d"
entry = isTpsError, "Error: TPS", int, "%d"
entry = isCltError, "Error: CLT", int, "%d"
@ -5405,6 +5404,7 @@ entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = smartChipAliveCounter, "smartChipAliveCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = luaDigitalState0, "luaDigitalState0", int, "%d"
@ -6370,6 +6370,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrActive}, "acrActive No", "acrActive Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
indicator = {luaDigitalState0}, "luaDigitalState0 No", "luaDigitalState0 Yes"

View File

@ -37,12 +37,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.03.05.alphax-2chan.3827216795"
signature = "rusEFI master.2024.03.05.alphax-2chan.1485473022"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.03.05.alphax-2chan.3827216795" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.03.05.alphax-2chan.1485473022" ; 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
@ -98,7 +98,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-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 01:56:20 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 03:31:33 UTC 2024
pageSize = 22236
page = 1
@ -2494,24 +2494,23 @@ checkEngine = bits, U32, 0, [6:6]
needBurn = bits, U32, 0, [7:7]
sd_msd = bits, U32, 0, [8:8]
isFan2On = bits, U32, 0, [9:9]
acrActive = bits, U32, 0, [10:10]
toothLogReady = bits, U32, 0, [11:11]
isTpsError = bits, U32, 0, [12:12]
isCltError = bits, U32, 0, [13:13]
isMapError = bits, U32, 0, [14:14]
isIatError = bits, U32, 0, [15:15]
isTriggerError = bits, U32, 0, [16:16]
hasCriticalError = bits, U32, 0, [17:17]
isWarnNow = bits, U32, 0, [18:18]
isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
toothLogReady = bits, U32, 0, [10:10]
isTpsError = bits, U32, 0, [11:11]
isCltError = bits, U32, 0, [12:12]
isMapError = bits, U32, 0, [13:13]
isIatError = bits, U32, 0, [14:14]
isTriggerError = bits, U32, 0, [15:15]
hasCriticalError = bits, U32, 0, [16:16]
isWarnNow = bits, U32, 0, [17:17]
isPedalError = bits, U32, 0, [18:18]
isKnockChipOk = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
injectorFault = bits, U32, 0, [22:22]
ignitionFault = bits, U32, 0, [23:23]
isMainRelayOn = bits, U32, 0, [24:24]
isUsbConnected = bits, U32, 0, [25:25]
dfcoActive = bits, U32, 0, [26:26]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3132,12 +3131,13 @@ smartChipState = scalar, S08, 1102, "", 1, 0
smartChipRestartCounter = scalar, S08, 1103, "", 1, 0
smartChipAliveCounter = scalar, S08, 1104, "", 1, 0
startStopPhysicalState = bits, U32, 1108, [0:0]
acrEngineMovedRecently = bits, U32, 1108, [1:1]
heaterControlEnabled = bits, U32, 1108, [2:2]
luaDigitalState0 = bits, U32, 1108, [3:3]
luaDigitalState1 = bits, U32, 1108, [4:4]
luaDigitalState2 = bits, U32, 1108, [5:5]
luaDigitalState3 = bits, U32, 1108, [6:6]
acrActive = bits, U32, 1108, [1:1]
acrEngineMovedRecently = bits, U32, 1108, [2:2]
heaterControlEnabled = bits, U32, 1108, [3:3]
luaDigitalState0 = bits, U32, 1108, [4:4]
luaDigitalState1 = bits, U32, 1108, [5:5]
luaDigitalState2 = bits, U32, 1108, [6:6]
luaDigitalState3 = bits, U32, 1108, [7:7]
startStopStateToggleCounter = scalar, U32, 1112, "", 1, 0
egtValue1 = scalar, F32, 1116, "", 1, 0
egtValue2 = scalar, F32, 1120, "", 1, 0
@ -4863,7 +4863,6 @@ entry = checkEngine, "checkEngine", int, "%d"
entry = needBurn, "needBurn", int, "%d"
entry = sd_msd, "SD: MSD", int, "%d"
entry = isFan2On, "Radiator Fan 2", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = toothLogReady, "Tooth Logger Ready", int, "%d"
entry = isTpsError, "Error: TPS", int, "%d"
entry = isCltError, "Error: CLT", int, "%d"
@ -5404,6 +5403,7 @@ entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = smartChipAliveCounter, "smartChipAliveCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = luaDigitalState0, "luaDigitalState0", int, "%d"
@ -6363,6 +6363,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrActive}, "acrActive No", "acrActive Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
indicator = {luaDigitalState0}, "luaDigitalState0 No", "luaDigitalState0 Yes"

View File

@ -37,12 +37,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.03.05.alphax-4chan.2372228230"
signature = "rusEFI master.2024.03.05.alphax-4chan.837902819"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.03.05.alphax-4chan.2372228230" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.03.05.alphax-4chan.837902819" ; 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
@ -98,7 +98,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-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 01:56:21 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 03:31:35 UTC 2024
pageSize = 22236
page = 1
@ -2494,24 +2494,23 @@ checkEngine = bits, U32, 0, [6:6]
needBurn = bits, U32, 0, [7:7]
sd_msd = bits, U32, 0, [8:8]
isFan2On = bits, U32, 0, [9:9]
acrActive = bits, U32, 0, [10:10]
toothLogReady = bits, U32, 0, [11:11]
isTpsError = bits, U32, 0, [12:12]
isCltError = bits, U32, 0, [13:13]
isMapError = bits, U32, 0, [14:14]
isIatError = bits, U32, 0, [15:15]
isTriggerError = bits, U32, 0, [16:16]
hasCriticalError = bits, U32, 0, [17:17]
isWarnNow = bits, U32, 0, [18:18]
isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
toothLogReady = bits, U32, 0, [10:10]
isTpsError = bits, U32, 0, [11:11]
isCltError = bits, U32, 0, [12:12]
isMapError = bits, U32, 0, [13:13]
isIatError = bits, U32, 0, [14:14]
isTriggerError = bits, U32, 0, [15:15]
hasCriticalError = bits, U32, 0, [16:16]
isWarnNow = bits, U32, 0, [17:17]
isPedalError = bits, U32, 0, [18:18]
isKnockChipOk = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
injectorFault = bits, U32, 0, [22:22]
ignitionFault = bits, U32, 0, [23:23]
isMainRelayOn = bits, U32, 0, [24:24]
isUsbConnected = bits, U32, 0, [25:25]
dfcoActive = bits, U32, 0, [26:26]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3132,12 +3131,13 @@ smartChipState = scalar, S08, 1102, "", 1, 0
smartChipRestartCounter = scalar, S08, 1103, "", 1, 0
smartChipAliveCounter = scalar, S08, 1104, "", 1, 0
startStopPhysicalState = bits, U32, 1108, [0:0]
acrEngineMovedRecently = bits, U32, 1108, [1:1]
heaterControlEnabled = bits, U32, 1108, [2:2]
luaDigitalState0 = bits, U32, 1108, [3:3]
luaDigitalState1 = bits, U32, 1108, [4:4]
luaDigitalState2 = bits, U32, 1108, [5:5]
luaDigitalState3 = bits, U32, 1108, [6:6]
acrActive = bits, U32, 1108, [1:1]
acrEngineMovedRecently = bits, U32, 1108, [2:2]
heaterControlEnabled = bits, U32, 1108, [3:3]
luaDigitalState0 = bits, U32, 1108, [4:4]
luaDigitalState1 = bits, U32, 1108, [5:5]
luaDigitalState2 = bits, U32, 1108, [6:6]
luaDigitalState3 = bits, U32, 1108, [7:7]
startStopStateToggleCounter = scalar, U32, 1112, "", 1, 0
egtValue1 = scalar, F32, 1116, "", 1, 0
egtValue2 = scalar, F32, 1120, "", 1, 0
@ -4863,7 +4863,6 @@ entry = checkEngine, "checkEngine", int, "%d"
entry = needBurn, "needBurn", int, "%d"
entry = sd_msd, "SD: MSD", int, "%d"
entry = isFan2On, "Radiator Fan 2", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = toothLogReady, "Tooth Logger Ready", int, "%d"
entry = isTpsError, "Error: TPS", int, "%d"
entry = isCltError, "Error: CLT", int, "%d"
@ -5404,6 +5403,7 @@ entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = smartChipAliveCounter, "smartChipAliveCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = luaDigitalState0, "luaDigitalState0", int, "%d"
@ -6366,6 +6366,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrActive}, "acrActive No", "acrActive Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
indicator = {luaDigitalState0}, "luaDigitalState0 No", "luaDigitalState0 Yes"

View File

@ -37,12 +37,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.03.05.alphax-4chan_f7.2372228230"
signature = "rusEFI master.2024.03.05.alphax-4chan_f7.837902819"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.03.05.alphax-4chan_f7.2372228230" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.03.05.alphax-4chan_f7.837902819" ; 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
@ -98,7 +98,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-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 01:56:23 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 03:31:36 UTC 2024
pageSize = 22236
page = 1
@ -2494,24 +2494,23 @@ checkEngine = bits, U32, 0, [6:6]
needBurn = bits, U32, 0, [7:7]
sd_msd = bits, U32, 0, [8:8]
isFan2On = bits, U32, 0, [9:9]
acrActive = bits, U32, 0, [10:10]
toothLogReady = bits, U32, 0, [11:11]
isTpsError = bits, U32, 0, [12:12]
isCltError = bits, U32, 0, [13:13]
isMapError = bits, U32, 0, [14:14]
isIatError = bits, U32, 0, [15:15]
isTriggerError = bits, U32, 0, [16:16]
hasCriticalError = bits, U32, 0, [17:17]
isWarnNow = bits, U32, 0, [18:18]
isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
toothLogReady = bits, U32, 0, [10:10]
isTpsError = bits, U32, 0, [11:11]
isCltError = bits, U32, 0, [12:12]
isMapError = bits, U32, 0, [13:13]
isIatError = bits, U32, 0, [14:14]
isTriggerError = bits, U32, 0, [15:15]
hasCriticalError = bits, U32, 0, [16:16]
isWarnNow = bits, U32, 0, [17:17]
isPedalError = bits, U32, 0, [18:18]
isKnockChipOk = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
injectorFault = bits, U32, 0, [22:22]
ignitionFault = bits, U32, 0, [23:23]
isMainRelayOn = bits, U32, 0, [24:24]
isUsbConnected = bits, U32, 0, [25:25]
dfcoActive = bits, U32, 0, [26:26]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3132,12 +3131,13 @@ smartChipState = scalar, S08, 1102, "", 1, 0
smartChipRestartCounter = scalar, S08, 1103, "", 1, 0
smartChipAliveCounter = scalar, S08, 1104, "", 1, 0
startStopPhysicalState = bits, U32, 1108, [0:0]
acrEngineMovedRecently = bits, U32, 1108, [1:1]
heaterControlEnabled = bits, U32, 1108, [2:2]
luaDigitalState0 = bits, U32, 1108, [3:3]
luaDigitalState1 = bits, U32, 1108, [4:4]
luaDigitalState2 = bits, U32, 1108, [5:5]
luaDigitalState3 = bits, U32, 1108, [6:6]
acrActive = bits, U32, 1108, [1:1]
acrEngineMovedRecently = bits, U32, 1108, [2:2]
heaterControlEnabled = bits, U32, 1108, [3:3]
luaDigitalState0 = bits, U32, 1108, [4:4]
luaDigitalState1 = bits, U32, 1108, [5:5]
luaDigitalState2 = bits, U32, 1108, [6:6]
luaDigitalState3 = bits, U32, 1108, [7:7]
startStopStateToggleCounter = scalar, U32, 1112, "", 1, 0
egtValue1 = scalar, F32, 1116, "", 1, 0
egtValue2 = scalar, F32, 1120, "", 1, 0
@ -4863,7 +4863,6 @@ entry = checkEngine, "checkEngine", int, "%d"
entry = needBurn, "needBurn", int, "%d"
entry = sd_msd, "SD: MSD", int, "%d"
entry = isFan2On, "Radiator Fan 2", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = toothLogReady, "Tooth Logger Ready", int, "%d"
entry = isTpsError, "Error: TPS", int, "%d"
entry = isCltError, "Error: CLT", int, "%d"
@ -5404,6 +5403,7 @@ entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = smartChipAliveCounter, "smartChipAliveCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = luaDigitalState0, "luaDigitalState0", int, "%d"
@ -6366,6 +6366,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrActive}, "acrActive No", "acrActive Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
indicator = {luaDigitalState0}, "luaDigitalState0 No", "luaDigitalState0 Yes"

View File

@ -37,12 +37,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.03.05.alphax-8chan-revA.1221811482"
signature = "rusEFI master.2024.03.05.alphax-8chan-revA.4098320511"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.03.05.alphax-8chan-revA.1221811482" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.03.05.alphax-8chan-revA.4098320511" ; 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
@ -98,7 +98,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-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 01:56:27 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Mar 05 03:31:40 UTC 2024
pageSize = 22236
page = 1
@ -2494,24 +2494,23 @@ checkEngine = bits, U32, 0, [6:6]
needBurn = bits, U32, 0, [7:7]
sd_msd = bits, U32, 0, [8:8]
isFan2On = bits, U32, 0, [9:9]
acrActive = bits, U32, 0, [10:10]
toothLogReady = bits, U32, 0, [11:11]
isTpsError = bits, U32, 0, [12:12]
isCltError = bits, U32, 0, [13:13]
isMapError = bits, U32, 0, [14:14]
isIatError = bits, U32, 0, [15:15]
isTriggerError = bits, U32, 0, [16:16]
hasCriticalError = bits, U32, 0, [17:17]
isWarnNow = bits, U32, 0, [18:18]
isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
toothLogReady = bits, U32, 0, [10:10]
isTpsError = bits, U32, 0, [11:11]
isCltError = bits, U32, 0, [12:12]
isMapError = bits, U32, 0, [13:13]
isIatError = bits, U32, 0, [14:14]
isTriggerError = bits, U32, 0, [15:15]
hasCriticalError = bits, U32, 0, [16:16]
isWarnNow = bits, U32, 0, [17:17]
isPedalError = bits, U32, 0, [18:18]
isKnockChipOk = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
injectorFault = bits, U32, 0, [22:22]
ignitionFault = bits, U32, 0, [23:23]
isMainRelayOn = bits, U32, 0, [24:24]
isUsbConnected = bits, U32, 0, [25:25]
dfcoActive = bits, U32, 0, [26:26]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3132,12 +3131,13 @@ smartChipState = scalar, S08, 1102, "", 1, 0
smartChipRestartCounter = scalar, S08, 1103, "", 1, 0
smartChipAliveCounter = scalar, S08, 1104, "", 1, 0
startStopPhysicalState = bits, U32, 1108, [0:0]
acrEngineMovedRecently = bits, U32, 1108, [1:1]
heaterControlEnabled = bits, U32, 1108, [2:2]
luaDigitalState0 = bits, U32, 1108, [3:3]
luaDigitalState1 = bits, U32, 1108, [4:4]
luaDigitalState2 = bits, U32, 1108, [5:5]
luaDigitalState3 = bits, U32, 1108, [6:6]
acrActive = bits, U32, 1108, [1:1]
acrEngineMovedRecently = bits, U32, 1108, [2:2]
heaterControlEnabled = bits, U32, 1108, [3:3]
luaDigitalState0 = bits, U32, 1108, [4:4]
luaDigitalState1 = bits, U32, 1108, [5:5]
luaDigitalState2 = bits, U32, 1108, [6:6]
luaDigitalState3 = bits, U32, 1108, [7:7]
startStopStateToggleCounter = scalar, U32, 1112, "", 1, 0
egtValue1 = scalar, F32, 1116, "", 1, 0
egtValue2 = scalar, F32, 1120, "", 1, 0
@ -4863,7 +4863,6 @@ entry = checkEngine, "checkEngine", int, "%d"
entry = needBurn, "needBurn", int, "%d"
entry = sd_msd, "SD: MSD", int, "%d"
entry = isFan2On, "Radiator Fan 2", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = toothLogReady, "Tooth Logger Ready", int, "%d"
entry = isTpsError, "Error: TPS", int, "%d"
entry = isCltError, "Error: CLT", int, "%d"
@ -5404,6 +5403,7 @@ entry = smartChipState, "smartChipState", int, "%d"
entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d"
entry = smartChipAliveCounter, "smartChipAliveCounter", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrActive, "Harley ACR Active", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = luaDigitalState0, "luaDigitalState0", int, "%d"
@ -6366,6 +6366,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrActive}, "acrActive No", "acrActive Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
indicator = {luaDigitalState0}, "luaDigitalState0 No", "luaDigitalState0 Yes"

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