diff --git a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures_cypress.h b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures_cypress.h index 77b74838c7..38251d06bb 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures_cypress.h +++ b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures_cypress.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:05 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:35 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:05 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:35 UTC 2024 diff --git a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h index 8143bc3d36..7feb81ea86 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h +++ b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h @@ -832,7 +832,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1154,7 +1154,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.cypress.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.cypress.1571076224" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures_kin.h b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures_kin.h index 0d2661c159..37be4a24b4 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures_kin.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures_kin.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:04 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:33 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 20800); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:04 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:33 UTC 2024 diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h index fcba279d8d..d98774f15f 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h @@ -832,7 +832,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1977273472 +#define SIGNATURE_HASH 527793966 #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" @@ -1154,7 +1154,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.kin.1977273472" +#define TS_SIGNATURE "rusEFI master.2024.02.01.kin.527793966" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures_subaru_eg33_f7.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures_subaru_eg33_f7.h index 645be4bfa5..a32f1335b0 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures_subaru_eg33_f7.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures_subaru_eg33_f7.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:07 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:36 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:07 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:36 UTC 2024 diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h index f0b8d8fea5..a6961e1dad 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h @@ -1069,7 +1069,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2230132166 +#define SIGNATURE_HASH 3997347432 #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" @@ -1391,7 +1391,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.subaru_eg33_f7.2230132166" +#define TS_SIGNATURE "rusEFI master.2024.02.01.subaru_eg33_f7.3997347432" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-2chan.h b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-2chan.h index 90fb51cef1..30794ec67f 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-2chan.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-2chan.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:09 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:38 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:09 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:38 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan.h b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan.h index e6a925132a..5d8d9323f7 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:12 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:41 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:12 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:41 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan_f7.h b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan_f7.h index 74d4aa0390..519319127e 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan_f7.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-4chan_f7.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:15 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:44 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:15 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:44 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan-revA.h b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan-revA.h index 7d4b0cb482..e48ee37000 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan-revA.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan-revA.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:23 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:52 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:23 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:52 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan.h b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan.h index 84a5142b28..ed37b7df77 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:17 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:46 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1592 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1592 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1592 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1592 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1592 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1592 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1592 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1592 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1592 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1592 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1592 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1592 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1592 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1592 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1592 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1592 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1592 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1592 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1592 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1592 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1592 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22192); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:17 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:46 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan_f7.h b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan_f7.h index 5e01271b34..0264aa5299 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan_f7.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_alphax-8chan_f7.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:20 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:49 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1592 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1592 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1592 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1592 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1592 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1592 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1592 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1592 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1592 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1592 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1592 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1592 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1592 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1592 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1592 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1592 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1592 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1592 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1592 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1592 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1592 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22192); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:20 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:49 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_at_start_f435.h b/firmware/controllers/generated/engine_configuration_generated_structures_at_start_f435.h index 9647edf34d..0273eacf8b 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_at_start_f435.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_at_start_f435.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:53 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:22 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:53 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:22 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_atlas.h b/firmware/controllers/generated/engine_configuration_generated_structures_atlas.h index 47556c7428..b429b8387b 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_atlas.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_atlas.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:46 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:15 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 21676); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:46 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:15 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_f407-discovery.h b/firmware/controllers/generated/engine_configuration_generated_structures_f407-discovery.h index 6ed9e515ce..649f4eade9 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_f407-discovery.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_f407-discovery.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:51 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:20 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:51 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:20 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_f429-discovery.h b/firmware/controllers/generated/engine_configuration_generated_structures_f429-discovery.h index 011bb00518..1d30c8e3c0 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_f429-discovery.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_f429-discovery.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:32 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:01 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:32 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:01 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_f469-discovery.h b/firmware/controllers/generated/engine_configuration_generated_structures_f469-discovery.h index 0c23b42106..4c12aac073 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_f469-discovery.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_f469-discovery.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:34 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:03 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:34 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:03 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_frankenso_na6.h b/firmware/controllers/generated/engine_configuration_generated_structures_frankenso_na6.h index eeb639b99a..3ce7d0a240 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_frankenso_na6.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_frankenso_na6.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:17 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:46 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:17 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:46 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-112-17.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-112-17.h index 17f01c660b..eafaee9c5c 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-112-17.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-112-17.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:44 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:13 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:44 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:13 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-gm-e67.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-gm-e67.h index 459fbb261a..6c4bbca6df 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-gm-e67.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-gm-e67.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:54 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:23 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:54 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:23 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-honda-k.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-honda-k.h index d817343785..959f087921 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-honda-k.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-honda-k.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:33 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:02 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22848); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:33 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:02 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-nb1.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-nb1.h index cf047f75f2..9302cf8a42 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen-nb1.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen-nb1.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:52 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:20 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:52 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:20 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen121nissan.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen121nissan.h index 625a244f46..7f026426db 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen121nissan.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen121nissan.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:31 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:00 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:31 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:00 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen121vag.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen121vag.h index 8423cb134b..1280262039 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen121vag.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen121vag.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:28 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:57 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:28 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:57 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen128.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen128.h index 4167d5999b..3ed7652f59 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen128.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen128.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:26 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:54 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:26 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:54 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen154hyundai.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen154hyundai.h index 03bf4c72d3..4c18907951 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen154hyundai.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen154hyundai.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:36 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:05 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:36 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:05 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen72.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen72.h index c9bd84ce0a..1dc6479215 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen72.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen72.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:47 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:15 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:47 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:15 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen81.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen81.h index 40a5096c1c..15f24e64cb 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen81.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen81.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:49 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:18 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:49 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:18 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellen88bmw.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellen88bmw.h index 5bfca83e88..95f7427e1b 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellen88bmw.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellen88bmw.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:39 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:07 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:39 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:07 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA6.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA6.h index d7e013c025..457c5c32b7 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA6.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA6.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:57 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:26 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:57 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:26 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA8_96.h b/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA8_96.h index e30a309c0f..a262d5d09c 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA8_96.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_hellenNA8_96.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:59 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:28 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:59 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:28 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_m74_9.h b/firmware/controllers/generated/engine_configuration_generated_structures_m74_9.h index 63904f0ecc..415cb81a84 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_m74_9.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_m74_9.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:09 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:38 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:09 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:38 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_mre_f4.h b/firmware/controllers/generated/engine_configuration_generated_structures_mre_f4.h index 4bd70f8dae..83a469eabf 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_mre_f4.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_mre_f4.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:07 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:36 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:07 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:36 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_mre_f7.h b/firmware/controllers/generated/engine_configuration_generated_structures_mre_f7.h index a61e890dc6..17d2dd1bda 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_mre_f7.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_mre_f7.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:04 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:33 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:04 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:33 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_nucleo_h743.h b/firmware/controllers/generated/engine_configuration_generated_structures_nucleo_h743.h index 8ce4abcb55..0df350a66f 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_nucleo_h743.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_nucleo_h743.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:44 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:13 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:44 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:13 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_405.h b/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_405.h index fb524371ae..d6abe0db78 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_405.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_405.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:22 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:51 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:22 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:51 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_469.h b/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_469.h index 2cc4c31b41..7593a0371a 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_469.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_prometheus_469.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:19 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:48 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:19 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:48 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f4.h b/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f4.h index d9eb287abf..559c106030 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f4.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f4.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:27 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:56 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 26176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:27 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:56 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f7.h b/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f7.h index e65315b2a2..9aa17809d3 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f7.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_proteus_f7.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:24 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:53 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 26176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:24 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:53 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_proteus_h7.h b/firmware/controllers/generated/engine_configuration_generated_structures_proteus_h7.h index 04dd124123..a2e38ab975 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_proteus_h7.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_proteus_h7.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:29 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:58 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 26176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:29 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:58 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_s105.h b/firmware/controllers/generated/engine_configuration_generated_structures_s105.h index 2d2586b0c8..0932ef2f71 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_s105.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_s105.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:12 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:41 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:12 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:41 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_small-can-board.h b/firmware/controllers/generated/engine_configuration_generated_structures_small-can-board.h index 189fce2496..b4e4f591df 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_small-can-board.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_small-can-board.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:02 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:31 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:02 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:31 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_stm32f413_nucleo.h b/firmware/controllers/generated/engine_configuration_generated_structures_stm32f413_nucleo.h index f68f40ac17..b6fdc700fa 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_stm32f413_nucleo.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_stm32f413_nucleo.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:36 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:06 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:36 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:06 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_stm32f429_nucleo.h b/firmware/controllers/generated/engine_configuration_generated_structures_stm32f429_nucleo.h index 4ec007280f..fac289517b 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_stm32f429_nucleo.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_stm32f429_nucleo.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:39 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:08 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:39 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:08 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_stm32f767_nucleo.h b/firmware/controllers/generated/engine_configuration_generated_structures_stm32f767_nucleo.h index 3c9953a025..c77b65a0bb 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_stm32f767_nucleo.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_stm32f767_nucleo.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:41 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:10 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:41 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:10 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_t-b-g.h b/firmware/controllers/generated/engine_configuration_generated_structures_t-b-g.h index b55ce6060b..f6cbb7550b 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_t-b-g.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_t-b-g.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:14 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:43 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:14 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:43 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_tdg-pdm8.h b/firmware/controllers/generated/engine_configuration_generated_structures_tdg-pdm8.h index 24e5232bf1..18cfe244ae 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_tdg-pdm8.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_tdg-pdm8.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:48 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:18 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:24:48 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:18 UTC 2024 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures_uaefi.h b/firmware/controllers/generated/engine_configuration_generated_structures_uaefi.h index 174ba6ce15..c4d4a95c83 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures_uaefi.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures_uaefi.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:41 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:10 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -2844,67 +2844,67 @@ struct engine_configuration_s { bool unusedBit_495_10 : 1 {}; /** offset 1576 bit 11 */ - bool unusedBit_501_11 : 1 {}; + bool useAuxSpeedForSlipRatio : 1 {}; /** offset 1576 bit 12 */ - bool unusedBit_501_12 : 1 {}; + bool unusedBit_495_12 : 1 {}; /** offset 1576 bit 13 */ - bool unusedBit_501_13 : 1 {}; + bool unusedBit_503_13 : 1 {}; /** offset 1576 bit 14 */ - bool unusedBit_501_14 : 1 {}; + bool unusedBit_503_14 : 1 {}; /** offset 1576 bit 15 */ - bool unusedBit_501_15 : 1 {}; + bool unusedBit_503_15 : 1 {}; /** offset 1576 bit 16 */ - bool unusedBit_501_16 : 1 {}; + bool unusedBit_503_16 : 1 {}; /** offset 1576 bit 17 */ - bool unusedBit_501_17 : 1 {}; + bool unusedBit_503_17 : 1 {}; /** offset 1576 bit 18 */ - bool unusedBit_501_18 : 1 {}; + bool unusedBit_503_18 : 1 {}; /** offset 1576 bit 19 */ - bool unusedBit_501_19 : 1 {}; + bool unusedBit_503_19 : 1 {}; /** offset 1576 bit 20 */ - bool unusedBit_501_20 : 1 {}; + bool unusedBit_503_20 : 1 {}; /** offset 1576 bit 21 */ - bool unusedBit_501_21 : 1 {}; + bool unusedBit_503_21 : 1 {}; /** offset 1576 bit 22 */ - bool unusedBit_501_22 : 1 {}; + bool unusedBit_503_22 : 1 {}; /** offset 1576 bit 23 */ - bool unusedBit_501_23 : 1 {}; + bool unusedBit_503_23 : 1 {}; /** offset 1576 bit 24 */ - bool unusedBit_501_24 : 1 {}; + bool unusedBit_503_24 : 1 {}; /** offset 1576 bit 25 */ - bool unusedBit_501_25 : 1 {}; + bool unusedBit_503_25 : 1 {}; /** offset 1576 bit 26 */ - bool unusedBit_501_26 : 1 {}; + bool unusedBit_503_26 : 1 {}; /** offset 1576 bit 27 */ - bool unusedBit_501_27 : 1 {}; + bool unusedBit_503_27 : 1 {}; /** offset 1576 bit 28 */ - bool unusedBit_501_28 : 1 {}; + bool unusedBit_503_28 : 1 {}; /** offset 1576 bit 29 */ - bool unusedBit_501_29 : 1 {}; + bool unusedBit_503_29 : 1 {}; /** offset 1576 bit 30 */ - bool unusedBit_501_30 : 1 {}; + bool unusedBit_503_30 : 1 {}; /** offset 1576 bit 31 */ - bool unusedBit_501_31 : 1 {}; + bool unusedBit_503_31 : 1 {}; /** * This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. * units: cycles @@ -5529,4 +5529,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22176); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 31 23:23:41 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:10 UTC 2024 diff --git a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h index c2ee264432..8e79cb1223 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3075301636 +#define SIGNATURE_HASH 3722629802 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-2chan.3075301636" +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-2chan.3722629802" #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 8d4f71226a..059c8baf72 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h @@ -1161,7 +1161,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3194338018 +#define SIGNATURE_HASH 3570010444 #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" @@ -1483,7 +1483,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan.3194338018" +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan.3570010444" #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 b7f09167e9..76507a38ed 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h @@ -1161,7 +1161,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3194338018 +#define SIGNATURE_HASH 3570010444 #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" @@ -1483,7 +1483,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan_f7.3194338018" +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan_f7.3570010444" #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 6d6e79e683..ebde54d500 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1984705846 +#define SIGNATURE_HASH 484673176 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan-revA.1984705846" +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan-revA.484673176" #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 11b899f46a..f8ceabf192 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 379477800 +#define SIGNATURE_HASH 2083646598 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan.379477800" +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan.2083646598" #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 9474664fc3..7b1a6a1685 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 379477800 +#define SIGNATURE_HASH 2083646598 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan_f7.379477800" +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan_f7.2083646598" #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 5bf697c33b..12b848a00c 100644 --- a/firmware/controllers/generated/rusefi_generated_at_start_f435.h +++ b/firmware/controllers/generated/rusefi_generated_at_start_f435.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.at_start_f435.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.at_start_f435.1571076224" #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 009d70b400..72f107e8e6 100644 --- a/firmware/controllers/generated/rusefi_generated_atlas.h +++ b/firmware/controllers/generated/rusefi_generated_atlas.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1930223456 +#define SIGNATURE_HASH 430140622 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.atlas.1930223456" +#define TS_SIGNATURE "rusEFI master.2024.02.01.atlas.430140622" #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 8a68406c51..ff933508fc 100644 --- a/firmware/controllers/generated/rusefi_generated_f407-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f407-discovery.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 1934423702 +#define SIGNATURE_HASH 434324792 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.f407-discovery.1934423702" +#define TS_SIGNATURE "rusEFI master.2024.02.01.f407-discovery.434324792" #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 b3cab1a37a..f1ea1ad4eb 100644 --- a/firmware/controllers/generated/rusefi_generated_f429-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f429-discovery.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.f429-discovery.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.f429-discovery.1571076224" #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 7d2c597234..4aa11dd2aa 100644 --- a/firmware/controllers/generated/rusefi_generated_f469-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f469-discovery.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 98307517 +#define SIGNATURE_HASH 1869856275 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.f469-discovery.98307517" +#define TS_SIGNATURE "rusEFI master.2024.02.01.f469-discovery.1869856275" #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 befe66e14c..0996aecca7 100644 --- a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h +++ b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 1727840005 +#define SIGNATURE_HASH 206769323 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.frankenso_na6.1727840005" +#define TS_SIGNATURE "rusEFI master.2024.02.01.frankenso_na6.206769323" #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 a6b1fea069..60e28f91bc 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3272778158 +#define SIGNATURE_HASH 2847740416 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-112-17.3272778158" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-112-17.2847740416" #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 f334df3856..3d019c0f26 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 355901590 +#define SIGNATURE_HASH 2140738360 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-gm-e67.355901590" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-gm-e67.2140738360" #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 a786a03142..5a1a469e69 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 196562683 +#define SIGNATURE_HASH 1629027669 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-honda-k.196562683" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-honda-k.1629027669" #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 4114dc2669..d57b7af650 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 727899367 +#define SIGNATURE_HASH 1103982409 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-nb1.727899367" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-nb1.1103982409" #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 0a0716f9fe..e8188133f1 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2239764186 +#define SIGNATURE_HASH 4012877172 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121nissan.2239764186" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121nissan.4012877172" #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 c9a3caefab..d09f3e99a3 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121vag.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121vag.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 124917448 +#define SIGNATURE_HASH 1843242342 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121vag.124917448" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121vag.1843242342" #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 e6b5ed2620..bd817a1f94 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen128.h +++ b/firmware/controllers/generated/rusefi_generated_hellen128.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3667468761 +#define SIGNATURE_HASH 2956366455 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen128.3667468761" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen128.2956366455" #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 5879f6c2ab..8ce60e17c2 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3440312816 +#define SIGNATURE_HASH 2812326494 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen154hyundai.3440312816" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen154hyundai.2812326494" #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 a720f46542..ad73709dde 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen72.h +++ b/firmware/controllers/generated/rusefi_generated_hellen72.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3085631410 +#define SIGNATURE_HASH 3712306204 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen72.3085631410" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen72.3712306204" #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 153059030b..14626815fb 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen81.h +++ b/firmware/controllers/generated/rusefi_generated_hellen81.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1385929672 +#define SIGNATURE_HASH 942942310 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen81.1385929672" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen81.942942310" #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 f1a4270ba7..6023bfa8f5 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h +++ b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3817092620 +#define SIGNATURE_HASH 2301330850 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen88bmw.3817092620" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen88bmw.2301330850" #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 673eee91e4..028396253e 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA6.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA6.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1339710537 +#define SIGNATURE_HASH 628486119 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA6.1339710537" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA6.628486119" #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 964f9d11c2..50450c0d71 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h @@ -1161,7 +1161,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1075050785 +#define SIGNATURE_HASH 716982927 #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" @@ -1483,7 +1483,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA8_96.1075050785" +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA8_96.716982927" #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 7da56e10d3..8e678a1115 100644 --- a/firmware/controllers/generated/rusefi_generated_m74_9.h +++ b/firmware/controllers/generated/rusefi_generated_m74_9.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1569383429 +#define SIGNATURE_HASH 925194155 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.m74_9.1569383429" +#define TS_SIGNATURE "rusEFI master.2024.02.01.m74_9.925194155" #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 98904041dc..2b69484ccc 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f4.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2047989172 +#define SIGNATURE_HASH 280913434 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f4.2047989172" +#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f4.280913434" #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 0e7b492920..3b3dfec667 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f7.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f7.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2047989172 +#define SIGNATURE_HASH 280913434 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f7.2047989172" +#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f7.280913434" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_nucleo_h743.h b/firmware/controllers/generated/rusefi_generated_nucleo_h743.h index b97d88608f..4cccd4e1d7 100644 --- a/firmware/controllers/generated/rusefi_generated_nucleo_h743.h +++ b/firmware/controllers/generated/rusefi_generated_nucleo_h743.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.nucleo_h743.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.nucleo_h743.1571076224" #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 e295a26431..cd51dc7059 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_405.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_405.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 127911614 +#define SIGNATURE_HASH 1831892240 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_405.127911614" +#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_405.1831892240" #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 a197b5b502..5470a0c067 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_469.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_469.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 127911614 +#define SIGNATURE_HASH 1831892240 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_469.127911614" +#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_469.1831892240" #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 b2056209ff..efe0aaf272 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f4.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f4.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 1285180992 +#define SIGNATURE_HASH 641072622 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f4.1285180992" +#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f4.641072622" #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 203a41f68a..417ff71892 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f7.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 1285180992 +#define SIGNATURE_HASH 641072622 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f7.1285180992" +#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f7.641072622" #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 473f0c97c0..80411f5b94 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_h7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_h7.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 1285180992 +#define SIGNATURE_HASH 641072622 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_h7.1285180992" +#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_h7.641072622" #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 6b288f7943..e95986fbfd 100644 --- a/firmware/controllers/generated/rusefi_generated_s105.h +++ b/firmware/controllers/generated/rusefi_generated_s105.h @@ -1159,7 +1159,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2664176232 +#define SIGNATURE_HASH 4100172230 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.s105.2664176232" +#define TS_SIGNATURE "rusEFI master.2024.02.01.s105.4100172230" #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 588b76e6c3..a72fe5461c 100644 --- a/firmware/controllers/generated/rusefi_generated_small-can-board.h +++ b/firmware/controllers/generated/rusefi_generated_small-can-board.h @@ -1159,7 +1159,7 @@ #define show_Proteus_presets false #define show_small_can_board_presets true #define show_test_presets false -#define SIGNATURE_HASH 162187175 +#define SIGNATURE_HASH 1661301769 #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" @@ -1481,7 +1481,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.small-can-board.162187175" +#define TS_SIGNATURE "rusEFI master.2024.02.01.small-can-board.1661301769" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h index 7ce6407741..0da8fc114d 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f413_nucleo.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f413_nucleo.1571076224" #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 8bcb040a0c..8a05e82a4e 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f429_nucleo.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f429_nucleo.1571076224" #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 57b06bf8c5..1f3118d03f 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f767_nucleo.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f767_nucleo.1571076224" #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 0afde14c99..8d8241ddf2 100644 --- a/firmware/controllers/generated/rusefi_generated_t-b-g.h +++ b/firmware/controllers/generated/rusefi_generated_t-b-g.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 923470638 +#define SIGNATURE_HASH 1571076224 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.t-b-g.923470638" +#define TS_SIGNATURE "rusEFI master.2024.02.01.t-b-g.1571076224" #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 26dd493e55..a94230af5b 100644 --- a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h +++ b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h @@ -1158,7 +1158,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3181717260 +#define SIGNATURE_HASH 3607794850 #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" @@ -1480,7 +1480,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2024.02.01.tdg-pdm8.3181717260" +#define TS_SIGNATURE "rusEFI master.2024.02.01.tdg-pdm8.3607794850" #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 adde437d28..3c96dcbba6 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi.h @@ -1160,7 +1160,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 212561233 +#define SIGNATURE_HASH 1711595263 #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" @@ -1482,7 +1482,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2024.02.01.uaefi.212561233" +#define TS_SIGNATURE "rusEFI master.2024.02.01.uaefi.1711595263" #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 2e619e75ba..d632f923e8 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3075301636 -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-2chan.3075301636" +#define SIGNATURE_HASH 3722629802 +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-2chan.3722629802" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index e176b6d249..73b90b0198 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3194338018 -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan.3194338018" +#define SIGNATURE_HASH 3570010444 +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan.3570010444" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 350ed0bd8d..4c423cb52a 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3194338018 -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan_f7.3194338018" +#define SIGNATURE_HASH 3570010444 +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-4chan_f7.3570010444" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index c3a043b5dd..a14c37c7f7 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1984705846 -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan-revA.1984705846" +#define SIGNATURE_HASH 484673176 +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan-revA.484673176" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index f69c76021c..8857651f9e 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 379477800 -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan.379477800" +#define SIGNATURE_HASH 2083646598 +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan.2083646598" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index b44b4be417..dc5f73764a 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 379477800 -#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan_f7.379477800" +#define SIGNATURE_HASH 2083646598 +#define TS_SIGNATURE "rusEFI master.2024.02.01.alphax-8chan_f7.2083646598" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index 37c9556a74..5681ddf2f1 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.at_start_f435.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.at_start_f435.1571076224" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index e7befbf368..a98bf2ef90 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1930223456 -#define TS_SIGNATURE "rusEFI master.2024.02.01.atlas.1930223456" +#define SIGNATURE_HASH 430140622 +#define TS_SIGNATURE "rusEFI master.2024.02.01.atlas.430140622" diff --git a/firmware/controllers/generated/signature_cypress.h b/firmware/controllers/generated/signature_cypress.h index bca27934f7..05bc5d2bd0 100644 --- a/firmware/controllers/generated/signature_cypress.h +++ b/firmware/controllers/generated/signature_cypress.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.cypress.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.cypress.1571076224" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index c0cc307700..482b6c5c30 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1934423702 -#define TS_SIGNATURE "rusEFI master.2024.02.01.f407-discovery.1934423702" +#define SIGNATURE_HASH 434324792 +#define TS_SIGNATURE "rusEFI master.2024.02.01.f407-discovery.434324792" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 5af1c55285..5522bfd0bd 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.f429-discovery.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.f429-discovery.1571076224" diff --git a/firmware/controllers/generated/signature_f469-discovery.h b/firmware/controllers/generated/signature_f469-discovery.h index 3f9722f6dd..b867bb932c 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 98307517 -#define TS_SIGNATURE "rusEFI master.2024.02.01.f469-discovery.98307517" +#define SIGNATURE_HASH 1869856275 +#define TS_SIGNATURE "rusEFI master.2024.02.01.f469-discovery.1869856275" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 0d5ab03922..b30a6ab87f 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1727840005 -#define TS_SIGNATURE "rusEFI master.2024.02.01.frankenso_na6.1727840005" +#define SIGNATURE_HASH 206769323 +#define TS_SIGNATURE "rusEFI master.2024.02.01.frankenso_na6.206769323" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index 7bf6190720..021c60eec7 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3272778158 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-112-17.3272778158" +#define SIGNATURE_HASH 2847740416 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-112-17.2847740416" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 61f091984c..2ffdd78cde 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 355901590 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-gm-e67.355901590" +#define SIGNATURE_HASH 2140738360 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-gm-e67.2140738360" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index 8f94b20825..60152f9d76 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 196562683 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-honda-k.196562683" +#define SIGNATURE_HASH 1629027669 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-honda-k.1629027669" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index 6f7791bc4d..635a9b2e2c 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 727899367 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-nb1.727899367" +#define SIGNATURE_HASH 1103982409 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen-nb1.1103982409" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index 1b12f91850..c492f20e3e 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2239764186 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121nissan.2239764186" +#define SIGNATURE_HASH 4012877172 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121nissan.4012877172" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 8d622c726e..9132e14af9 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 124917448 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121vag.124917448" +#define SIGNATURE_HASH 1843242342 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen121vag.1843242342" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index d4e87f390f..35daa984a5 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3667468761 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen128.3667468761" +#define SIGNATURE_HASH 2956366455 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen128.2956366455" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 3be8b19572..cd1475b310 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3440312816 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen154hyundai.3440312816" +#define SIGNATURE_HASH 2812326494 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen154hyundai.2812326494" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 44ae4158f8..ebf141da61 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3085631410 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen72.3085631410" +#define SIGNATURE_HASH 3712306204 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen72.3712306204" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index e4913755ff..8ff5393761 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1385929672 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen81.1385929672" +#define SIGNATURE_HASH 942942310 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen81.942942310" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 605a7e2a51..88e5524223 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3817092620 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen88bmw.3817092620" +#define SIGNATURE_HASH 2301330850 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellen88bmw.2301330850" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index baa3ce70d9..5d0bc4cca8 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1339710537 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA6.1339710537" +#define SIGNATURE_HASH 628486119 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA6.628486119" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 17cd71eade..d69d7986ce 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1075050785 -#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA8_96.1075050785" +#define SIGNATURE_HASH 716982927 +#define TS_SIGNATURE "rusEFI master.2024.02.01.hellenNA8_96.716982927" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index 590ca083c8..57ff892d68 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 1977273472 -#define TS_SIGNATURE "rusEFI master.2024.02.01.kin.1977273472" +#define SIGNATURE_HASH 527793966 +#define TS_SIGNATURE "rusEFI master.2024.02.01.kin.527793966" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index 9bdb41f3fa..d5dc8eaa86 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1569383429 -#define TS_SIGNATURE "rusEFI master.2024.02.01.m74_9.1569383429" +#define SIGNATURE_HASH 925194155 +#define TS_SIGNATURE "rusEFI master.2024.02.01.m74_9.925194155" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 1c4f038b23..e15121b8bd 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2047989172 -#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f4.2047989172" +#define SIGNATURE_HASH 280913434 +#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f4.280913434" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index dbefda3981..f575f0db4d 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2047989172 -#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f7.2047989172" +#define SIGNATURE_HASH 280913434 +#define TS_SIGNATURE "rusEFI master.2024.02.01.mre_f7.280913434" diff --git a/firmware/controllers/generated/signature_nucleo_h743.h b/firmware/controllers/generated/signature_nucleo_h743.h index 863fc9766d..2b36f1b2cb 100644 --- a/firmware/controllers/generated/signature_nucleo_h743.h +++ b/firmware/controllers/generated/signature_nucleo_h743.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.nucleo_h743.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.nucleo_h743.1571076224" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index b2f4b7857b..35e036aa8c 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 127911614 -#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_405.127911614" +#define SIGNATURE_HASH 1831892240 +#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_405.1831892240" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 69b95314e4..1e46e50888 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 127911614 -#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_469.127911614" +#define SIGNATURE_HASH 1831892240 +#define TS_SIGNATURE "rusEFI master.2024.02.01.prometheus_469.1831892240" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 2f2f8b4956..da0a511828 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1285180992 -#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f4.1285180992" +#define SIGNATURE_HASH 641072622 +#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f4.641072622" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index d303ab9d17..8e687216dc 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1285180992 -#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f7.1285180992" +#define SIGNATURE_HASH 641072622 +#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_f7.641072622" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index 269cb72103..6b1a038675 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1285180992 -#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_h7.1285180992" +#define SIGNATURE_HASH 641072622 +#define TS_SIGNATURE "rusEFI master.2024.02.01.proteus_h7.641072622" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index 49c1ebe239..b202c774ae 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2664176232 -#define TS_SIGNATURE "rusEFI master.2024.02.01.s105.2664176232" +#define SIGNATURE_HASH 4100172230 +#define TS_SIGNATURE "rusEFI master.2024.02.01.s105.4100172230" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index 8c60929d11..59d43d24f9 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 162187175 -#define TS_SIGNATURE "rusEFI master.2024.02.01.small-can-board.162187175" +#define SIGNATURE_HASH 1661301769 +#define TS_SIGNATURE "rusEFI master.2024.02.01.small-can-board.1661301769" diff --git a/firmware/controllers/generated/signature_stm32f413_nucleo.h b/firmware/controllers/generated/signature_stm32f413_nucleo.h index 3a3427b375..b51a11a5be 100644 --- a/firmware/controllers/generated/signature_stm32f413_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f413_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f413_nucleo.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f413_nucleo.1571076224" diff --git a/firmware/controllers/generated/signature_stm32f429_nucleo.h b/firmware/controllers/generated/signature_stm32f429_nucleo.h index 9e92157690..467521f8b5 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f429_nucleo.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f429_nucleo.1571076224" diff --git a/firmware/controllers/generated/signature_stm32f767_nucleo.h b/firmware/controllers/generated/signature_stm32f767_nucleo.h index d90b3206f6..5819841696 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f767_nucleo.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.stm32f767_nucleo.1571076224" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 6717a5e504..140367dac5 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.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2230132166 -#define TS_SIGNATURE "rusEFI master.2024.02.01.subaru_eg33_f7.2230132166" +#define SIGNATURE_HASH 3997347432 +#define TS_SIGNATURE "rusEFI master.2024.02.01.subaru_eg33_f7.3997347432" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index 4e455d3237..2b31a98dae 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 923470638 -#define TS_SIGNATURE "rusEFI master.2024.02.01.t-b-g.923470638" +#define SIGNATURE_HASH 1571076224 +#define TS_SIGNATURE "rusEFI master.2024.02.01.t-b-g.1571076224" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index ebdba9c5e4..2fa12aac8c 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3181717260 -#define TS_SIGNATURE "rusEFI master.2024.02.01.tdg-pdm8.3181717260" +#define SIGNATURE_HASH 3607794850 +#define TS_SIGNATURE "rusEFI master.2024.02.01.tdg-pdm8.3607794850" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index 4ad300ad1f..db1a70802c 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 212561233 -#define TS_SIGNATURE "rusEFI master.2024.02.01.uaefi.212561233" +#define SIGNATURE_HASH 1711595263 +#define TS_SIGNATURE "rusEFI master.2024.02.01.uaefi.1711595263" diff --git a/firmware/controllers/lua/generated/value_lookup_generated.cpp b/firmware/controllers/lua/generated/value_lookup_generated.cpp index 757662cfee..4b166ed921 100644 --- a/firmware/controllers/lua/generated/value_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/value_lookup_generated.cpp @@ -1084,6 +1084,9 @@ float getConfigValueByName(const char *name) { // enableExtendedCanBroadcast case 923152418: return engineConfiguration->enableExtendedCanBroadcast; +// useAuxSpeedForSlipRatio + case -723870257: + return engineConfiguration->useAuxSpeedForSlipRatio; // afterCrankingIACtaperDuration case 671504531: return engineConfiguration->afterCrankingIACtaperDuration; @@ -3564,6 +3567,11 @@ bool setConfigValueByName(const char *name, float value) { { engineConfiguration->enableExtendedCanBroadcast = (int)value; return 1; + } + case -723870257: + { + engineConfiguration->useAuxSpeedForSlipRatio = (int)value; + return 1; } case 671504531: { diff --git a/firmware/controllers/lua/generated/value_lookup_generated.md b/firmware/controllers/lua/generated/value_lookup_generated.md index 20f541831d..89565d475e 100644 --- a/firmware/controllers/lua/generated/value_lookup_generated.md +++ b/firmware/controllers/lua/generated/value_lookup_generated.md @@ -1078,6 +1078,9 @@ See Over/Undervoltage Shutdown/Retry bit in documentation ### enableExtendedCanBroadcast +### useAuxSpeedForSlipRatio + + ### afterCrankingIACtaperDuration This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup. diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 11d07e6bb1..6c39790f33 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.alphax-2chan.3075301636" + signature = "rusEFI master.2024.02.01.alphax-2chan.3722629802" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.alphax-2chan.3075301636" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.alphax-2chan.3722629802" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:10 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:38 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8844,6 +8845,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index b29b412184..e611fc83db 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.alphax-4chan.3194338018" + signature = "rusEFI master.2024.02.01.alphax-4chan.3570010444" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.alphax-4chan.3194338018" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.alphax-4chan.3570010444" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:12 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:41 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8855,6 +8856,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index 968cfe750f..bb61e6c050 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.alphax-4chan_f7.3194338018" + signature = "rusEFI master.2024.02.01.alphax-4chan_f7.3570010444" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.alphax-4chan_f7.3194338018" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.alphax-4chan_f7.3570010444" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:15 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:44 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8855,6 +8856,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index 63b5de26bb..917691a64f 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.alphax-8chan-revA.1984705846" + signature = "rusEFI master.2024.02.01.alphax-8chan-revA.484673176" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.alphax-8chan-revA.1984705846" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.alphax-8chan-revA.484673176" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:23 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:52 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8852,6 +8853,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 0e7835a4f1..dcc8f0a9e9 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.alphax-8chan.379477800" + signature = "rusEFI master.2024.02.01.alphax-8chan.2083646598" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.alphax-8chan.379477800" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.alphax-8chan.2083646598" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:18 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:46 UTC 2024 pageSize = 22192 page = 1 @@ -737,6 +737,7 @@ mc33810Gpgd1Mode = bits, U32, 1592, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1592, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1592, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1592, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1592, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1596, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1598, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1600, [0:7], $gpio_list @@ -8856,6 +8857,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index 677beb7e4f..8f9226eb57 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.alphax-8chan_f7.379477800" + signature = "rusEFI master.2024.02.01.alphax-8chan_f7.2083646598" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.alphax-8chan_f7.379477800" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.alphax-8chan_f7.2083646598" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:20 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:49 UTC 2024 pageSize = 22192 page = 1 @@ -737,6 +737,7 @@ mc33810Gpgd1Mode = bits, U32, 1592, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1592, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1592, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1592, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1592, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1596, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1598, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1600, [0:7], $gpio_list @@ -8856,6 +8857,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index 7321bc46fa..45f7998f5c 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.at_start_f435.923470638" + signature = "rusEFI master.2024.02.01.at_start_f435.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.at_start_f435.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.at_start_f435.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:54 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:22 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index f851cefb27..57ef557029 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.atlas.1930223456" + signature = "rusEFI master.2024.02.01.atlas.430140622" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.atlas.1930223456" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.atlas.430140622" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:47 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:15 UTC 2024 pageSize = 21676 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8874,6 +8875,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 398e0063cb..0c8cbf6547 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.cypress.923470638" + signature = "rusEFI master.2024.02.01.cypress.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.cypress.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.cypress.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:06 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:35 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 30ec01aab0..a0b07c91ae 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.f407-discovery.1934423702" + signature = "rusEFI master.2024.02.01.f407-discovery.434324792" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.f407-discovery.1934423702" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.f407-discovery.434324792" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:51 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:20 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8893,6 +8894,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 60ad736f4a..4ef727e3d8 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.f429-discovery.923470638" + signature = "rusEFI master.2024.02.01.f429-discovery.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.f429-discovery.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.f429-discovery.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:32 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:01 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini index fb15771895..a4af4d0430 100644 --- a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.f469-discovery.98307517" + signature = "rusEFI master.2024.02.01.f469-discovery.1869856275" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.f469-discovery.98307517" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.f469-discovery.1869856275" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:35 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:03 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index dc1aaf9ec2..b744636cb7 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.frankenso_na6.1727840005" + signature = "rusEFI master.2024.02.01.frankenso_na6.206769323" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.frankenso_na6.1727840005" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.frankenso_na6.206769323" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:17 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:46 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8887,6 +8888,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index d192c3a9b7..f0a6d22968 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen-112-17.3272778158" + signature = "rusEFI master.2024.02.01.hellen-112-17.2847740416" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen-112-17.3272778158" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen-112-17.2847740416" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:13 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8840,6 +8841,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index f0ad851500..03ee5fdf8a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen-gm-e67.355901590" + signature = "rusEFI master.2024.02.01.hellen-gm-e67.2140738360" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen-gm-e67.355901590" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen-gm-e67.2140738360" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:54 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:23 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8859,6 +8860,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 723aaabca3..60f08d35d2 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen-honda-k.196562683" + signature = "rusEFI master.2024.02.01.hellen-honda-k.1629027669" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen-honda-k.196562683" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen-honda-k.1629027669" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","Aux Analog 3","Aux Analog 1","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT","Aux Analog 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:33 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:02 UTC 2024 pageSize = 22848 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8837,6 +8838,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index a882500607..ef21b13f2a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen-nb1.727899367" + signature = "rusEFI master.2024.02.01.hellen-nb1.1103982409" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen-nb1.727899367" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen-nb1.1103982409" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:51 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:20 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8860,6 +8861,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index e49edc19dc..57c5fcafe1 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen121nissan.2239764186" + signature = "rusEFI master.2024.02.01.hellen121nissan.4012877172" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen121nissan.2239764186" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen121nissan.4012877172" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:31 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:00 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8839,6 +8840,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index ce1e43e883..b4293b757f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen121vag.124917448" + signature = "rusEFI master.2024.02.01.hellen121vag.1843242342" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen121vag.124917448" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen121vag.1843242342" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:28 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:57 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8863,6 +8864,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index a11d886e65..9a60948310 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen128.3667468761" + signature = "rusEFI master.2024.02.01.hellen128.2956366455" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen128.3667468761" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen128.2956366455" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:25 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:54 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8860,6 +8861,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 73ea77c59f..da3c04633b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen154hyundai.3440312816" + signature = "rusEFI master.2024.02.01.hellen154hyundai.2812326494" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen154hyundai.3440312816" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen154hyundai.2812326494" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:36 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:05 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8838,6 +8839,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index a7c1d2e1d7..4e0a97180e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen72.3085631410" + signature = "rusEFI master.2024.02.01.hellen72.3712306204" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen72.3085631410" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen72.3712306204" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:46 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:15 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8860,6 +8861,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index ad20a0ef3b..9478fcbaa5 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen81.1385929672" + signature = "rusEFI master.2024.02.01.hellen81.942942310" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen81.1385929672" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen81.942942310" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:49 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:18 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8856,6 +8857,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 01b95db65c..037bebb965 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellen88bmw.3817092620" + signature = "rusEFI master.2024.02.01.hellen88bmw.2301330850" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellen88bmw.3817092620" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellen88bmw.2301330850" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:39 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:07 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8855,6 +8856,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 14ec327e55..5310017dac 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellenNA6.1339710537" + signature = "rusEFI master.2024.02.01.hellenNA6.628486119" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellenNA6.1339710537" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellenNA6.628486119" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:57 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:26 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8861,6 +8862,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 2cce17ca9d..4620766091 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.hellenNA8_96.1075050785" + signature = "rusEFI master.2024.02.01.hellenNA8_96.716982927" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.hellenNA8_96.1075050785" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.hellenNA8_96.716982927" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:59 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:28 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8859,6 +8860,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index 8376b4c1f6..43b158d295 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.kin.1977273472" + signature = "rusEFI master.2024.02.01.kin.527793966" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.kin.1977273472" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.kin.527793966" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:05 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:33 UTC 2024 pageSize = 20800 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8884,6 +8885,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index c7b2f15ed1..f8be0c3163 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.m74_9.1569383429" + signature = "rusEFI master.2024.02.01.m74_9.925194155" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.m74_9.1569383429" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.m74_9.925194155" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:09 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:38 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8863,6 +8864,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 7f4391b452..a19b80bc9b 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.mre_f4.2047989172" + signature = "rusEFI master.2024.02.01.mre_f4.280913434" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.mre_f4.2047989172" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.mre_f4.280913434" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:07 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:36 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8850,6 +8851,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 140716c130..c08cffaadb 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.mre_f7.2047989172" + signature = "rusEFI master.2024.02.01.mre_f7.280913434" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.mre_f7.2047989172" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.mre_f7.280913434" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:04 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:33 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8850,6 +8851,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini index 4e42191986..92687ac64e 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.nucleo_h743.923470638" + signature = "rusEFI master.2024.02.01.nucleo_h743.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.nucleo_h743.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.nucleo_h743.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:13 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 97f6cf118d..f9941ccb27 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.prometheus_405.127911614" + signature = "rusEFI master.2024.02.01.prometheus_405.1831892240" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.prometheus_405.127911614" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.prometheus_405.1831892240" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:22 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:51 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8878,6 +8879,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index b2e3ea077f..99f7b5a298 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.prometheus_469.127911614" + signature = "rusEFI master.2024.02.01.prometheus_469.1831892240" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.prometheus_469.127911614" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.prometheus_469.1831892240" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:20 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:48 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8878,6 +8879,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 04955938f7..2bce9b61d7 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.proteus_f4.1285180992" + signature = "rusEFI master.2024.02.01.proteus_f4.641072622" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.proteus_f4.1285180992" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.proteus_f4.641072622" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:27 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:56 UTC 2024 pageSize = 26176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8870,6 +8871,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index d84bdbc2d7..fd5b4178b0 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.proteus_f7.1285180992" + signature = "rusEFI master.2024.02.01.proteus_f7.641072622" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.proteus_f7.1285180992" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.proteus_f7.641072622" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:24 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:53 UTC 2024 pageSize = 26176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8870,6 +8871,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index ac9f128410..61826b5b45 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.proteus_h7.1285180992" + signature = "rusEFI master.2024.02.01.proteus_h7.641072622" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.proteus_h7.1285180992" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.proteus_h7.641072622" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:30 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:58 UTC 2024 pageSize = 26176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8870,6 +8871,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index d0bc3ee43c..a13f55e55a 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.s105.2664176232" + signature = "rusEFI master.2024.02.01.s105.4100172230" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.s105.2664176232" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.s105.4100172230" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:12 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:41 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8861,6 +8862,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index 85606bba8f..8eac5cd110 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.small-can-board.162187175" + signature = "rusEFI master.2024.02.01.small-can-board.1661301769" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.small-can-board.162187175" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.small-can-board.1661301769" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:02 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:31 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8874,6 +8875,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini index db6ebe29e1..9c6492d05f 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.stm32f413_nucleo.923470638" + signature = "rusEFI master.2024.02.01.stm32f413_nucleo.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.stm32f413_nucleo.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.stm32f413_nucleo.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:37 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:06 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini index 3ace4379ca..653bfee7ee 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.stm32f429_nucleo.923470638" + signature = "rusEFI master.2024.02.01.stm32f429_nucleo.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.stm32f429_nucleo.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.stm32f429_nucleo.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:39 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:08 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini index bd3f726a8d..ea91dd250b 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.stm32f767_nucleo.923470638" + signature = "rusEFI master.2024.02.01.stm32f767_nucleo.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.stm32f767_nucleo.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.stm32f767_nucleo.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:42 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:10 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index 9c660d6b82..dff2241572 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.subaru_eg33_f7.2230132166" + signature = "rusEFI master.2024.02.01.subaru_eg33_f7.3997347432" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.subaru_eg33_f7.2230132166" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.subaru_eg33_f7.3997347432" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:07 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:09:36 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8881,6 +8882,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index 1e82959940..531f0457b1 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.t-b-g.923470638" + signature = "rusEFI master.2024.02.01.t-b-g.1571076224" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.t-b-g.923470638" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.t-b-g.1571076224" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:14 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:43 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 25bd7e904c..af815d395f 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.tdg-pdm8.3181717260" + signature = "rusEFI master.2024.02.01.tdg-pdm8.3607794850" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.tdg-pdm8.3181717260" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.tdg-pdm8.3607794850" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:49 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:18 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8883,6 +8884,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index a7ec8ab61f..aeceb6f3f7 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.02.01.uaefi.212561233" + signature = "rusEFI master.2024.02.01.uaefi.1711595263" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.02.01.uaefi.212561233" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.02.01.uaefi.1711595263" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","INVALID","D16 CLT Coolant","D15 IAT","C4 PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:44:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:10:10 UTC 2024 pageSize = 22176 page = 1 @@ -734,6 +734,7 @@ mc33810Gpgd1Mode = bits, U32, 1576, [2:2], "false", "true" mc33810Gpgd2Mode = bits, U32, 1576, [3:3], "false", "true" mc33810Gpgd3Mode = bits, U32, 1576, [4:4], "false", "true" enableExtendedCanBroadcast = bits, U32, 1576, [5:5], "false", "true" +useAuxSpeedForSlipRatio = bits, U32, 1576, [11:11], "false", "true" afterCrankingIACtaperDuration = scalar, S16, 1580, "cycles", 1, 0, 0, 5000, 0 iacByTpsTaper = scalar, S16, 1582, "percent", 1, 0, 0, 500, 0 auxSerialTxPin = bits, U16, 1584, [0:7], $gpio_list @@ -8841,6 +8842,7 @@ dialog = tcuControls, "Transmission Settings" field = dacOutputPins2, dacOutputPins2 field = "Read RPM matching VSS profile", canInputBCM field = useSpiImu, useSpiImu + field = useAuxSpeedForSlipRatio, useAuxSpeedForSlipRatio dialog = mc33810Dialog, "MC33810 IGN/INJ driver" field = "SPI settings" 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 c990cee042..1fe8d4193e 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.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 00:45:57 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Feb 01 18:11:26 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1095,7 +1095,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 = 1934423702; + public static final int SIGNATURE_HASH = 434324792; 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"; @@ -1339,7 +1339,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.02.01.f407-discovery.1934423702"; + public static final String TS_SIGNATURE = "rusEFI master.2024.02.01.f407-discovery.434324792"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; @@ -2099,6 +2099,7 @@ public class Fields { public static final Field MC33810GPGD2MODE = Field.create("MC33810GPGD2MODE", 1576, FieldType.BIT, 3).setBaseOffset(0); public static final Field MC33810GPGD3MODE = Field.create("MC33810GPGD3MODE", 1576, FieldType.BIT, 4).setBaseOffset(0); public static final Field ENABLEEXTENDEDCANBROADCAST = Field.create("ENABLEEXTENDEDCANBROADCAST", 1576, FieldType.BIT, 5).setBaseOffset(0); + public static final Field USEAUXSPEEDFORSLIPRATIO = Field.create("USEAUXSPEEDFORSLIPRATIO", 1576, FieldType.BIT, 11).setBaseOffset(0); public static final Field AFTERCRANKINGIACTAPERDURATION = Field.create("AFTERCRANKINGIACTAPERDURATION", 1580, FieldType.INT16).setScale(1.0).setBaseOffset(0); public static final Field IACBYTPSTAPER = Field.create("IACBYTPSTAPER", 1582, FieldType.INT16).setScale(1.0).setBaseOffset(0); public static final Field AUXSERIALTXPIN = Field.create("AUXSERIALTXPIN", 1584, FieldType.INT16, Gpio).setScale(1.0).setBaseOffset(0); @@ -3712,6 +3713,7 @@ public class Fields { MC33810GPGD2MODE, MC33810GPGD3MODE, ENABLEEXTENDEDCANBROADCAST, + USEAUXSPEEDFORSLIPRATIO, AFTERCRANKINGIACTAPERDURATION, IACBYTPSTAPER, AUXSERIALTXPIN,