Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-01-07 18:32:19 +00:00
parent e0a3aba728
commit fdf6bad6b2
183 changed files with 2205 additions and 544 deletions

View File

@ -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 03 21:42:09 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:25 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:09 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:25 UTC 2024

View File

@ -825,7 +825,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#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"
@ -1142,7 +1142,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.cypress.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.cypress.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -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 03 21:42:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:24 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 20712);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:24 UTC 2024

View File

@ -825,7 +825,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2891404552
#define SIGNATURE_HASH 4141903336
#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"
@ -1142,7 +1142,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.kin.2891404552"
#define TS_SIGNATURE "rusEFI master.2024.01.07.kin.4141903336"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -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 03 21:42:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:26 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:26 UTC 2024

View File

@ -1062,7 +1062,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1566606414
#define SIGNATURE_HASH 131579054
#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"
@ -1379,7 +1379,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.subaru_eg33_f7.1566606414"
#define TS_SIGNATURE "rusEFI master.2024.01.07.subaru_eg33_f7.131579054"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -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 03 21:42:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:29 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:29 UTC 2024

View File

@ -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 03 21:42:16 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:31 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:16 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:31 UTC 2024

View File

@ -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 03 21:42:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:34 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:34 UTC 2024

View File

@ -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 03 21:42:26 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:42 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:26 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:42 UTC 2024

View File

@ -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 03 21:42:21 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:37 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4400
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4401
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4402
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4403
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4571
*/
uint8_t alignmentFill_at_4571[1];
};
static_assert(sizeof(engine_configuration_s) == 4572);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22104);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:21 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:37 UTC 2024

View File

@ -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 03 21:42:24 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:40 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4400
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4401
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4402
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4403
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4571
*/
uint8_t alignmentFill_at_4571[1];
};
static_assert(sizeof(engine_configuration_s) == 4572);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22104);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:24 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:40 UTC 2024

View File

@ -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 03 21:43:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:13 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:13 UTC 2024

View File

@ -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 03 21:43:49 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:06 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4224
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4225
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4226
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4227
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4395
*/
uint8_t alignmentFill_at_4395[1];
};
static_assert(sizeof(engine_configuration_s) == 4396);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 21588);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:49 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:06 UTC 2024

View File

@ -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 03 21:43:54 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:11 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:54 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:11 UTC 2024

View File

@ -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 03 21:43:35 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:52 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:35 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:52 UTC 2024

View File

@ -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 03 21:43:37 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:54 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:37 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:54 UTC 2024

View File

@ -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 03 21:43:20 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:37 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:20 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:37 UTC 2024

View File

@ -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 03 21:42:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:03 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:03 UTC 2024

View File

@ -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 03 21:42:57 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:14 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:57 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:14 UTC 2024

View File

@ -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 03 21:42:37 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:53 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22760);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:37 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:53 UTC 2024

View File

@ -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 03 21:42:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:11 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:11 UTC 2024

View File

@ -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 03 21:42:34 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:50 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:34 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:50 UTC 2024

View File

@ -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 03 21:42:32 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:48 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:32 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:48 UTC 2024

View File

@ -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 03 21:42:29 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:45 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:29 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:45 UTC 2024

View File

@ -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 03 21:42:39 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:55 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:39 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:55 UTC 2024

View File

@ -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 03 21:42:50 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:06 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:50 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:06 UTC 2024

View File

@ -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 03 21:42:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:09 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:09 UTC 2024

View File

@ -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 03 21:42:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:58 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:30:58 UTC 2024

View File

@ -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 03 21:43:00 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:16 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:00 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:16 UTC 2024

View File

@ -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 03 21:43:02 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:19 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:02 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:19 UTC 2024

View File

@ -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 03 21:43:12 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:29 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:12 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:29 UTC 2024

View File

@ -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 03 21:43:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:27 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:27 UTC 2024

View File

@ -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 03 21:43:07 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:24 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:07 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:24 UTC 2024

View File

@ -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 03 21:43:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:04 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:04 UTC 2024

View File

@ -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 03 21:43:25 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:42 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:25 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:42 UTC 2024

View File

@ -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 03 21:43:23 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:39 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:23 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:39 UTC 2024

View File

@ -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 03 21:43:30 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:47 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:30 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:47 UTC 2024

View File

@ -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 03 21:43:27 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:44 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:27 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:44 UTC 2024

View File

@ -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 03 21:43:32 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:49 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:32 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:49 UTC 2024

View File

@ -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 03 21:43:15 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:32 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:15 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:32 UTC 2024

View File

@ -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 03 21:43:05 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:21 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:05 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:21 UTC 2024

View File

@ -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 03 21:43:40 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:57 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:40 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:57 UTC 2024

View File

@ -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 03 21:43:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:59 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:59 UTC 2024

View File

@ -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 03 21:43:44 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:01 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:44 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:01 UTC 2024

View File

@ -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 03 21:43:17 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:34 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:17 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:34 UTC 2024

View File

@ -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 03 21:43:51 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:08 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:51 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:32:08 UTC 2024

View File

@ -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 03 21:42:45 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:01 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4576,10 +4576,34 @@ struct engine_configuration_s {
*/
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* units: units
* If injector duty cycle hits this value, instantly cut fuel.
* units: %
* offset 4384
*/
uint8_t mainUnusedEnd[172];
uint8_t maxInjectorDutyInstant;
/**
* If injector duty cycle hits this value for the specified delay time, cut fuel.
* units: %
* offset 4385
*/
uint8_t maxInjectorDutySustained;
/**
* Timeout period for duty cycle over the sustained limit to trigger duty cycle protection.
* units: sec
* offset 4386
*/
scaled_channel<uint8_t, 10, 1> maxInjectorDutySustainedTimeout;
/**
* units: units
* offset 4387
*/
uint8_t mainUnusedEnd[168];
/**
* need 4 byte alignment
* units: units
* offset 4555
*/
uint8_t alignmentFill_at_4555[1];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5484,4 +5508,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:45 UTC 2024
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Jan 07 18:31:01 UTC 2024

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2666735265
#define SIGNATURE_HASH 3292798529
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-2chan.2666735265"
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-2chan.3292798529"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1154,7 +1154,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4255533145
#define SIGNATURE_HASH 2802938041
#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"
@ -1471,7 +1471,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-4chan.4255533145"
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-4chan.2802938041"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1154,7 +1154,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4255533145
#define SIGNATURE_HASH 2802938041
#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"
@ -1471,7 +1471,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-4chan_f7.4255533145"
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-4chan_f7.2802938041"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2948705470
#define SIGNATURE_HASH 4118189150
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-8chan-revA.2948705470"
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-8chan-revA.4118189150"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4029579073
#define SIGNATURE_HASH 2862172065
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-8chan.4029579073"
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-8chan.2862172065"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4029579073
#define SIGNATURE_HASH 2862172065
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-8chan_f7.4029579073"
#define TS_SIGNATURE "rusEFI master.2024.01.07.alphax-8chan_f7.2862172065"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.at_start_f435.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.at_start_f435.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2860599016
#define SIGNATURE_HASH 4030103048
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.atlas.2860599016"
#define TS_SIGNATURE "rusEFI master.2024.01.07.atlas.4030103048"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 210791078
#define SIGNATURE_HASH 1445417542
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.f407-discovery.210791078"
#define TS_SIGNATURE "rusEFI master.2024.01.07.f407-discovery.1445417542"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.f429-discovery.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.f429-discovery.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3696333877
#define SIGNATURE_HASH 2263264469
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.f469-discovery.3696333877"
#define TS_SIGNATURE "rusEFI master.2024.01.07.f469-discovery.2263264469"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 3211863693
#define SIGNATURE_HASH 3854966381
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.frankenso_na6.3211863693"
#define TS_SIGNATURE "rusEFI master.2024.01.07.frankenso_na6.3854966381"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 664741968
#define SIGNATURE_HASH 2099777712
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-112-17.664741968"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-112-17.2099777712"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3434821918
#define SIGNATURE_HASH 2517369342
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-gm-e67.3434821918"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-gm-e67.2517369342"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2829939016
#define SIGNATURE_HASH 4061809064
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-honda-k.2829939016"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-honda-k.4061809064"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4075767151
#define SIGNATURE_HASH 2824371599
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-nb1.4075767151"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen-nb1.2824371599"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2251393329
#define SIGNATURE_HASH 3699814865
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen121nissan.2251393329"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen121nissan.3699814865"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3741290304
#define SIGNATURE_HASH 2219358112
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen121vag.3741290304"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen121vag.2219358112"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 51689553
#define SIGNATURE_HASH 1503887537
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen128.51689553"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen128.1503887537"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1111020831
#define SIGNATURE_HASH 412085759
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen154hyundai.1111020831"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen154hyundai.412085759"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1852270138
#define SIGNATURE_HASH 886071002
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen72.1852270138"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen72.886071002"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2333475392
#define SIGNATURE_HASH 3517004448
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen81.2333475392"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen81.3517004448"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 973713284
#define SIGNATURE_HASH 1623103332
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen88bmw.973713284"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellen88bmw.1623103332"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1575449690
#define SIGNATURE_HASH 122703034
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellenNA6.1575449690"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellenNA6.122703034"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1154,7 +1154,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2577293481
#define SIGNATURE_HASH 3274266697
#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"
@ -1471,7 +1471,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellenNA8_96.2577293481"
#define TS_SIGNATURE "rusEFI master.2024.01.07.hellenNA8_96.3274266697"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2940141787
#define SIGNATURE_HASH 4119345211
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.m74_9.2940141787"
#define TS_SIGNATURE "rusEFI master.2024.01.07.m74_9.4119345211"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2744929340
#define SIGNATURE_HASH 4180374748
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.mre_f4.2744929340"
#define TS_SIGNATURE "rusEFI master.2024.01.07.mre_f4.4180374748"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2744929340
#define SIGNATURE_HASH 4180374748
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.mre_f7.2744929340"
#define TS_SIGNATURE "rusEFI master.2024.01.07.mre_f7.4180374748"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.nucleo_h743.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.nucleo_h743.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3725745974
#define SIGNATURE_HASH 2225432534
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.prometheus_405.3725745974"
#define TS_SIGNATURE "rusEFI master.2024.01.07.prometheus_405.2225432534"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3725745974
#define SIGNATURE_HASH 2225432534
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.prometheus_469.3725745974"
#define TS_SIGNATURE "rusEFI master.2024.01.07.prometheus_469.2225432534"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2246518584
#define SIGNATURE_HASH 3746570200
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.proteus_f4.2246518584"
#define TS_SIGNATURE "rusEFI master.2024.01.07.proteus_f4.3746570200"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2246518584
#define SIGNATURE_HASH 3746570200
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.proteus_f7.2246518584"
#define TS_SIGNATURE "rusEFI master.2024.01.07.proteus_f7.3746570200"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2246518584
#define SIGNATURE_HASH 3746570200
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.proteus_h7.2246518584"
#define TS_SIGNATURE "rusEFI master.2024.01.07.proteus_h7.3746570200"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1195475936
#define SIGNATURE_HASH 502708992
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.s105.1195475936"
#define TS_SIGNATURE "rusEFI master.2024.01.07.s105.502708992"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1152,7 +1152,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3492240943
#define SIGNATURE_HASH 2324719311
#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"
@ -1469,7 +1469,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.small-can-board.3492240943"
#define TS_SIGNATURE "rusEFI master.2024.01.07.small-can-board.2324719311"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.stm32f413_nucleo.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.stm32f413_nucleo.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.stm32f429_nucleo.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.stm32f429_nucleo.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.stm32f767_nucleo.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.stm32f767_nucleo.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001796774
#define SIGNATURE_HASH 3023153734
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.t-b-g.4001796774"
#define TS_SIGNATURE "rusEFI master.2024.01.07.t-b-g.3023153734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1680391812
#define SIGNATURE_HASH 1050642020
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1468,7 +1468,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.tdg-pdm8.1680391812"
#define TS_SIGNATURE "rusEFI master.2024.01.07.tdg-pdm8.1050642020"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1153,7 +1153,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2267199440
#define SIGNATURE_HASH 3717566256
#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"
@ -1470,7 +1470,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2024.01.07.uaefi.2267199440"
#define TS_SIGNATURE "rusEFI master.2024.01.07.uaefi.3717566256"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 4001796774
#define TS_SIGNATURE "rusEFI master.2024.01.07.cypress.4001796774"
#define SIGNATURE_HASH 3023153734
#define TS_SIGNATURE "rusEFI master.2024.01.07.cypress.3023153734"

View File

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

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