Auto-generated configs and docs
This commit is contained in:
parent
e4a70dc61c
commit
6cd8b241bc
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Oct 24 16:45:43 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Nov 02 15:21:43 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3329,6 +3329,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float egoValueShift;
|
||||
/**
|
||||
* VVT output
|
||||
* TODO: rename to vvtOutputs
|
||||
* offset 1700
|
||||
*/
|
||||
output_pin_e vvtPins[CAM_INPUTS_COUNT];
|
||||
|
@ -3586,6 +3588,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint8_t alignmentFill_at_1959[1];
|
||||
/**
|
||||
* VVT output PID
|
||||
* TODO: rename to vvtPid
|
||||
* offset 1960
|
||||
*/
|
||||
pid_s auxPid[CAMS_PER_BANK];
|
||||
|
@ -5084,4 +5088,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22800);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Oct 24 16:45:43 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Nov 02 15:21:43 UTC 2022
|
||||
|
|
|
@ -1026,7 +1026,7 @@
|
|||
#define SENT_INPUT_COUNT 1
|
||||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH snap_44421
|
||||
#define SIGNATURE_HASH snap_12344
|
||||
#define specs_s_size 12
|
||||
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
|
||||
#define spi_device_e_SPI_DEVICE_1 1
|
||||
|
@ -1298,7 +1298,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.cypress.snap_44421"
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.cypress.snap_12344"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Oct 24 16:45:41 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Nov 02 15:21:42 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3329,6 +3329,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float egoValueShift;
|
||||
/**
|
||||
* VVT output
|
||||
* TODO: rename to vvtOutputs
|
||||
* offset 1700
|
||||
*/
|
||||
output_pin_e vvtPins[CAM_INPUTS_COUNT];
|
||||
|
@ -3586,6 +3588,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint8_t alignmentFill_at_1959[1];
|
||||
/**
|
||||
* VVT output PID
|
||||
* TODO: rename to vvtPid
|
||||
* offset 1960
|
||||
*/
|
||||
pid_s auxPid[CAMS_PER_BANK];
|
||||
|
@ -5084,4 +5088,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22800);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Oct 24 16:45:41 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Nov 02 15:21:42 UTC 2022
|
||||
|
|
|
@ -1026,7 +1026,7 @@
|
|||
#define SENT_INPUT_COUNT 1
|
||||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH snap_3913
|
||||
#define SIGNATURE_HASH snap_37620
|
||||
#define specs_s_size 12
|
||||
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
|
||||
#define spi_device_e_SPI_DEVICE_1 1
|
||||
|
@ -1298,7 +1298,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.kin.snap_3913"
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.kin.snap_37620"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Oct 24 16:45:45 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:45 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3329,6 +3329,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float egoValueShift;
|
||||
/**
|
||||
* VVT output
|
||||
* TODO: rename to vvtOutputs
|
||||
* offset 1700
|
||||
*/
|
||||
output_pin_e vvtPins[CAM_INPUTS_COUNT];
|
||||
|
@ -3586,6 +3588,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint8_t alignmentFill_at_1959[1];
|
||||
/**
|
||||
* VVT output PID
|
||||
* TODO: rename to vvtPid
|
||||
* offset 1960
|
||||
*/
|
||||
pid_s auxPid[CAMS_PER_BANK];
|
||||
|
@ -5084,4 +5088,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22800);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Oct 24 16:45:45 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:45 UTC 2022
|
||||
|
|
|
@ -992,7 +992,7 @@
|
|||
#define show_Frankenso_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH snap_29791
|
||||
#define SIGNATURE_HASH snap_59874
|
||||
#define specs_s_size 12
|
||||
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
|
||||
#define spi_device_e_SPI_DEVICE_1 1
|
||||
|
@ -1265,7 +1265,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.subaru_eg33_f7.snap_29791"
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.subaru_eg33_f7.snap_59874"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Oct 24 16:46:43 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:32 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3329,6 +3329,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
float egoValueShift;
|
||||
/**
|
||||
* VVT output
|
||||
* TODO: rename to vvtOutputs
|
||||
* offset 1700
|
||||
*/
|
||||
output_pin_e vvtPins[CAM_INPUTS_COUNT];
|
||||
|
@ -3586,6 +3588,8 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint8_t alignmentFill_at_1959[1];
|
||||
/**
|
||||
* VVT output PID
|
||||
* TODO: rename to vvtPid
|
||||
* offset 1960
|
||||
*/
|
||||
pid_s auxPid[CAMS_PER_BANK];
|
||||
|
@ -5084,4 +5088,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22800);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Oct 24 16:46:43 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:32 UTC 2022
|
||||
|
|
|
@ -1026,7 +1026,7 @@
|
|||
#define SENT_INPUT_COUNT 1
|
||||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH snap_44421
|
||||
#define SIGNATURE_HASH snap_12344
|
||||
#define specs_s_size 12
|
||||
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
|
||||
#define spi_device_e_SPI_DEVICE_1 1
|
||||
|
@ -1298,7 +1298,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.all.snap_44421"
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.all.snap_12344"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_42442
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.48way.snap_42442"
|
||||
#define SIGNATURE_HASH snap_14455
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.48way.snap_14455"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_44421
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.all.snap_44421"
|
||||
#define SIGNATURE_HASH snap_12344
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.all.snap_12344"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_12521
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.alphax-2chan.snap_12521"
|
||||
#define SIGNATURE_HASH snap_44372
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.alphax-2chan.snap_44372"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_28170
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.alphax-4chan.snap_28170"
|
||||
#define SIGNATURE_HASH snap_62391
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.alphax-4chan.snap_62391"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_22690
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.atlas.snap_22690"
|
||||
#define SIGNATURE_HASH snap_50463
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.atlas.snap_50463"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_64636
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.core8.snap_64636"
|
||||
#define SIGNATURE_HASH snap_25025
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.core8.snap_25025"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_44421
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.cypress.snap_44421"
|
||||
#define SIGNATURE_HASH snap_12344
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.cypress.snap_12344"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_44421
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.f407-discovery.snap_44421"
|
||||
#define SIGNATURE_HASH snap_12344
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.f407-discovery.snap_12344"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_44421
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.f429-discovery.snap_44421"
|
||||
#define SIGNATURE_HASH snap_12344
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.f429-discovery.snap_12344"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_20801
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.frankenso_na6.snap_20801"
|
||||
#define SIGNATURE_HASH snap_52476
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.frankenso_na6.snap_52476"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_43178
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.harley81.snap_43178"
|
||||
#define SIGNATURE_HASH snap_13591
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.harley81.snap_13591"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_11652
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen-gm-e67.snap_11652"
|
||||
#define SIGNATURE_HASH snap_45113
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen-gm-e67.snap_45113"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_40009
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen-nb1.snap_40009"
|
||||
#define SIGNATURE_HASH snap_500
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen-nb1.snap_500"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_5487
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen121nissan.snap_5487"
|
||||
#define SIGNATURE_HASH snap_37100
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen121nissan.snap_37100"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_28415
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen121vag.snap_28415"
|
||||
#define SIGNATURE_HASH snap_62274
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen121vag.snap_62274"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_53438
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen128.snap_53438"
|
||||
#define SIGNATURE_HASH snap_19715
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen128.snap_19715"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_7085
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen154hyundai.snap_7085"
|
||||
#define SIGNATURE_HASH snap_34320
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen154hyundai.snap_34320"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_41742
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen72.snap_41742"
|
||||
#define SIGNATURE_HASH snap_16051
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen72.snap_16051"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_30095
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen81.snap_30095"
|
||||
#define SIGNATURE_HASH snap_59442
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen81.snap_59442"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_48713
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen88bmw.snap_48713"
|
||||
#define SIGNATURE_HASH snap_9204
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellen88bmw.snap_9204"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_7346
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellenNA6.snap_7346"
|
||||
#define SIGNATURE_HASH snap_33039
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellenNA6.snap_33039"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_7277
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellenNA8_96.snap_7277"
|
||||
#define SIGNATURE_HASH snap_33232
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.hellenNA8_96.snap_33232"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_3913
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.kin.snap_3913"
|
||||
#define SIGNATURE_HASH snap_37620
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.kin.snap_37620"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_51845
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.mre_f4.snap_51845"
|
||||
#define SIGNATURE_HASH snap_22328
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.mre_f4.snap_22328"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_51845
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.mre_f7.snap_51845"
|
||||
#define SIGNATURE_HASH snap_22328
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.mre_f7.snap_22328"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_29795
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.prometheus_405.snap_29795"
|
||||
#define SIGNATURE_HASH snap_59870
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.prometheus_405.snap_59870"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_29795
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.prometheus_469.snap_29795"
|
||||
#define SIGNATURE_HASH snap_59870
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.prometheus_469.snap_59870"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_27379
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.proteus_f4.snap_27379"
|
||||
#define SIGNATURE_HASH snap_63310
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.proteus_f4.snap_63310"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_27379
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.proteus_f7.snap_27379"
|
||||
#define SIGNATURE_HASH snap_63310
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.proteus_f7.snap_63310"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_27379
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.proteus_h7.snap_27379"
|
||||
#define SIGNATURE_HASH snap_63310
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.proteus_h7.snap_63310"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_29791
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.subaru_eg33_f7.snap_29791"
|
||||
#define SIGNATURE_HASH snap_59874
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.subaru_eg33_f7.snap_59874"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_25553
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.tdg-pdm8.snap_25553"
|
||||
#define SIGNATURE_HASH snap_65132
|
||||
#define TS_SIGNATURE "rusEFI 2022.11.02.tdg-pdm8.snap_65132"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.all.snap_44421"
|
||||
signature = "rusEFI 2022.11.02.all.snap_12344"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.all.snap_44421" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.all.snap_12344" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:13:07 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:30 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.48way.snap_42442"
|
||||
signature = "rusEFI 2022.11.02.48way.snap_14455"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.48way.snap_42442" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.48way.snap_14455" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:44 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:13 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.alphax-2chan.snap_12521"
|
||||
signature = "rusEFI 2022.11.02.alphax-2chan.snap_44372"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.alphax-2chan.snap_12521" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.alphax-2chan.snap_44372" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:09 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:46 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.alphax-4chan.snap_28170"
|
||||
signature = "rusEFI 2022.11.02.alphax-4chan.snap_62391"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.alphax-4chan.snap_28170" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.alphax-4chan.snap_62391" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:10 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:48 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.atlas.snap_22690"
|
||||
signature = "rusEFI 2022.11.02.atlas.snap_50463"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.atlas.snap_22690" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.atlas.snap_50463" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:13:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:27 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.core8.snap_64636"
|
||||
signature = "rusEFI 2022.11.02.core8.snap_25025"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.core8.snap_64636" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.core8.snap_25025" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:42 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:12 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.cypress.snap_44421"
|
||||
signature = "rusEFI 2022.11.02.cypress.snap_12344"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.cypress.snap_44421" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.cypress.snap_12344" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Nov 02 03:12:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Nov 02 15:21:43 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.f407-discovery.snap_44421"
|
||||
signature = "rusEFI 2022.11.02.f407-discovery.snap_12344"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.f407-discovery.snap_44421" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.f407-discovery.snap_12344" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:59 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:24 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.f429-discovery.snap_44421"
|
||||
signature = "rusEFI 2022.11.02.f429-discovery.snap_12344"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.f429-discovery.snap_44421" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.f429-discovery.snap_12344" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:13:01 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:26 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.frankenso_na6.snap_20801"
|
||||
signature = "rusEFI 2022.11.02.frankenso_na6.snap_52476"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.frankenso_na6.snap_20801" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.frankenso_na6.snap_52476" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:46 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:15 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.harley81.snap_43178"
|
||||
signature = "rusEFI 2022.11.02.harley81.snap_13591"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.harley81.snap_43178" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.harley81.snap_13591" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:12 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:49 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen-gm-e67.snap_11652"
|
||||
signature = "rusEFI 2022.11.02.hellen-gm-e67.snap_45113"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen-gm-e67.snap_11652" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen-gm-e67.snap_45113" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:31 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:04 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen-nb1.snap_40009"
|
||||
signature = "rusEFI 2022.11.02.hellen-nb1.snap_500"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen-nb1.snap_40009" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen-nb1.snap_500" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:29 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:02 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen121nissan.snap_5487"
|
||||
signature = "rusEFI 2022.11.02.hellen121nissan.snap_37100"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen121nissan.snap_5487" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen121nissan.snap_37100" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:54 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen121vag.snap_28415"
|
||||
signature = "rusEFI 2022.11.02.hellen121vag.snap_62274"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen121vag.snap_28415" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen121vag.snap_62274" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:17 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:53 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen128.snap_53438"
|
||||
signature = "rusEFI 2022.11.02.hellen128.snap_19715"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen128.snap_53438" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen128.snap_19715" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:14 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:51 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen154hyundai.snap_7085"
|
||||
signature = "rusEFI 2022.11.02.hellen154hyundai.snap_34320"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen154hyundai.snap_7085" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen154hyundai.snap_34320" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:21 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:56 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen72.snap_41742"
|
||||
signature = "rusEFI 2022.11.02.hellen72.snap_16051"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen72.snap_41742" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen72.snap_16051" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:25 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:59 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen81.snap_30095"
|
||||
signature = "rusEFI 2022.11.02.hellen81.snap_59442"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen81.snap_30095" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen81.snap_59442" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:27 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:01 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellen88bmw.snap_48713"
|
||||
signature = "rusEFI 2022.11.02.hellen88bmw.snap_9204"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellen88bmw.snap_48713" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellen88bmw.snap_9204" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:58 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellenNA6.snap_7346"
|
||||
signature = "rusEFI 2022.11.02.hellenNA6.snap_33039"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellenNA6.snap_7346" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellenNA6.snap_33039" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:34 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:06 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.hellenNA8_96.snap_7277"
|
||||
signature = "rusEFI 2022.11.02.hellenNA8_96.snap_33232"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.hellenNA8_96.snap_7277" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.hellenNA8_96.snap_33232" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:36 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:07 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.kin.snap_3913"
|
||||
signature = "rusEFI 2022.11.02.kin.snap_37620"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.kin.snap_3913" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.kin.snap_37620" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Nov 02 03:12:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Nov 02 15:21:42 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.mre_f4.snap_51845"
|
||||
signature = "rusEFI 2022.11.02.mre_f4.snap_22328"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.mre_f4.snap_51845" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.mre_f4.snap_22328" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:40 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:10 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.mre_f7.snap_51845"
|
||||
signature = "rusEFI 2022.11.02.mre_f7.snap_22328"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.mre_f7.snap_51845" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.mre_f7.snap_22328" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:38 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:09 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.prometheus_405.snap_29795"
|
||||
signature = "rusEFI 2022.11.02.prometheus_405.snap_59870"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.prometheus_405.snap_29795" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.prometheus_405.snap_59870" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:51 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:18 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.prometheus_469.snap_29795"
|
||||
signature = "rusEFI 2022.11.02.prometheus_469.snap_59870"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.prometheus_469.snap_29795" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.prometheus_469.snap_59870" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:49 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:16 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.proteus_f4.snap_27379"
|
||||
signature = "rusEFI 2022.11.02.proteus_f4.snap_63310"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.proteus_f4.snap_27379" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.proteus_f4.snap_63310" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:55 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:21 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.proteus_f7.snap_27379"
|
||||
signature = "rusEFI 2022.11.02.proteus_f7.snap_63310"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.proteus_f7.snap_27379" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.proteus_f7.snap_63310" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:53 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:20 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.proteus_h7.snap_27379"
|
||||
signature = "rusEFI 2022.11.02.proteus_h7.snap_63310"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.proteus_h7.snap_27379" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.proteus_h7.snap_63310" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:57 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:23 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.subaru_eg33_f7.snap_29791"
|
||||
signature = "rusEFI 2022.11.02.subaru_eg33_f7.snap_59874"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.subaru_eg33_f7.snap_29791" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.subaru_eg33_f7.snap_59874" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Wed Nov 02 03:12:07 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Wed Nov 02 15:21:45 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.11.02.tdg-pdm8.snap_25553"
|
||||
signature = "rusEFI 2022.11.02.tdg-pdm8.snap_65132"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.11.02.tdg-pdm8.snap_25553" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.11.02.tdg-pdm8.snap_65132" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:13:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:29 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -1815,10 +1815,10 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
|
|||
mapLowValueVoltage = "MAP voltage for low point"
|
||||
mapHighValueVoltage = "MAP voltage for low point"
|
||||
egoValueShift = "EGO value correction"
|
||||
vvtPins1 = "vvtPins 1"
|
||||
vvtPins2 = "vvtPins 2"
|
||||
vvtPins3 = "vvtPins 3"
|
||||
vvtPins4 = "vvtPins 4"
|
||||
vvtPins1 = "VVT output"
|
||||
vvtPins2 = "VVT output"
|
||||
vvtPins3 = "VVT output"
|
||||
vvtPins4 = "VVT output"
|
||||
crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling."
|
||||
vvtOutputFrequency1 = "vvtOutputFrequency 1"
|
||||
vvtOutputFrequency2 = "vvtOutputFrequency 2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 03:13:11 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 02 15:22:32 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1180,7 +1180,7 @@ public class Fields {
|
|||
public static final int TS_RESPONSE_UNDERRUN = 0x80;
|
||||
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
|
||||
public static final char TS_SET_LOGGER_SWITCH = 'l';
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.11.02.all.snap_44421";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.11.02.all.snap_12344";
|
||||
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
||||
public static final char TS_TEST_COMMAND = 't';
|
||||
public static final int TS_TOTAL_OUTPUT_SIZE = 1280;
|
||||
|
|
Loading…
Reference in New Issue