Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-02-21 18:42:26 +00:00
parent 251a98078c
commit a3cbc3340f
182 changed files with 1131 additions and 680 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:15 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:40 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:15 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:40 UTC 2024

View File

@ -832,7 +832,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1157,7 +1157,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.cypress.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.cypress.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:14 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:38 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 20860); static_assert(sizeof(persistent_config_s) == 20860);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:14 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:38 UTC 2024

View File

@ -832,7 +832,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 4080740530 #define SIGNATURE_HASH 934053789
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1157,7 +1157,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.kin.4080740530" #define TS_SIGNATURE "rusEFI master.2024.02.21.kin.934053789"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:16 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:41 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:16 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:41 UTC 2024

View File

@ -1069,7 +1069,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 34404852 #define SIGNATURE_HASH 3332069083
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1394,7 +1394,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.subaru_eg33_f7.34404852" #define TS_SIGNATURE "rusEFI master.2024.02.21.subaru_eg33_f7.3332069083"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:18 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:43 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:18 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:43 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:21 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:46 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:21 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:46 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:24 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:48 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:24 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:48 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:31 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:56 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:31 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:56 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:26 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:51 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22252); static_assert(sizeof(persistent_config_s) == 22252);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:26 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:51 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:29 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:53 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22252); static_assert(sizeof(persistent_config_s) == 22252);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:29 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:53 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:55 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:21 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:55 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:21 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:48 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:14 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 21736); static_assert(sizeof(persistent_config_s) == 21736);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:48 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:14 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:53 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:18 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:53 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:18 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:35 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:00 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:35 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:00 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:37 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:03 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:37 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:03 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:21 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:46 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:21 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:46 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:50 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:15 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:50 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:15 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:00 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:25 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:00 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:25 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:41 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:06 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22908); static_assert(sizeof(persistent_config_s) == 22908);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:41 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:06 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:58 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:22 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:58 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:22 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:38 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:03 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:38 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:03 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:36 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:01 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:36 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:01 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:33 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:58 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:33 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:40:58 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:43 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:08 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:43 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:08 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:53 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:18 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:53 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:18 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:55 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:20 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:55 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:20 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:46 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:10 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:46 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:10 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:02 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:27 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:02 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:27 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:05 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:30 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:05 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:30 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:14 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:39 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:14 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:39 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:12 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:36 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:12 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:36 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:09 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:34 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:09 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:34 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:46 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:12 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:46 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:12 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:25 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:51 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:25 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:51 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:23 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:48 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:23 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:48 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:30 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:55 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26236); static_assert(sizeof(persistent_config_s) == 26236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:30 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:55 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:28 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:53 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26236); static_assert(sizeof(persistent_config_s) == 26236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:28 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:53 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:32 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:58 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26236); static_assert(sizeof(persistent_config_s) == 26236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:32 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:58 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:16 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:41 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:16 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:41 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:07 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:32 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:07 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:32 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:39 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:05 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:39 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:05 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:41 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:07 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:41 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:07 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:44 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:09 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:44 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:09 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:19 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:44 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:19 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:44 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:50 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:16 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:29:50 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:42:16 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:48 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:13 UTC 2024
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,11 +6,13 @@
// start of stft_cell_cfg_s // start of stft_cell_cfg_s
struct stft_cell_cfg_s { struct stft_cell_cfg_s {
/** /**
* Maximum % that the short term fuel trim can add
* units: % * units: %
* offset 0 * offset 0
*/ */
int8_t maxAdd; int8_t maxAdd;
/** /**
* Maximum % that the short term fuel trim can remove
* units: % * units: %
* offset 1 * offset 1
*/ */
@ -768,14 +770,14 @@ struct engine_configuration_s {
int16_t tpsMax; int16_t tpsMax;
/** /**
* TPS error detection: what throttle % is unrealistically low? * TPS error detection: what throttle % is unrealistically low?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 196 * offset 196
*/ */
int16_t tpsErrorDetectionTooLow; int16_t tpsErrorDetectionTooLow;
/** /**
* TPS error detection: what throttle % is unrealistically high? * TPS error detection: what throttle % is unrealistically high?
* Also used for accelerator pedal error detection if so equiped. * Also used for accelerator pedal error detection if so equipped.
* units: % * units: %
* offset 198 * offset 198
*/ */
@ -968,7 +970,7 @@ struct engine_configuration_s {
angle_t fixedModeTiming; angle_t fixedModeTiming;
/** /**
* Angle between Top Dead Center (TDC) and the first trigger event. * Angle between Top Dead Center (TDC) and the first trigger event.
* Positive value in case of synchnization point before TDC and negative in case of synchnization point after TDC * Positive value in case of synchronization point before TDC and negative in case of synchronization point after TDC
* .Knowing this angle allows us to control timing and other angles in reference to TDC. * .Knowing this angle allows us to control timing and other angles in reference to TDC.
* set global_trigger_offset_angle X * set global_trigger_offset_angle X
* units: deg btdc * units: deg btdc
@ -5555,4 +5557,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236); static_assert(sizeof(persistent_config_s) == 22236);
// end // end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 18 12:28:48 UTC 2024 // this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Feb 21 18:41:13 UTC 2024

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 1254918154 #define SIGNATURE_HASH 2388338469
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false #define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-2chan.1254918154" #define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-2chan.2388338469"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 599223575 #define SIGNATURE_HASH 3877683768
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false #define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-4chan.599223575" #define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-4chan.3877683768"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 599223575 #define SIGNATURE_HASH 3877683768
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false #define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-4chan_f7.599223575" #define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-4chan_f7.3877683768"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 3858850955 #define SIGNATURE_HASH 580307876
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-8chan-revA.3858850955" #define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-8chan-revA.580307876"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2951561656 #define SIGNATURE_HASH 1803218583
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false #define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-8chan.2951561656" #define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-8chan.1803218583"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2951561656 #define SIGNATURE_HASH 1803218583
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false #define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-8chan_f7.2951561656" #define TS_SIGNATURE "rusEFI master.2024.02.21.alphax-8chan_f7.1803218583"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.at_start_f435.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.at_start_f435.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 4125965138 #define SIGNATURE_HASH 830116989
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.atlas.4125965138" #define TS_SIGNATURE "rusEFI master.2024.02.21.atlas.830116989"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets true #define show_test_presets true
#define SIGNATURE_HASH 3729985894 #define SIGNATURE_HASH 449101385
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.f407-discovery.3729985894" #define TS_SIGNATURE "rusEFI master.2024.02.21.f407-discovery.449101385"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.f429-discovery.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.f429-discovery.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2201872783 #define SIGNATURE_HASH 1202341536
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.f469-discovery.2201872783" #define TS_SIGNATURE "rusEFI master.2024.02.21.f469-discovery.1202341536"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets true #define show_test_presets true
#define SIGNATURE_HASH 3760020279 #define SIGNATURE_HASH 613086232
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.frankenso_na6.3760020279" #define TS_SIGNATURE "rusEFI master.2024.02.21.frankenso_na6.613086232"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 954365848 #define SIGNATURE_HASH 4235581623
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-112-17.954365848" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-112-17.4235581623"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2106820772 #define SIGNATURE_HASH 3104057227
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-gm-e67.2106820772" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-gm-e67.3104057227"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 3255537268 #define SIGNATURE_HASH 110895451
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-honda-k.3255537268" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-honda-k.110895451"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 1492261180 #define SIGNATURE_HASH 2623911443
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-nb1.1492261180" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen-nb1.2623911443"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2622505227 #define SIGNATURE_HASH 1489497636
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen121nissan.2622505227" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen121nissan.1489497636"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2173956858 #define SIGNATURE_HASH 1157914069
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen121vag.2173956858" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen121vag.1157914069"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 1551418859 #define SIGNATURE_HASH 2565827268
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen128.1551418859" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen128.2565827268"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 1330770105 #define SIGNATURE_HASH 2345033622
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen154hyundai.1330770105" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen154hyundai.2345033622"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 822811520 #define SIGNATURE_HASH 4120687791
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen72.822811520" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen72.4120687791"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 3564797946 #define SIGNATURE_HASH 284020949
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen81.3564797946" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen81.284020949"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 3277417145 #define SIGNATURE_HASH 130991510
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output false #define ts_show_vvt_output false
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellen88bmw.3277417145" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellen88bmw.130991510"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 625937660 #define SIGNATURE_HASH 3789071315
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellenNA6.625937660" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellenNA6.3789071315"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 3667217970 #define SIGNATURE_HASH 503505181
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.hellenNA8_96.3667217970" #define TS_SIGNATURE "rusEFI master.2024.02.21.hellenNA8_96.503505181"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 4065458317 #define SIGNATURE_HASH 918968226
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.m74_9.4065458317" #define TS_SIGNATURE "rusEFI master.2024.02.21.m74_9.918968226"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets true #define show_microRusEFI_presets true
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 4243599750 #define SIGNATURE_HASH 946314921
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.mre_f4.4243599750" #define TS_SIGNATURE "rusEFI master.2024.02.21.mre_f4.946314921"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets true #define show_microRusEFI_presets true
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 4243599750 #define SIGNATURE_HASH 946314921
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.mre_f7.4243599750" #define TS_SIGNATURE "rusEFI master.2024.02.21.mre_f7.946314921"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.nucleo_h743.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.nucleo_h743.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2172527244 #define SIGNATURE_HASH 1172934051
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.prometheus_405.2172527244" #define TS_SIGNATURE "rusEFI master.2024.02.21.prometheus_405.1172934051"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2172527244 #define SIGNATURE_HASH 1172934051
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.prometheus_469.2172527244" #define TS_SIGNATURE "rusEFI master.2024.02.21.prometheus_469.1172934051"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets true #define show_Proteus_presets true
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2710791855 #define SIGNATURE_HASH 1694812544
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.proteus_f4.2710791855" #define TS_SIGNATURE "rusEFI master.2024.02.21.proteus_f4.1694812544"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets true #define show_Proteus_presets true
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2710791855 #define SIGNATURE_HASH 1694812544
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.proteus_f7.2710791855" #define TS_SIGNATURE "rusEFI master.2024.02.21.proteus_f7.1694812544"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets true #define show_Proteus_presets true
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2710791855 #define SIGNATURE_HASH 1694812544
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.proteus_h7.2710791855" #define TS_SIGNATURE "rusEFI master.2024.02.21.proteus_h7.1694812544"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 4153142297 #define SIGNATURE_HASH 857490230
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.s105.4153142297" #define TS_SIGNATURE "rusEFI master.2024.02.21.s105.857490230"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_small_can_board_presets true #define show_small_can_board_presets true
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2404066197 #define SIGNATURE_HASH 1272745146
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.small-can-board.2404066197" #define TS_SIGNATURE "rusEFI master.2024.02.21.small-can-board.1272745146"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.stm32f413_nucleo.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.stm32f413_nucleo.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.stm32f429_nucleo.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.stm32f429_nucleo.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.stm32f767_nucleo.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.stm32f767_nucleo.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 2984963868 #define SIGNATURE_HASH 1971142707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.t-b-g.2984963868" #define TS_SIGNATURE "rusEFI master.2024.02.21.t-b-g.1971142707"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 994362174 #define SIGNATURE_HASH 4292045841
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1483,7 +1483,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.tdg-pdm8.994362174" #define TS_SIGNATURE "rusEFI master.2024.02.21.tdg-pdm8.4292045841"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define show_uaefi_presets true #define show_uaefi_presets true
#define SIGNATURE_HASH 1007848385 #define SIGNATURE_HASH 4169475310
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1484,7 +1484,7 @@
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false #define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.21.uaefi.1007848385" #define TS_SIGNATURE "rusEFI master.2024.02.21.uaefi.4169475310"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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