diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index c2e4dff980..d5423dc358 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -473,6 +473,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" diff --git a/firmware/console/binary/generated/fancy_content.ini b/firmware/console/binary/generated/fancy_content.ini index 81fb36e82c..979c364d87 100644 --- a/firmware/console/binary/generated/fancy_content.ini +++ b/firmware/console/binary/generated/fancy_content.ini @@ -127,6 +127,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index ee20d397ed..a1ff1d9ec9 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -555,10 +555,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] diff --git a/firmware/controllers/algo/launch_control_state_generated.h b/firmware/controllers/algo/launch_control_state_generated.h index bd9aa191b2..4e3d1cf4b6 100644 --- a/firmware/controllers/algo/launch_control_state_generated.h +++ b/firmware/controllers/algo/launch_control_state_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Fri Mar 01 04:18:12 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue May 21 14:10:03 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -32,81 +32,81 @@ struct launch_control_state_s { bool isValidInputPin : 1 {}; /** offset 4 bit 7 */ - bool activateSwitchCondition : 1 {}; + bool isAfterLaunch : 1 {}; /** offset 4 bit 8 */ - bool rpmCondition : 1 {}; + bool activateSwitchCondition : 1 {}; /** offset 4 bit 9 */ - bool speedCondition : 1 {}; + bool rpmCondition : 1 {}; /** offset 4 bit 10 */ - bool tpsCondition : 1 {}; + bool speedCondition : 1 {}; /** offset 4 bit 11 */ - bool unusedBit_12_11 : 1 {}; + bool tpsCondition : 1 {}; /** offset 4 bit 12 */ - bool unusedBit_12_12 : 1 {}; + bool unusedBit_13_12 : 1 {}; /** offset 4 bit 13 */ - bool unusedBit_12_13 : 1 {}; + bool unusedBit_13_13 : 1 {}; /** offset 4 bit 14 */ - bool unusedBit_12_14 : 1 {}; + bool unusedBit_13_14 : 1 {}; /** offset 4 bit 15 */ - bool unusedBit_12_15 : 1 {}; + bool unusedBit_13_15 : 1 {}; /** offset 4 bit 16 */ - bool unusedBit_12_16 : 1 {}; + bool unusedBit_13_16 : 1 {}; /** offset 4 bit 17 */ - bool unusedBit_12_17 : 1 {}; + bool unusedBit_13_17 : 1 {}; /** offset 4 bit 18 */ - bool unusedBit_12_18 : 1 {}; + bool unusedBit_13_18 : 1 {}; /** offset 4 bit 19 */ - bool unusedBit_12_19 : 1 {}; + bool unusedBit_13_19 : 1 {}; /** offset 4 bit 20 */ - bool unusedBit_12_20 : 1 {}; + bool unusedBit_13_20 : 1 {}; /** offset 4 bit 21 */ - bool unusedBit_12_21 : 1 {}; + bool unusedBit_13_21 : 1 {}; /** offset 4 bit 22 */ - bool unusedBit_12_22 : 1 {}; + bool unusedBit_13_22 : 1 {}; /** offset 4 bit 23 */ - bool unusedBit_12_23 : 1 {}; + bool unusedBit_13_23 : 1 {}; /** offset 4 bit 24 */ - bool unusedBit_12_24 : 1 {}; + bool unusedBit_13_24 : 1 {}; /** offset 4 bit 25 */ - bool unusedBit_12_25 : 1 {}; + bool unusedBit_13_25 : 1 {}; /** offset 4 bit 26 */ - bool unusedBit_12_26 : 1 {}; + bool unusedBit_13_26 : 1 {}; /** offset 4 bit 27 */ - bool unusedBit_12_27 : 1 {}; + bool unusedBit_13_27 : 1 {}; /** offset 4 bit 28 */ - bool unusedBit_12_28 : 1 {}; + bool unusedBit_13_28 : 1 {}; /** offset 4 bit 29 */ - bool unusedBit_12_29 : 1 {}; + bool unusedBit_13_29 : 1 {}; /** offset 4 bit 30 */ - bool unusedBit_12_30 : 1 {}; + bool unusedBit_13_30 : 1 {}; /** offset 4 bit 31 */ - bool unusedBit_12_31 : 1 {}; + bool unusedBit_13_31 : 1 {}; }; static_assert(sizeof(launch_control_state_s) == 8); // end -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Fri Mar 01 04:18:12 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue May 21 14:10:03 UTC 2024 diff --git a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h index 533eaaceca..2b608f2259 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1853571518 +#define SIGNATURE_HASH 2554426100 #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" @@ -1661,7 +1661,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.05.20.alphax-2chan.1853571518" +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-2chan.2554426100" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h index 2e0d42301e..2afe4ff511 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h @@ -1273,7 +1273,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 886660336 +#define SIGNATURE_HASH 3269685178 #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" @@ -1663,7 +1663,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.05.20.alphax-4chan.886660336" +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-4chan.3269685178" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h index 09efed812b..e995bd6a58 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h @@ -1273,7 +1273,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 886660336 +#define SIGNATURE_HASH 3269685178 #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" @@ -1663,7 +1663,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.05.20.alphax-4chan_f7.886660336" +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-4chan_f7.3269685178" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h index e03171e83d..11ba39b294 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2135774941 +#define SIGNATURE_HASH 2306303383 #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" @@ -1662,7 +1662,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.05.20.alphax-8chan-revA.2135774941" +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-8chan-revA.2306303383" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h index ca0b07f8d0..7f33c7e5f7 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1155557517 +#define SIGNATURE_HASH 3000654791 #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" @@ -1662,7 +1662,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.05.20.alphax-8chan.1155557517" +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-8chan.3000654791" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h index fb1626c02b..07d74e77bd 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1155557517 +#define SIGNATURE_HASH 3000654791 #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" @@ -1662,7 +1662,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.05.20.alphax-8chan_f7.1155557517" +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-8chan_f7.3000654791" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_at_start_f435.h b/firmware/controllers/generated/rusefi_generated_at_start_f435.h index ba348be81a..417b7cb290 100644 --- a/firmware/controllers/generated/rusefi_generated_at_start_f435.h +++ b/firmware/controllers/generated/rusefi_generated_at_start_f435.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.at_start_f435.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.at_start_f435.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_atlas.h b/firmware/controllers/generated/rusefi_generated_atlas.h index e406f75a64..69774fbb90 100644 --- a/firmware/controllers/generated/rusefi_generated_atlas.h +++ b/firmware/controllers/generated/rusefi_generated_atlas.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1822492932 +#define SIGNATURE_HASH 2593864270 #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" @@ -1661,7 +1661,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.05.20.atlas.1822492932" +#define TS_SIGNATURE "rusEFI master.2024.05.21.atlas.2593864270" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f407-discovery.h b/firmware/controllers/generated/rusefi_generated_f407-discovery.h index 5c9abbb3b8..0918155d66 100644 --- a/firmware/controllers/generated/rusefi_generated_f407-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f407-discovery.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 2365007403 +#define SIGNATURE_HASH 2060260705 #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" @@ -1661,7 +1661,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.05.20.f407-discovery.2365007403" +#define TS_SIGNATURE "rusEFI master.2024.05.21.f407-discovery.2060260705" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f429-discovery.h b/firmware/controllers/generated/rusefi_generated_f429-discovery.h index 335f47b2f7..75292455a9 100644 --- a/firmware/controllers/generated/rusefi_generated_f429-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f429-discovery.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.f429-discovery.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.f429-discovery.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f469-discovery.h b/firmware/controllers/generated/rusefi_generated_f469-discovery.h index 11c396eb11..a5da92925a 100644 --- a/firmware/controllers/generated/rusefi_generated_f469-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f469-discovery.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 443669465 +#define SIGNATURE_HASH 3964397715 #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" @@ -1661,7 +1661,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.05.20.f469-discovery.443669465" +#define TS_SIGNATURE "rusEFI master.2024.05.21.f469-discovery.3964397715" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h index 31f632d479..91926e2836 100644 --- a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h +++ b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 2116397393 +#define SIGNATURE_HASH 2283772443 #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" @@ -1661,7 +1661,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.05.20.frankenso_na6.2116397393" +#define TS_SIGNATURE "rusEFI master.2024.05.21.frankenso_na6.2283772443" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_haba208.h b/firmware/controllers/generated/rusefi_generated_haba208.h index 28e217379c..d90f0d3d44 100644 --- a/firmware/controllers/generated/rusefi_generated_haba208.h +++ b/firmware/controllers/generated/rusefi_generated_haba208.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.haba208.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.haba208.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h index 356a670096..e781f16554 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2712552910 +#define SIGNATURE_HASH 1469347460 #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" @@ -1662,7 +1662,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.05.20.hellen-112-17.2712552910" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-112-17.1469347460" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h index c9bf9de074..15c8d55eef 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3839867634 +#define SIGNATURE_HASH 317032888 #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" @@ -1661,7 +1661,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.05.20.hellen-gm-e67.3839867634" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-gm-e67.317032888" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h index eb602f23da..3bee1ba22b 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3625389962 +#define SIGNATURE_HASH 774716608 #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" @@ -1664,7 +1664,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.05.20.hellen-honda-k.3625389962" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-honda-k.774716608" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h index 3d7ac7160b..8f5e487443 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3250465642 +#define SIGNATURE_HASH 931403808 #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" @@ -1662,7 +1662,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.05.20.hellen-nb1.3250465642" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-nb1.931403808" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h index d2f4492352..686710b9ff 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1844150241 +#define SIGNATURE_HASH 2614185131 #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" @@ -1662,7 +1662,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.05.20.hellen121nissan.1844150241" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen121nissan.2614185131" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen121vag.h b/firmware/controllers/generated/rusefi_generated_hellen121vag.h index af7aed320e..8cedb438a8 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121vag.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121vag.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 417317036 +#define SIGNATURE_HASH 4008047590 #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" @@ -1662,7 +1662,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.05.20.hellen121vag.417317036" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen121vag.4008047590" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen128.h b/firmware/controllers/generated/rusefi_generated_hellen128.h index 43fc2ed551..3cea786a25 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen128.h +++ b/firmware/controllers/generated/rusefi_generated_hellen128.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3308582845 +#define SIGNATURE_HASH 856605943 #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" @@ -1662,7 +1662,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.05.20.hellen128.3308582845" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen128.856605943" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h index 9fc404dfa3..fbe8da2901 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3680322877 +#define SIGNATURE_HASH 761755255 #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" @@ -1662,7 +1662,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.05.20.hellen154hyundai.3680322877" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen154hyundai.761755255" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h index 9df01671f0..a113770efb 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 926725215 +#define SIGNATURE_HASH 3238430485 #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" @@ -1662,7 +1662,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.05.20.hellen154hyundai_f7.926725215" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen154hyundai_f7.3238430485" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen72.h b/firmware/controllers/generated/rusefi_generated_hellen72.h index 67a69adc81..df770bf296 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen72.h +++ b/firmware/controllers/generated/rusefi_generated_hellen72.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2823236054 +#define SIGNATURE_HASH 1585257116 #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" @@ -1662,7 +1662,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.05.20.hellen72.2823236054" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen72.1585257116" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen81.h b/firmware/controllers/generated/rusefi_generated_hellen81.h index a65af9f789..bbf91150b4 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen81.h +++ b/firmware/controllers/generated/rusefi_generated_hellen81.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1295404460 +#define SIGNATURE_HASH 3138158310 #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" @@ -1661,7 +1661,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.05.20.hellen81.1295404460" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen81.3138158310" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h index bfc695a9d2..6fbbd93b8a 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h +++ b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1511348463 +#define SIGNATURE_HASH 2888788901 #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" @@ -1662,7 +1662,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.05.20.hellen88bmw.1511348463" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen88bmw.2888788901" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellenNA6.h b/firmware/controllers/generated/rusefi_generated_hellenNA6.h index 418fbc1aa0..52d27ff4c9 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA6.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA6.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3154329258 +#define SIGNATURE_HASH 1245253088 #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" @@ -1662,7 +1662,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.05.20.hellenNA6.3154329258" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellenNA6.1245253088" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h index dff44d7ee8..38942c88b4 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h @@ -1273,7 +1273,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1138326628 +#define SIGNATURE_HASH 3051573038 #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" @@ -1663,7 +1663,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.05.20.hellenNA8_96.1138326628" +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellenNA8_96.3051573038" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_m74_9.h b/firmware/controllers/generated/rusefi_generated_m74_9.h index 4a4e777fdc..fcccb28181 100644 --- a/firmware/controllers/generated/rusefi_generated_m74_9.h +++ b/firmware/controllers/generated/rusefi_generated_m74_9.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2619139477 +#define SIGNATURE_HASH 1780930271 #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" @@ -1662,7 +1662,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.05.20.m74_9.2619139477" +#define TS_SIGNATURE "rusEFI master.2024.05.21.m74_9.1780930271" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h b/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h index 199ea340e9..70d305ae41 100644 --- a/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1728030052 +#define SIGNATURE_HASH 2428868142 #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" @@ -1662,7 +1662,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.05.20.mre-legacy_f4.1728030052" +#define TS_SIGNATURE "rusEFI master.2024.05.21.mre-legacy_f4.2428868142" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre_f4.h b/firmware/controllers/generated/rusefi_generated_mre_f4.h index 6540ab58ad..1d4bd6a448 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f4.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1728030052 +#define SIGNATURE_HASH 2428868142 #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" @@ -1662,7 +1662,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.05.20.mre_f4.1728030052" +#define TS_SIGNATURE "rusEFI master.2024.05.21.mre_f4.2428868142" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre_f7.h b/firmware/controllers/generated/rusefi_generated_mre_f7.h index 399a274931..b808ebfe24 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f7.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f7.h @@ -1272,7 +1272,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1728030052 +#define SIGNATURE_HASH 2428868142 #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" @@ -1662,7 +1662,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.05.20.mre_f7.1728030052" +#define TS_SIGNATURE "rusEFI master.2024.05.21.mre_f7.2428868142" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h index c209eccbe5..dec293eec1 100644 --- a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h +++ b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.nucleo_f413.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.nucleo_f413.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_prometheus_405.h b/firmware/controllers/generated/rusefi_generated_prometheus_405.h index 2fa9f917f6..8c96c40d9c 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_405.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_405.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 405934298 +#define SIGNATURE_HASH 3993510800 #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" @@ -1661,7 +1661,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.05.20.prometheus_405.405934298" +#define TS_SIGNATURE "rusEFI master.2024.05.21.prometheus_405.3993510800" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_prometheus_469.h b/firmware/controllers/generated/rusefi_generated_prometheus_469.h index a402d7da3d..28f958ed50 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_469.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_469.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 405934298 +#define SIGNATURE_HASH 3993510800 #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" @@ -1661,7 +1661,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.05.20.prometheus_469.405934298" +#define TS_SIGNATURE "rusEFI master.2024.05.21.prometheus_469.3993510800" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_f4.h b/firmware/controllers/generated/rusefi_generated_proteus_f4.h index 7e6b7fa627..028654f554 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f4.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f4.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 3267192680 +#define SIGNATURE_HASH 881284130 #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" @@ -1661,7 +1661,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.05.20.proteus_f4.3267192680" +#define TS_SIGNATURE "rusEFI master.2024.05.21.proteus_f4.881284130" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_f7.h b/firmware/controllers/generated/rusefi_generated_proteus_f7.h index 1bf4f4cc4e..0ba4541dd8 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f7.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 3267192680 +#define SIGNATURE_HASH 881284130 #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" @@ -1661,7 +1661,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.05.20.proteus_f7.3267192680" +#define TS_SIGNATURE "rusEFI master.2024.05.21.proteus_f7.881284130" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_h7.h b/firmware/controllers/generated/rusefi_generated_proteus_h7.h index 080d3aeabd..4388280a24 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_h7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_h7.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 3267192680 +#define SIGNATURE_HASH 881284130 #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" @@ -1661,7 +1661,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.05.20.proteus_h7.3267192680" +#define TS_SIGNATURE "rusEFI master.2024.05.21.proteus_h7.881284130" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_s105.h b/firmware/controllers/generated/rusefi_generated_s105.h index 774e20557f..5951c564c2 100644 --- a/firmware/controllers/generated/rusefi_generated_s105.h +++ b/firmware/controllers/generated/rusefi_generated_s105.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2536332680 +#define SIGNATURE_HASH 1628925634 #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" @@ -1662,7 +1662,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.05.20.s105.2536332680" +#define TS_SIGNATURE "rusEFI master.2024.05.21.s105.1628925634" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_small-can-board.h b/firmware/controllers/generated/rusefi_generated_small-can-board.h index 45e7e05cf7..dcb2765730 100644 --- a/firmware/controllers/generated/rusefi_generated_small-can-board.h +++ b/firmware/controllers/generated/rusefi_generated_small-can-board.h @@ -1272,7 +1272,7 @@ #define show_Proteus_presets false #define show_small_can_board_presets true #define show_test_presets false -#define SIGNATURE_HASH 2387345256 +#define SIGNATURE_HASH 2020723746 #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" @@ -1663,7 +1663,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.05.20.small-can-board.2387345256" +#define TS_SIGNATURE "rusEFI master.2024.05.21.small-can-board.2020723746" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h index 3eba73797a..3f6cf78e3e 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.stm32f429_nucleo.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.stm32f429_nucleo.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h index 32afd07dbe..9c8378fc2b 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.stm32f767_nucleo.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.stm32f767_nucleo.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h index 330fc2fe75..824ced12fa 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.stm32h743_nucleo.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.stm32h743_nucleo.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h b/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h index d3bca0c9eb..9576c81c00 100644 --- a/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h +++ b/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1646840185 +#define SIGNATURE_HASH 2484271667 #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" @@ -1661,7 +1661,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.05.20.subaru_eg33_f7.1646840185" +#define TS_SIGNATURE "rusEFI master.2024.05.21.subaru_eg33_f7.2484271667" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_t-b-g.h b/firmware/controllers/generated/rusefi_generated_t-b-g.h index 67e13277ee..0f37471150 100644 --- a/firmware/controllers/generated/rusefi_generated_t-b-g.h +++ b/firmware/controllers/generated/rusefi_generated_t-b-g.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 682024266 +#define SIGNATURE_HASH 3734826496 #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" @@ -1661,7 +1661,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.05.20.t-b-g.682024266" +#define TS_SIGNATURE "rusEFI master.2024.05.21.t-b-g.3734826496" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h index db47358a34..08184a4830 100644 --- a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h +++ b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h @@ -1271,7 +1271,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 311124418 +#define SIGNATURE_HASH 3836826248 #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" @@ -1661,7 +1661,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.05.20.tdg-pdm8.311124418" +#define TS_SIGNATURE "rusEFI master.2024.05.21.tdg-pdm8.3836826248" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_uaefi.h b/firmware/controllers/generated/rusefi_generated_uaefi.h index 7a77dbba39..58baa6d8d7 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi.h @@ -1272,7 +1272,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_uaefi_presets true -#define SIGNATURE_HASH 1390190705 +#define SIGNATURE_HASH 2766574395 #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" @@ -1662,7 +1662,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.05.20.uaefi.1390190705" +#define TS_SIGNATURE "rusEFI master.2024.05.21.uaefi.2766574395" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index 731b33a9f9..f7b7b34264 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1853571518 -#define TS_SIGNATURE "rusEFI master.2024.05.20.alphax-2chan.1853571518" +#define SIGNATURE_HASH 2554426100 +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-2chan.2554426100" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index 3015421a4f..2c0bebcfc7 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 886660336 -#define TS_SIGNATURE "rusEFI master.2024.05.20.alphax-4chan.886660336" +#define SIGNATURE_HASH 3269685178 +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-4chan.3269685178" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 4135da88ac..005fee13d6 100644 --- a/firmware/controllers/generated/signature_alphax-4chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-4chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 886660336 -#define TS_SIGNATURE "rusEFI master.2024.05.20.alphax-4chan_f7.886660336" +#define SIGNATURE_HASH 3269685178 +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-4chan_f7.3269685178" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index 4fe9f3fdab..3a724a1ce9 100644 --- a/firmware/controllers/generated/signature_alphax-8chan-revA.h +++ b/firmware/controllers/generated/signature_alphax-8chan-revA.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2135774941 -#define TS_SIGNATURE "rusEFI master.2024.05.20.alphax-8chan-revA.2135774941" +#define SIGNATURE_HASH 2306303383 +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-8chan-revA.2306303383" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index ffea07ecaa..37d3b33586 100644 --- a/firmware/controllers/generated/signature_alphax-8chan.h +++ b/firmware/controllers/generated/signature_alphax-8chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1155557517 -#define TS_SIGNATURE "rusEFI master.2024.05.20.alphax-8chan.1155557517" +#define SIGNATURE_HASH 3000654791 +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-8chan.3000654791" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index 7dc225c9c7..5f9896f64c 100644 --- a/firmware/controllers/generated/signature_alphax-8chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-8chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1155557517 -#define TS_SIGNATURE "rusEFI master.2024.05.20.alphax-8chan_f7.1155557517" +#define SIGNATURE_HASH 3000654791 +#define TS_SIGNATURE "rusEFI master.2024.05.21.alphax-8chan_f7.3000654791" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index cbce74be01..a1362207b6 100644 --- a/firmware/controllers/generated/signature_at_start_f435.h +++ b/firmware/controllers/generated/signature_at_start_f435.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.at_start_f435.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.at_start_f435.3734826496" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 41457759da..45c3a33b56 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1822492932 -#define TS_SIGNATURE "rusEFI master.2024.05.20.atlas.1822492932" +#define SIGNATURE_HASH 2593864270 +#define TS_SIGNATURE "rusEFI master.2024.05.21.atlas.2593864270" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index c1b367ec8c..810355cf68 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2365007403 -#define TS_SIGNATURE "rusEFI master.2024.05.20.f407-discovery.2365007403" +#define SIGNATURE_HASH 2060260705 +#define TS_SIGNATURE "rusEFI master.2024.05.21.f407-discovery.2060260705" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 08447df796..515ec4c70b 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.f429-discovery.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.f429-discovery.3734826496" diff --git a/firmware/controllers/generated/signature_f469-discovery.h b/firmware/controllers/generated/signature_f469-discovery.h index d3c56d1710..40ff7da985 100644 --- a/firmware/controllers/generated/signature_f469-discovery.h +++ b/firmware/controllers/generated/signature_f469-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 443669465 -#define TS_SIGNATURE "rusEFI master.2024.05.20.f469-discovery.443669465" +#define SIGNATURE_HASH 3964397715 +#define TS_SIGNATURE "rusEFI master.2024.05.21.f469-discovery.3964397715" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index f342ff781b..286b6382b9 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2116397393 -#define TS_SIGNATURE "rusEFI master.2024.05.20.frankenso_na6.2116397393" +#define SIGNATURE_HASH 2283772443 +#define TS_SIGNATURE "rusEFI master.2024.05.21.frankenso_na6.2283772443" diff --git a/firmware/controllers/generated/signature_haba208.h b/firmware/controllers/generated/signature_haba208.h index 1ccb47ead6..143bbf6b35 100644 --- a/firmware/controllers/generated/signature_haba208.h +++ b/firmware/controllers/generated/signature_haba208.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.haba208.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.haba208.3734826496" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index 85c4085399..87fd2af39d 100644 --- a/firmware/controllers/generated/signature_hellen-112-17.h +++ b/firmware/controllers/generated/signature_hellen-112-17.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2712552910 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen-112-17.2712552910" +#define SIGNATURE_HASH 1469347460 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-112-17.1469347460" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 6999320c20..282eab5c4c 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3839867634 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen-gm-e67.3839867634" +#define SIGNATURE_HASH 317032888 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-gm-e67.317032888" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index 32541e6939..54648381f5 100644 --- a/firmware/controllers/generated/signature_hellen-honda-k.h +++ b/firmware/controllers/generated/signature_hellen-honda-k.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3625389962 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen-honda-k.3625389962" +#define SIGNATURE_HASH 774716608 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-honda-k.774716608" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index 0fef142610..fc2fee3884 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3250465642 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen-nb1.3250465642" +#define SIGNATURE_HASH 931403808 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen-nb1.931403808" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index bde9362b0b..fbf91cf32f 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1844150241 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen121nissan.1844150241" +#define SIGNATURE_HASH 2614185131 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen121nissan.2614185131" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index f0e5ad131f..f4a28bed53 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 417317036 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen121vag.417317036" +#define SIGNATURE_HASH 4008047590 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen121vag.4008047590" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index b1947453d6..06c308dc29 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3308582845 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen128.3308582845" +#define SIGNATURE_HASH 856605943 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen128.856605943" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 3e151a6236..b50d671088 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3680322877 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen154hyundai.3680322877" +#define SIGNATURE_HASH 761755255 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen154hyundai.761755255" diff --git a/firmware/controllers/generated/signature_hellen154hyundai_f7.h b/firmware/controllers/generated/signature_hellen154hyundai_f7.h index 08c5c57abe..49ceb0f484 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/signature_hellen154hyundai_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 926725215 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen154hyundai_f7.926725215" +#define SIGNATURE_HASH 3238430485 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen154hyundai_f7.3238430485" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index fc5af05322..d06aa72f4a 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2823236054 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen72.2823236054" +#define SIGNATURE_HASH 1585257116 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen72.1585257116" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 86b1fc2335..d79f8e194b 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1295404460 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen81.1295404460" +#define SIGNATURE_HASH 3138158310 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen81.3138158310" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index ad9ab822f1..f07857a20f 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1511348463 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellen88bmw.1511348463" +#define SIGNATURE_HASH 2888788901 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellen88bmw.2888788901" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 1ee38df7d4..b283e23b7d 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3154329258 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellenNA6.3154329258" +#define SIGNATURE_HASH 1245253088 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellenNA6.1245253088" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index f8f415898b..b92f974676 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1138326628 -#define TS_SIGNATURE "rusEFI master.2024.05.20.hellenNA8_96.1138326628" +#define SIGNATURE_HASH 3051573038 +#define TS_SIGNATURE "rusEFI master.2024.05.21.hellenNA8_96.3051573038" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index 0f3b2e66fa..079960d42a 100644 --- a/firmware/controllers/generated/signature_m74_9.h +++ b/firmware/controllers/generated/signature_m74_9.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2619139477 -#define TS_SIGNATURE "rusEFI master.2024.05.20.m74_9.2619139477" +#define SIGNATURE_HASH 1780930271 +#define TS_SIGNATURE "rusEFI master.2024.05.21.m74_9.1780930271" diff --git a/firmware/controllers/generated/signature_mre-legacy_f4.h b/firmware/controllers/generated/signature_mre-legacy_f4.h index 4e0e3de398..88c3589118 100644 --- a/firmware/controllers/generated/signature_mre-legacy_f4.h +++ b/firmware/controllers/generated/signature_mre-legacy_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1728030052 -#define TS_SIGNATURE "rusEFI master.2024.05.20.mre-legacy_f4.1728030052" +#define SIGNATURE_HASH 2428868142 +#define TS_SIGNATURE "rusEFI master.2024.05.21.mre-legacy_f4.2428868142" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 148eeedf9a..e90d7f8a76 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1728030052 -#define TS_SIGNATURE "rusEFI master.2024.05.20.mre_f4.1728030052" +#define SIGNATURE_HASH 2428868142 +#define TS_SIGNATURE "rusEFI master.2024.05.21.mre_f4.2428868142" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index 1016903c7a..ff14e46fd8 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1728030052 -#define TS_SIGNATURE "rusEFI master.2024.05.20.mre_f7.1728030052" +#define SIGNATURE_HASH 2428868142 +#define TS_SIGNATURE "rusEFI master.2024.05.21.mre_f7.2428868142" diff --git a/firmware/controllers/generated/signature_nucleo_f413.h b/firmware/controllers/generated/signature_nucleo_f413.h index e54fcf6aa0..7cfa205b41 100644 --- a/firmware/controllers/generated/signature_nucleo_f413.h +++ b/firmware/controllers/generated/signature_nucleo_f413.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.nucleo_f413.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.nucleo_f413.3734826496" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index b916538e47..af95cd1e9d 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 405934298 -#define TS_SIGNATURE "rusEFI master.2024.05.20.prometheus_405.405934298" +#define SIGNATURE_HASH 3993510800 +#define TS_SIGNATURE "rusEFI master.2024.05.21.prometheus_405.3993510800" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index d40ffbec6a..5d2d9b088e 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 405934298 -#define TS_SIGNATURE "rusEFI master.2024.05.20.prometheus_469.405934298" +#define SIGNATURE_HASH 3993510800 +#define TS_SIGNATURE "rusEFI master.2024.05.21.prometheus_469.3993510800" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 3c78fca27e..81bb6663f5 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3267192680 -#define TS_SIGNATURE "rusEFI master.2024.05.20.proteus_f4.3267192680" +#define SIGNATURE_HASH 881284130 +#define TS_SIGNATURE "rusEFI master.2024.05.21.proteus_f4.881284130" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index 5015063e3e..dd2ce3f687 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3267192680 -#define TS_SIGNATURE "rusEFI master.2024.05.20.proteus_f7.3267192680" +#define SIGNATURE_HASH 881284130 +#define TS_SIGNATURE "rusEFI master.2024.05.21.proteus_f7.881284130" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index fa88d2ee0e..eaf66878be 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3267192680 -#define TS_SIGNATURE "rusEFI master.2024.05.20.proteus_h7.3267192680" +#define SIGNATURE_HASH 881284130 +#define TS_SIGNATURE "rusEFI master.2024.05.21.proteus_h7.881284130" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index ee75e0f9fd..1acb6f8b9c 100644 --- a/firmware/controllers/generated/signature_s105.h +++ b/firmware/controllers/generated/signature_s105.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2536332680 -#define TS_SIGNATURE "rusEFI master.2024.05.20.s105.2536332680" +#define SIGNATURE_HASH 1628925634 +#define TS_SIGNATURE "rusEFI master.2024.05.21.s105.1628925634" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index 580203fefc..1967960e4c 100644 --- a/firmware/controllers/generated/signature_small-can-board.h +++ b/firmware/controllers/generated/signature_small-can-board.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2387345256 -#define TS_SIGNATURE "rusEFI master.2024.05.20.small-can-board.2387345256" +#define SIGNATURE_HASH 2020723746 +#define TS_SIGNATURE "rusEFI master.2024.05.21.small-can-board.2020723746" diff --git a/firmware/controllers/generated/signature_stm32f429_nucleo.h b/firmware/controllers/generated/signature_stm32f429_nucleo.h index 4e03412204..126019e845 100644 --- a/firmware/controllers/generated/signature_stm32f429_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f429_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.stm32f429_nucleo.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.stm32f429_nucleo.3734826496" diff --git a/firmware/controllers/generated/signature_stm32f767_nucleo.h b/firmware/controllers/generated/signature_stm32f767_nucleo.h index e856d49687..30f0658564 100644 --- a/firmware/controllers/generated/signature_stm32f767_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f767_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.stm32f767_nucleo.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.stm32f767_nucleo.3734826496" diff --git a/firmware/controllers/generated/signature_stm32h743_nucleo.h b/firmware/controllers/generated/signature_stm32h743_nucleo.h index 66a9f1d195..23aab15b0c 100644 --- a/firmware/controllers/generated/signature_stm32h743_nucleo.h +++ b/firmware/controllers/generated/signature_stm32h743_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.stm32h743_nucleo.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.stm32h743_nucleo.3734826496" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 06ea300994..91d2b21973 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1646840185 -#define TS_SIGNATURE "rusEFI master.2024.05.20.subaru_eg33_f7.1646840185" +#define SIGNATURE_HASH 2484271667 +#define TS_SIGNATURE "rusEFI master.2024.05.21.subaru_eg33_f7.2484271667" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index 9a432c5ee2..8e6fa7f7a5 100644 --- a/firmware/controllers/generated/signature_t-b-g.h +++ b/firmware/controllers/generated/signature_t-b-g.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 682024266 -#define TS_SIGNATURE "rusEFI master.2024.05.20.t-b-g.682024266" +#define SIGNATURE_HASH 3734826496 +#define TS_SIGNATURE "rusEFI master.2024.05.21.t-b-g.3734826496" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 80b3078b06..165f749f11 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 311124418 -#define TS_SIGNATURE "rusEFI master.2024.05.20.tdg-pdm8.311124418" +#define SIGNATURE_HASH 3836826248 +#define TS_SIGNATURE "rusEFI master.2024.05.21.tdg-pdm8.3836826248" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index fa1975091d..ad5e9f822f 100644 --- a/firmware/controllers/generated/signature_uaefi.h +++ b/firmware/controllers/generated/signature_uaefi.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1390190705 -#define TS_SIGNATURE "rusEFI master.2024.05.20.uaefi.1390190705" +#define SIGNATURE_HASH 2766574395 +#define TS_SIGNATURE "rusEFI master.2024.05.21.uaefi.2766574395" diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index e0d4b824ab..d16c6c7d8a 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -955,6 +955,11 @@ float getOutputValueByName(const char *name) { case -978523544: return engine->launchController.isValidInputPin; #endif +// isAfterLaunch +#if EFI_LAUNCH_CONTROL + case 1702192078: + return engine->launchController.isAfterLaunch; +#endif // activateSwitchCondition #if EFI_LAUNCH_CONTROL case 1265600943: diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index ee09e007be..1595354b28 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.f407-discovery.2365007403" + signature = "rusEFI master.2024.05.21.f407-discovery.2060260705" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.f407-discovery.2365007403" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.f407-discovery.2060260705" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:51 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:33 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6484,6 +6486,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 0cce672528..fe3220382c 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.alphax-2chan.1853571518" + signature = "rusEFI master.2024.05.21.alphax-2chan.2554426100" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.alphax-2chan.1853571518" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.alphax-2chan.2554426100" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:09 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:56 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6477,6 +6479,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 01e216492e..a57b490428 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.alphax-4chan.886660336" + signature = "rusEFI master.2024.05.21.alphax-4chan.3269685178" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.alphax-4chan.886660336" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.alphax-4chan.3269685178" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:43 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:35 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6498,6 +6500,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index 9e0ed8697c..c15634b28a 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.alphax-4chan_f7.886660336" + signature = "rusEFI master.2024.05.21.alphax-4chan_f7.3269685178" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.alphax-4chan_f7.886660336" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.alphax-4chan_f7.3269685178" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:34 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6498,6 +6500,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index 71e30c3e78..21d76ae985 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.alphax-8chan-revA.2135774941" + signature = "rusEFI master.2024.05.21.alphax-8chan-revA.2306303383" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.alphax-8chan-revA.2135774941" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.alphax-8chan-revA.2306303383" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:33 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:25 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index eb0ac1c530..aac305c53a 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.alphax-8chan.1155557517" + signature = "rusEFI master.2024.05.21.alphax-8chan.3000654791" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.alphax-8chan.1155557517" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.alphax-8chan.3000654791" ; 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 @@ -100,7 +100,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-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:59 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:48 UTC 2024 pageSize = 22672 page = 1 @@ -3089,10 +3089,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5522,6 +5523,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6484,6 +6486,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index 55e957920a..a795eeb742 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.alphax-8chan_f7.1155557517" + signature = "rusEFI master.2024.05.21.alphax-8chan_f7.3000654791" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.alphax-8chan_f7.1155557517" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.alphax-8chan_f7.3000654791" ; 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 @@ -100,7 +100,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-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:57 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:47 UTC 2024 pageSize = 22672 page = 1 @@ -3089,10 +3089,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5522,6 +5523,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6484,6 +6486,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index 214abf5ad0..56b71f689e 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.at_start_f435.682024266" + signature = "rusEFI master.2024.05.21.at_start_f435.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.at_start_f435.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.at_start_f435.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:22 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:16 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 4558faf004..761248663f 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.atlas.1822492932" + signature = "rusEFI master.2024.05.21.atlas.2593864270" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.atlas.1822492932" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.atlas.2593864270" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:19 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:06 UTC 2024 pageSize = 22156 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 065a8ba64f..0ebd32de6b 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.f407-discovery.2365007403" + signature = "rusEFI master.2024.05.21.f407-discovery.2060260705" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.f407-discovery.2365007403" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.f407-discovery.2060260705" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:28 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6484,6 +6486,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index d1e267ba39..78e661078b 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.f429-discovery.682024266" + signature = "rusEFI master.2024.05.21.f429-discovery.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.f429-discovery.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.f429-discovery.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:17 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:12 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini index 028301ac2e..291b88fe55 100644 --- a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.f469-discovery.443669465" + signature = "rusEFI master.2024.05.21.f469-discovery.3964397715" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.f469-discovery.443669465" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.f469-discovery.3964397715" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:20 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:15 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index df326ab76f..4d05077c20 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.frankenso_na6.2116397393" + signature = "rusEFI master.2024.05.21.frankenso_na6.2283772443" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.frankenso_na6.2116397393" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.frankenso_na6.2283772443" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:18 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:04 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_haba208.ini b/firmware/tunerstudio/generated/rusefi_haba208.ini index 3e14cdc436..b7ccfc5eb5 100644 --- a/firmware/tunerstudio/generated/rusefi_haba208.ini +++ b/firmware/tunerstudio/generated/rusefi_haba208.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.haba208.682024266" + signature = "rusEFI master.2024.05.21.haba208.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.haba208.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.haba208.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:28 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:22 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index 9b247b03ce..e67e35a358 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen-112-17.2712552910" + signature = "rusEFI master.2024.05.21.hellen-112-17.1469347460" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen-112-17.2712552910" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen-112-17.1469347460" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","B20 TPS Throttle Position 2","A14 Analog Input","INVALID","A21 PPS1","B03 TPS Throttle Position 1","INVALID","A07 TODO","A12 Analog Input","A10 Analog Input","INVALID","B19 MAP","A09 Analog Input","B15 CLT","B27 IAT","A11 Analog Input","A19 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:04 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:53 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6477,6 +6479,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 10dcb05cf8..bcfa5e7f3e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen-gm-e67.3839867634" + signature = "rusEFI master.2024.05.21.hellen-gm-e67.317032888" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen-gm-e67.3839867634" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen-gm-e67.317032888" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:54 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:44 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index ec7d0fcbc0..9068d6f060 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -4,12 +4,12 @@ enable2ndByteCanID = false [SettingGroups] [MegaTune] - signature = "rusEFI master.2024.05.20.hellen-honda-k.3625389962" + signature = "rusEFI master.2024.05.21.hellen-honda-k.774716608" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen-honda-k.3625389962" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen-honda-k.774716608" ; signature is expected to be 7 or more characters. useLegacyFTempUnits = false ignoreMissingBitOptions = true @@ -3017,10 +3017,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5373,6 +5374,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6285,6 +6287,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 0ff5c856c6..d688eecc8d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen-nb1.3250465642" + signature = "rusEFI master.2024.05.21.hellen-nb1.931403808" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen-nb1.3250465642" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen-nb1.931403808" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:56 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:46 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index e68d1ba51e..e67b5a8424 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen121nissan.1844150241" + signature = "rusEFI master.2024.05.21.hellen121nissan.2614185131" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen121nissan.1844150241" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen121nissan.2614185131" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:46 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:38 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6477,6 +6479,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 469f66b5ba..e07a5164b1 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen121vag.417317036" + signature = "rusEFI master.2024.05.21.hellen121vag.4008047590" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen121vag.417317036" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen121vag.4008047590" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:07 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:55 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index bd0fb7715e..5a43b68027 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen128.3308582845" + signature = "rusEFI master.2024.05.21.hellen128.856605943" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen128.3308582845" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen128.856605943" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:31 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 3678ddb5a6..cf9a5c61bd 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen154hyundai.3680322877" + signature = "rusEFI master.2024.05.21.hellen154hyundai.761755255" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen154hyundai.3680322877" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen154hyundai.761755255" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:53 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:43 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5515,6 +5516,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6456,6 +6458,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini index 7ff916c895..8d66fcb256 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen154hyundai_f7.926725215" + signature = "rusEFI master.2024.05.21.hellen154hyundai_f7.3238430485" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen154hyundai_f7.926725215" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen154hyundai_f7.3238430485" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:45 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:36 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5515,6 +5516,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6456,6 +6458,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 23f28e72f2..399a4a647a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen72.2823236054" + signature = "rusEFI master.2024.05.21.hellen72.1585257116" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen72.2823236054" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen72.1585257116" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:51 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:42 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 8169455b28..21e2b1fb70 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen81.1295404460" + signature = "rusEFI master.2024.05.21.hellen81.3138158310" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen81.1295404460" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen81.3138158310" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:37 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:29 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6477,6 +6479,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index a19d58f102..1c65fee25d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellen88bmw.1511348463" + signature = "rusEFI master.2024.05.21.hellen88bmw.2888788901" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellen88bmw.1511348463" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellen88bmw.2888788901" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:34 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:27 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6475,6 +6477,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 87eeefef23..abda87bea6 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellenNA6.3154329258" + signature = "rusEFI master.2024.05.21.hellenNA6.1245253088" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellenNA6.3154329258" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellenNA6.1245253088" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:02 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:51 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 69db8df5cc..ee789cb82c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.hellenNA8_96.1138326628" + signature = "rusEFI master.2024.05.21.hellenNA8_96.3051573038" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.hellenNA8_96.1138326628" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.hellenNA8_96.3051573038" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:10 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:58 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 74fe40cba5..7f860a07c2 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.m74_9.2619139477" + signature = "rusEFI master.2024.05.21.m74_9.1780930271" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.m74_9.2619139477" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.m74_9.1780930271" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","MAF/MAP sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","Pedal position sensor 1 signal PPS1","Pedal position sensor 2 signal PPS2","ETB TPS position sensor 1 signal","ETB TPS position sensor 2 signal" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:19 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:13 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6481,6 +6483,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini b/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini index 7c4fbde2cf..7f3ab7ff79 100644 --- a/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.mre-legacy_f4.1728030052" + signature = "rusEFI master.2024.05.21.mre-legacy_f4.2428868142" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.mre-legacy_f4.1728030052" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.mre-legacy_f4.2428868142" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:25 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:19 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5521,6 +5522,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6501,6 +6503,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 9ae8e12ffb..919a24b1ec 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.mre_f4.1728030052" + signature = "rusEFI master.2024.05.21.mre_f4.2428868142" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.mre_f4.1728030052" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.mre_f4.2428868142" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:23 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:17 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5521,6 +5522,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6501,6 +6503,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index eeec8b413f..0b21f761a8 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.mre_f7.1728030052" + signature = "rusEFI master.2024.05.21.mre_f7.2428868142" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.mre_f7.1728030052" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.mre_f7.2428868142" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:27 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:20 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5521,6 +5522,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6501,6 +6503,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini index deec46e03c..b4da2b7ffa 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.nucleo_f413.682024266" + signature = "rusEFI master.2024.05.21.nucleo_f413.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.nucleo_f413.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.nucleo_f413.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:21 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:07 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 5bbc5315fd..c6daa91f40 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.prometheus_405.405934298" + signature = "rusEFI master.2024.05.21.prometheus_405.3993510800" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.prometheus_405.405934298" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.prometheus_405.3993510800" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:39 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:24 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6473,6 +6475,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 2348b4560f..538e6318c2 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.prometheus_469.405934298" + signature = "rusEFI master.2024.05.21.prometheus_469.3993510800" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.prometheus_469.405934298" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.prometheus_469.3993510800" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:23 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6473,6 +6475,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 68a1fe94e9..46d4adb96a 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.proteus_f4.3267192680" + signature = "rusEFI master.2024.05.21.proteus_f4.881284130" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.proteus_f4.3267192680" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.proteus_f4.881284130" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:24 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:10 UTC 2024 pageSize = 28156 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6507,6 +6509,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 0d320d7f98..129c93a4d6 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.proteus_f7.3267192680" + signature = "rusEFI master.2024.05.21.proteus_f7.881284130" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.proteus_f7.3267192680" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.proteus_f7.881284130" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:22 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:08 UTC 2024 pageSize = 28156 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6507,6 +6509,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 258b7ff78b..29e3f66dc3 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.proteus_h7.3267192680" + signature = "rusEFI master.2024.05.21.proteus_h7.881284130" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.proteus_h7.3267192680" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.proteus_h7.881284130" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:26 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:11 UTC 2024 pageSize = 28156 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6507,6 +6509,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index be97650b3f..96224e3d01 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.s105.2536332680" + signature = "rusEFI master.2024.05.21.s105.1628925634" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.s105.2536332680" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.s105.1628925634" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:43 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:26 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6479,6 +6481,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index d0475ad77b..c610c3a392 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.small-can-board.2387345256" + signature = "rusEFI master.2024.05.21.small-can-board.2020723746" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.small-can-board.2387345256" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.small-can-board.2020723746" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input 6","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input 7","C4 - Analog/Digital Input 8" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:29 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:23 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini index e2c1632238..3560bd7296 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.stm32f429_nucleo.682024266" + signature = "rusEFI master.2024.05.21.stm32f429_nucleo.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.stm32f429_nucleo.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.stm32f429_nucleo.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:16 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:03 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini index a7ba59fa87..f8baaff871 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.stm32f767_nucleo.682024266" + signature = "rusEFI master.2024.05.21.stm32f767_nucleo.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.stm32f767_nucleo.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.stm32f767_nucleo.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:19:13 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:08 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini index 3848913928..f9c9c9c70e 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.stm32h743_nucleo.682024266" + signature = "rusEFI master.2024.05.21.stm32h743_nucleo.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.stm32h743_nucleo.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.stm32h743_nucleo.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:47 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:30 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index b20ef657fe..daf6283dc1 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.subaru_eg33_f7.1646840185" + signature = "rusEFI master.2024.05.21.subaru_eg33_f7.2484271667" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.subaru_eg33_f7.1646840185" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.subaru_eg33_f7.2484271667" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:13 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:01 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6480,6 +6482,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index f4414bfe19..4eaac9cb1f 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.t-b-g.682024266" + signature = "rusEFI master.2024.05.21.t-b-g.3734826496" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.t-b-g.682024266" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.t-b-g.3734826496" ; 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 @@ -100,7 +100,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 Mon May 20 17:20:12 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:59 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 82d0640fee..3ecc710154 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.tdg-pdm8.311124418" + signature = "rusEFI master.2024.05.21.tdg-pdm8.3836826248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.tdg-pdm8.311124418" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.tdg-pdm8.3836826248" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:25 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5519,6 +5520,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6478,6 +6480,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index 859eadbb4c..240e76e310 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.05.20.uaefi.1390190705" + signature = "rusEFI master.2024.05.21.uaefi.2766574395" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.05.20.uaefi.1390190705" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.05.21.uaefi.2766574395" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","On-board MAP","D16 CLT Coolant","D15 IAT","C4 PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:19:40 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:10:32 UTC 2024 pageSize = 22656 page = 1 @@ -3086,10 +3086,11 @@ isLaunchCondition = bits, U32, 1032, [3:3] isSwitchActivated = bits, U32, 1032, [4:4] isClutchActivated = bits, U32, 1032, [5:5] isValidInputPin = bits, U32, 1032, [6:6] -activateSwitchCondition = bits, U32, 1032, [7:7] -rpmCondition = bits, U32, 1032, [8:8] -speedCondition = bits, U32, 1032, [9:9] -tpsCondition = bits, U32, 1032, [10:10] +isAfterLaunch = bits, U32, 1032, [7:7] +activateSwitchCondition = bits, U32, 1032, [8:8] +rpmCondition = bits, U32, 1032, [9:9] +speedCondition = bits, U32, 1032, [10:10] +tpsCondition = bits, U32, 1032, [11:11] ; total TS size = 1036 isAntilagCondition = bits, U32, 1036, [0:0] ALSMinRPMCondition = bits, U32, 1036, [1:1] @@ -5520,6 +5521,7 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d" entry = isSwitchActivated, "isSwitchActivated", int, "%d" entry = isClutchActivated, "isClutchActivated", int, "%d" entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = isAfterLaunch, "isAfterLaunch", int, "%d" entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" entry = rpmCondition, "rpmCondition", int, "%d" entry = speedCondition, "speedCondition", int, "%d" @@ -6498,6 +6500,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2 indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes" indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java index e6efc7d696..29997c5383 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 20 17:20:51 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 21 14:11:33 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1195,6 +1195,7 @@ public class Fields { public static final int SentEtbType_FORD_TYPE_1 = 2; public static final int SentEtbType_GM_TYPE_1 = 1; public static final int SentEtbType_NONE = 0; + public static final int SIGNATURE_HASH = 2060260705; public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX = "generated/simulator_tune_image"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX = ".bin"; @@ -1450,7 +1451,7 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI master.2024.05.20.f407-discovery.2365007403"; + public static final String TS_SIGNATURE = "rusEFI master.2024.05.21.f407-discovery.2060260705"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/LaunchControl.java b/java_console/models/src/main/java/com/rusefi/config/generated/LaunchControl.java index 812e763cde..d4da3ae7f2 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/LaunchControl.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/LaunchControl.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Sun Apr 28 13:42:38 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue May 21 14:10:03 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -14,10 +14,11 @@ public class LaunchControl { public static final Field ISSWITCHACTIVATED = Field.create("ISSWITCHACTIVATED", 4, FieldType.BIT, 4).setBaseOffset(1028); public static final Field ISCLUTCHACTIVATED = Field.create("ISCLUTCHACTIVATED", 4, FieldType.BIT, 5).setBaseOffset(1028); public static final Field ISVALIDINPUTPIN = Field.create("ISVALIDINPUTPIN", 4, FieldType.BIT, 6).setBaseOffset(1028); - public static final Field ACTIVATESWITCHCONDITION = Field.create("ACTIVATESWITCHCONDITION", 4, FieldType.BIT, 7).setBaseOffset(1028); - public static final Field RPMCONDITION = Field.create("RPMCONDITION", 4, FieldType.BIT, 8).setBaseOffset(1028); - public static final Field SPEEDCONDITION = Field.create("SPEEDCONDITION", 4, FieldType.BIT, 9).setBaseOffset(1028); - public static final Field TPSCONDITION = Field.create("TPSCONDITION", 4, FieldType.BIT, 10).setBaseOffset(1028); + public static final Field ISAFTERLAUNCH = Field.create("ISAFTERLAUNCH", 4, FieldType.BIT, 7).setBaseOffset(1028); + public static final Field ACTIVATESWITCHCONDITION = Field.create("ACTIVATESWITCHCONDITION", 4, FieldType.BIT, 8).setBaseOffset(1028); + public static final Field RPMCONDITION = Field.create("RPMCONDITION", 4, FieldType.BIT, 9).setBaseOffset(1028); + public static final Field SPEEDCONDITION = Field.create("SPEEDCONDITION", 4, FieldType.BIT, 10).setBaseOffset(1028); + public static final Field TPSCONDITION = Field.create("TPSCONDITION", 4, FieldType.BIT, 11).setBaseOffset(1028); public static final Field[] VALUES = { RETARDTHRESHOLDRPM, COMBINEDCONDITIONS, @@ -27,6 +28,7 @@ public class LaunchControl { ISSWITCHACTIVATED, ISCLUTCHACTIVATED, ISVALIDINPUTPIN, + ISAFTERLAUNCH, ACTIVATESWITCHCONDITION, RPMCONDITION, SPEEDCONDITION,