Auto-generated configs and docs
This commit is contained in:
parent
b9bc6a5012
commit
f79d4c02ac
|
@ -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 Sat Mar 04 01:41:34 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Mar 05 00:03:12 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4461,10 +4461,18 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint16_t kLineBaudRate;
|
||||
/**
|
||||
units
|
||||
* offset 3984
|
||||
*/
|
||||
uint8_t mainUnusedEnd[44];
|
||||
CanGpioType canGpioType;
|
||||
/**
|
||||
* offset 3985
|
||||
*/
|
||||
uint8_t unusedSpacingHere[3];
|
||||
/**
|
||||
units
|
||||
* offset 3988
|
||||
*/
|
||||
uint8_t mainUnusedEnd[40];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4028);
|
||||
|
||||
|
@ -5282,4 +5290,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22432);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Mar 04 01:41:34 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Mar 05 00:03:12 UTC 2023
|
||||
|
|
|
@ -132,6 +132,11 @@
|
|||
#define can_vss_nbc_e_auto_enum 0="BMW_e46",1="W202"
|
||||
#define can_vss_nbc_e_BMW_e46 0
|
||||
#define can_vss_nbc_e_W202 1
|
||||
#define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS"
|
||||
#define CanGpioType_DRT 1
|
||||
#define CanGpioType_enum "None", "DRT protocol", "MS protocol"
|
||||
#define CanGpioType_MS 2
|
||||
#define CanGpioType_NONE 0
|
||||
#define CLT_CRANKING_CURVE_SIZE 8
|
||||
#define CLT_CURVE_SIZE 16
|
||||
#define CLT_LIMITER_CURVE_SIZE 4
|
||||
|
@ -1055,7 +1060,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 2937328089
|
||||
#define SIGNATURE_HASH 3859127341
|
||||
#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
|
||||
|
@ -1344,7 +1349,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.cypress.2937328089"
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.cypress.3859127341"
|
||||
#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 Sat Mar 04 01:41:33 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 05 00:03:11 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4461,10 +4461,18 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint16_t kLineBaudRate;
|
||||
/**
|
||||
units
|
||||
* offset 3984
|
||||
*/
|
||||
uint8_t mainUnusedEnd[44];
|
||||
CanGpioType canGpioType;
|
||||
/**
|
||||
* offset 3985
|
||||
*/
|
||||
uint8_t unusedSpacingHere[3];
|
||||
/**
|
||||
units
|
||||
* offset 3988
|
||||
*/
|
||||
uint8_t mainUnusedEnd[40];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4028);
|
||||
|
||||
|
@ -5282,4 +5290,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22432);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Mar 04 01:41:33 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 05 00:03:11 UTC 2023
|
||||
|
|
|
@ -132,6 +132,11 @@
|
|||
#define can_vss_nbc_e_auto_enum 0="BMW_e46",1="W202"
|
||||
#define can_vss_nbc_e_BMW_e46 0
|
||||
#define can_vss_nbc_e_W202 1
|
||||
#define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS"
|
||||
#define CanGpioType_DRT 1
|
||||
#define CanGpioType_enum "None", "DRT protocol", "MS protocol"
|
||||
#define CanGpioType_MS 2
|
||||
#define CanGpioType_NONE 0
|
||||
#define CLT_CRANKING_CURVE_SIZE 8
|
||||
#define CLT_CURVE_SIZE 16
|
||||
#define CLT_LIMITER_CURVE_SIZE 4
|
||||
|
@ -1055,7 +1060,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 3351491349
|
||||
#define SIGNATURE_HASH 2396143329
|
||||
#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
|
||||
|
@ -1344,7 +1349,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.kin.3351491349"
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.kin.2396143329"
|
||||
#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 Sat Mar 04 01:41:35 UTC 2023
|
||||
// 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 Sun Mar 05 00:03:13 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4461,10 +4461,18 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint16_t kLineBaudRate;
|
||||
/**
|
||||
units
|
||||
* offset 3984
|
||||
*/
|
||||
uint8_t mainUnusedEnd[44];
|
||||
CanGpioType canGpioType;
|
||||
/**
|
||||
* offset 3985
|
||||
*/
|
||||
uint8_t unusedSpacingHere[3];
|
||||
/**
|
||||
units
|
||||
* offset 3988
|
||||
*/
|
||||
uint8_t mainUnusedEnd[40];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4028);
|
||||
|
||||
|
@ -5282,4 +5290,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22432);
|
||||
|
||||
// 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 Sat Mar 04 01:41:35 UTC 2023
|
||||
// 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 Sun Mar 05 00:03:13 UTC 2023
|
||||
|
|
|
@ -126,6 +126,11 @@
|
|||
#define can_vss_nbc_e_auto_enum 0="BMW_e46",1="W202"
|
||||
#define can_vss_nbc_e_BMW_e46 0
|
||||
#define can_vss_nbc_e_W202 1
|
||||
#define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS"
|
||||
#define CanGpioType_DRT 1
|
||||
#define CanGpioType_enum "None", "DRT protocol", "MS protocol"
|
||||
#define CanGpioType_MS 2
|
||||
#define CanGpioType_NONE 0
|
||||
#define CLT_CRANKING_CURVE_SIZE 8
|
||||
#define CLT_CURVE_SIZE 16
|
||||
#define CLT_LIMITER_CURVE_SIZE 4
|
||||
|
@ -1005,7 +1010,7 @@
|
|||
#define show_Frankenso_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3704177524
|
||||
#define SIGNATURE_HASH 2514013824
|
||||
#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
|
||||
|
@ -1295,7 +1300,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.subaru_eg33_f7.3704177524"
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.subaru_eg33_f7.2514013824"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Mar 01 21:10:11 UTC 2023
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun Mar 05 00:03:08 UTC 2023
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
||||
const char *getCanGpioType(CanGpioType value){
|
||||
switch(value) {
|
||||
case CanGpioType::DRT:
|
||||
return "DRT";
|
||||
case CanGpioType::MS:
|
||||
return "MS";
|
||||
case CanGpioType::NONE:
|
||||
return "NONE";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
const char *getGearControllerMode(GearControllerMode value){
|
||||
switch(value) {
|
||||
case GearControllerMode::ButtonShift:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun Feb 19 03:52:58 UTC 2023
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun Mar 05 00:03:08 UTC 2023
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -6,6 +6,9 @@
|
|||
#include "rusefi_enums.h"
|
||||
#pragma once
|
||||
#if __cplusplus
|
||||
const char *getCanGpioType(CanGpioType value);
|
||||
#endif //__cplusplus
|
||||
#if __cplusplus
|
||||
const char *getGearControllerMode(GearControllerMode value);
|
||||
#endif //__cplusplus
|
||||
#if __cplusplus
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Mar 04 01:42:17 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:58 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4461,10 +4461,18 @@ struct engine_configuration_s {
|
|||
*/
|
||||
uint16_t kLineBaudRate;
|
||||
/**
|
||||
units
|
||||
* offset 3984
|
||||
*/
|
||||
uint8_t mainUnusedEnd[44];
|
||||
CanGpioType canGpioType;
|
||||
/**
|
||||
* offset 3985
|
||||
*/
|
||||
uint8_t unusedSpacingHere[3];
|
||||
/**
|
||||
units
|
||||
* offset 3988
|
||||
*/
|
||||
uint8_t mainUnusedEnd[40];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4028);
|
||||
|
||||
|
@ -5282,4 +5290,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22432);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Mar 04 01:42:17 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:58 UTC 2023
|
||||
|
|
|
@ -132,6 +132,11 @@
|
|||
#define can_vss_nbc_e_auto_enum 0="BMW_e46",1="W202"
|
||||
#define can_vss_nbc_e_BMW_e46 0
|
||||
#define can_vss_nbc_e_W202 1
|
||||
#define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS"
|
||||
#define CanGpioType_DRT 1
|
||||
#define CanGpioType_enum "None", "DRT protocol", "MS protocol"
|
||||
#define CanGpioType_MS 2
|
||||
#define CanGpioType_NONE 0
|
||||
#define CLT_CRANKING_CURVE_SIZE 8
|
||||
#define CLT_CURVE_SIZE 16
|
||||
#define CLT_LIMITER_CURVE_SIZE 4
|
||||
|
@ -1055,7 +1060,7 @@
|
|||
#define SentEtbType_NONE 0
|
||||
#define show_Frankenso_presets true
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 3344633727
|
||||
#define SIGNATURE_HASH 2387247755
|
||||
#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
|
||||
|
@ -1344,7 +1349,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.f407-discovery.3344633727"
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.f407-discovery.2387247755"
|
||||
#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 5345977
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.48way.5345977"
|
||||
#define SIGNATURE_HASH 1228939085
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.48way.1228939085"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4079224938
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.alphax-2chan.4079224938"
|
||||
#define SIGNATURE_HASH 3124069790
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.alphax-2chan.3124069790"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1350411356
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.alphax-4chan.1350411356"
|
||||
#define SIGNATURE_HASH 426518952
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.alphax-4chan.426518952"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4224121792
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.alphax-8chan.4224121792"
|
||||
#define SIGNATURE_HASH 3000464948
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.alphax-8chan.3000464948"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3017729278
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.atlas.3017729278"
|
||||
#define SIGNATURE_HASH 4207896842
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.atlas.4207896842"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2091653045
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.core8.2091653045"
|
||||
#define SIGNATURE_HASH 901618241
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.core8.901618241"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2937328089
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.cypress.2937328089"
|
||||
#define SIGNATURE_HASH 3859127341
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.cypress.3859127341"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3344633727
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.f407-discovery.3344633727"
|
||||
#define SIGNATURE_HASH 2387247755
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.f407-discovery.2387247755"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2937328089
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.f429-discovery.2937328089"
|
||||
#define SIGNATURE_HASH 3859127341
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.f429-discovery.3859127341"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2370236691
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.frankenso_na6.2370236691"
|
||||
#define SIGNATURE_HASH 3294067943
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.frankenso_na6.3294067943"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2283644049
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.harley81.2283644049"
|
||||
#define SIGNATURE_HASH 3238799717
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.harley81.3238799717"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4097886235
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen-gm-e67.4097886235"
|
||||
#define SIGNATURE_HASH 3176220143
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen-gm-e67.3176220143"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 719925160
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen-honda-k.719925160"
|
||||
#define SIGNATURE_HASH 1677238876
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen-honda-k.1677238876"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1173586264
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen-nb1.1173586264"
|
||||
#define SIGNATURE_HASH 216140972
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen-nb1.216140972"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1143601711
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen121nissan.1143601711"
|
||||
#define SIGNATURE_HASH 221804507
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen121nissan.221804507"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 548432025
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen121vag.548432025"
|
||||
#define SIGNATURE_HASH 1772217709
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen121vag.1772217709"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 153351074
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen128.153351074"
|
||||
#define SIGNATURE_HASH 1077050966
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen128.1077050966"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2566966182
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen154hyundai.2566966182"
|
||||
#define SIGNATURE_HASH 3490793042
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen154hyundai.3490793042"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2060539308
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen72.2060539308"
|
||||
#define SIGNATURE_HASH 868276312
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen72.868276312"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3923505796
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen81.3923505796"
|
||||
#define SIGNATURE_HASH 2697625456
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen81.2697625456"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3186702088
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellen88bmw.3186702088"
|
||||
#define SIGNATURE_HASH 4108368636
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellen88bmw.4108368636"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2243877122
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellenNA6.2243877122"
|
||||
#define SIGNATURE_HASH 3434042614
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellenNA6.3434042614"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2925996350
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.hellenNA8_96.2925996350"
|
||||
#define SIGNATURE_HASH 3883312330
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.hellenNA8_96.3883312330"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3351491349
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.kin.3351491349"
|
||||
#define SIGNATURE_HASH 2396143329
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.kin.2396143329"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1889193186
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.m74_9.1889193186"
|
||||
#define SIGNATURE_HASH 965427478
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.m74_9.965427478"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1364369648
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.mre_f4.1364369648"
|
||||
#define SIGNATURE_HASH 407055620
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.mre_f4.407055620"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1364369648
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.mre_f7.1364369648"
|
||||
#define SIGNATURE_HASH 407055620
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.mre_f7.407055620"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4294887487
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.prometheus_405.4294887487"
|
||||
#define SIGNATURE_HASH 3069134283
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.prometheus_405.3069134283"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4294887487
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.prometheus_469.4294887487"
|
||||
#define SIGNATURE_HASH 3069134283
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.prometheus_469.3069134283"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2178123822
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.proteus_f4.2178123822"
|
||||
#define SIGNATURE_HASH 3368158682
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.proteus_f4.3368158682"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2178123822
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.proteus_f7.2178123822"
|
||||
#define SIGNATURE_HASH 3368158682
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.proteus_f7.3368158682"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2178123822
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.proteus_h7.2178123822"
|
||||
#define SIGNATURE_HASH 3368158682
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.proteus_h7.3368158682"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2154656903
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.s105.2154656903"
|
||||
#define SIGNATURE_HASH 3380410739
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.s105.3380410739"
|
||||
|
|
|
@ -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 3704177524
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.subaru_eg33_f7.3704177524"
|
||||
#define SIGNATURE_HASH 2514013824
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.subaru_eg33_f7.2514013824"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 632962555
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.04.tdg-pdm8.632962555"
|
||||
#define SIGNATURE_HASH 1823191055
|
||||
#define TS_SIGNATURE "rusEFI master.2023.03.05.tdg-pdm8.1823191055"
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.f407-discovery.3344633727"
|
||||
signature = "rusEFI master.2023.03.05.f407-discovery.2387247755"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.f407-discovery.3344633727" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.f407-discovery.2387247755" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:58 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:56 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8043,6 +8045,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.48way.5345977"
|
||||
signature = "rusEFI master.2023.03.05.48way.1228939085"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.48way.5345977" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.48way.1228939085" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:38 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:39 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8034,6 +8036,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.alphax-2chan.4079224938"
|
||||
signature = "rusEFI master.2023.03.05.alphax-2chan.3124069790"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.alphax-2chan.4079224938" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.alphax-2chan.3124069790" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:07 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:14 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8004,6 +8006,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.alphax-4chan.1350411356"
|
||||
signature = "rusEFI master.2023.03.05.alphax-4chan.426518952"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.alphax-4chan.1350411356" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.alphax-4chan.426518952" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:09 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:16 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8008,6 +8010,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.alphax-8chan.4224121792"
|
||||
signature = "rusEFI master.2023.03.05.alphax-8chan.3000464948"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.alphax-8chan.4224121792" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.alphax-8chan.3000464948" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:10 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:17 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8008,6 +8010,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.atlas.3017729278"
|
||||
signature = "rusEFI master.2023.03.05.atlas.4207896842"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.atlas.3017729278" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.atlas.4207896842" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:55 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:53 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8032,6 +8034,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.core8.2091653045"
|
||||
signature = "rusEFI master.2023.03.05.core8.901618241"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.core8.2091653045" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.core8.901618241" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:36 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:38 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8034,6 +8036,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.cypress.2937328089"
|
||||
signature = "rusEFI master.2023.03.05.cypress.3859127341"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.cypress.2937328089" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.cypress.3859127341" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:04 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Mar 05 00:03:12 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8041,6 +8043,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.f407-discovery.3344633727"
|
||||
signature = "rusEFI master.2023.03.05.f407-discovery.2387247755"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.f407-discovery.3344633727" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.f407-discovery.2387247755" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:52 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:51 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8043,6 +8045,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.f429-discovery.2937328089"
|
||||
signature = "rusEFI master.2023.03.05.f429-discovery.3859127341"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.f429-discovery.2937328089" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.f429-discovery.3859127341" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:54 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:52 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8041,6 +8043,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.frankenso_na6.2370236691"
|
||||
signature = "rusEFI master.2023.03.05.frankenso_na6.3294067943"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.frankenso_na6.2370236691" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.frankenso_na6.3294067943" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:43 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:43 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8041,6 +8043,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.harley81.2283644049"
|
||||
signature = "rusEFI master.2023.03.05.harley81.3238799717"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.harley81.2283644049" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.harley81.3238799717" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:12 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:18 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8006,6 +8008,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen-gm-e67.4097886235"
|
||||
signature = "rusEFI master.2023.03.05.hellen-gm-e67.3176220143"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen-gm-e67.4097886235" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen-gm-e67.3176220143" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:29 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:32 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8006,6 +8008,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen-honda-k.719925160"
|
||||
signature = "rusEFI master.2023.03.05.hellen-honda-k.1677238876"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen-honda-k.719925160" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen-honda-k.1677238876" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:19 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:24 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8002,6 +8004,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen-nb1.1173586264"
|
||||
signature = "rusEFI master.2023.03.05.hellen-nb1.216140972"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen-nb1.1173586264" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen-nb1.216140972" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:27 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:30 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8007,6 +8009,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen121nissan.1143601711"
|
||||
signature = "rusEFI master.2023.03.05.hellen121nissan.221804507"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen121nissan.1143601711" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen121nissan.221804507" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:17 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:23 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8005,6 +8007,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen121vag.548432025"
|
||||
signature = "rusEFI master.2023.03.05.hellen121vag.1772217709"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen121vag.548432025" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen121vag.1772217709" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:15 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:21 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8010,6 +8012,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen128.153351074"
|
||||
signature = "rusEFI master.2023.03.05.hellen128.1077050966"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen128.153351074" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen128.1077050966" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:14 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:20 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8005,6 +8007,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen154hyundai.2566966182"
|
||||
signature = "rusEFI master.2023.03.05.hellen154hyundai.3490793042"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen154hyundai.2566966182" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen154hyundai.3490793042" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:20 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:25 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8004,6 +8006,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen72.2060539308"
|
||||
signature = "rusEFI master.2023.03.05.hellen72.868276312"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen72.2060539308" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen72.868276312" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:24 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:28 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8007,6 +8009,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen81.3923505796"
|
||||
signature = "rusEFI master.2023.03.05.hellen81.2697625456"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen81.3923505796" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen81.2697625456" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:25 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:29 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8003,6 +8005,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellen88bmw.3186702088"
|
||||
signature = "rusEFI master.2023.03.05.hellen88bmw.4108368636"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellen88bmw.3186702088" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellen88bmw.4108368636" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:22 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:26 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8001,6 +8003,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellenNA6.2243877122"
|
||||
signature = "rusEFI master.2023.03.05.hellenNA6.3434042614"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellenNA6.2243877122" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellenNA6.3434042614" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:30 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:33 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8008,6 +8010,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.hellenNA8_96.2925996350"
|
||||
signature = "rusEFI master.2023.03.05.hellenNA8_96.3883312330"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.hellenNA8_96.2925996350" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.hellenNA8_96.3883312330" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:32 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:34 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8006,6 +8008,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.kin.3351491349"
|
||||
signature = "rusEFI master.2023.03.05.kin.2396143329"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.kin.3351491349" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.kin.2396143329" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:02 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 05 00:03:11 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8042,6 +8044,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.m74_9.1889193186"
|
||||
signature = "rusEFI master.2023.03.05.m74_9.965427478"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.m74_9.1889193186" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.m74_9.965427478" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:40 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:41 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8008,6 +8010,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.mre_f4.1364369648"
|
||||
signature = "rusEFI master.2023.03.05.mre_f4.407055620"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.mre_f4.1364369648" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.mre_f4.407055620" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:35 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:37 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8013,6 +8015,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.mre_f7.1364369648"
|
||||
signature = "rusEFI master.2023.03.05.mre_f7.407055620"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.mre_f7.1364369648" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.mre_f7.407055620" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:33 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:35 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8013,6 +8015,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.prometheus_405.4294887487"
|
||||
signature = "rusEFI master.2023.03.05.prometheus_405.3069134283"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.prometheus_405.4294887487" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.prometheus_405.3069134283" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:46 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:46 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8036,6 +8038,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.prometheus_469.4294887487"
|
||||
signature = "rusEFI master.2023.03.05.prometheus_469.3069134283"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.prometheus_469.4294887487" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.prometheus_469.3069134283" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:45 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:44 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8036,6 +8038,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.proteus_f4.2178123822"
|
||||
signature = "rusEFI master.2023.03.05.proteus_f4.3368158682"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.proteus_f4.2178123822" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.proteus_f4.3368158682" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:49 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:48 UTC 2023
|
||||
|
||||
pageSize = 26432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8004,6 +8006,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.proteus_f7.2178123822"
|
||||
signature = "rusEFI master.2023.03.05.proteus_f7.3368158682"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.proteus_f7.2178123822" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.proteus_f7.3368158682" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:47 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:47 UTC 2023
|
||||
|
||||
pageSize = 26432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8004,6 +8006,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.proteus_h7.2178123822"
|
||||
signature = "rusEFI master.2023.03.05.proteus_h7.3368158682"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.proteus_h7.2178123822" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.proteus_h7.3368158682" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:51 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:49 UTC 2023
|
||||
|
||||
pageSize = 26432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8004,6 +8006,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.s105.2154656903"
|
||||
signature = "rusEFI master.2023.03.05.s105.3380410739"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.s105.2154656903" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.s105.3380410739" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:41 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:42 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8008,6 +8010,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.subaru_eg33_f7.3704177524"
|
||||
signature = "rusEFI master.2023.03.05.subaru_eg33_f7.2514013824"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.subaru_eg33_f7.3704177524" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.subaru_eg33_f7.2514013824" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:05 UTC 2023
|
||||
; 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 Sun Mar 05 00:03:13 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8026,6 +8028,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.03.04.tdg-pdm8.632962555"
|
||||
signature = "rusEFI master.2023.03.05.tdg-pdm8.1823191055"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.03.04.tdg-pdm8.632962555" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.03.05.tdg-pdm8.1823191055" ; 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
|
||||
|
@ -87,7 +87,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 Sat Mar 04 19:07:57 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:55 UTC 2023
|
||||
|
||||
pageSize = 22432
|
||||
page = 1
|
||||
|
@ -1227,7 +1227,9 @@ luaDigitalInputPinModes7 = bits, U08, 3978, [0:1], "DEFAULT", "PULLUP", "PULLDOW
|
|||
luaDigitalInputPinModes8 = bits, U08, 3979, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
customSentTpsMax = scalar, U16, 3980, "", 1, 0, 0, 32000, 0
|
||||
kLineBaudRate = scalar, U16, 3982, "", 1, 0, 0, 32000, 0
|
||||
mainUnusedEnd = array, U08, 3984, [44], "units", 1, 0, 0, 1, 0
|
||||
canGpioType = bits, S08, 3984, [0:1], "None", "DRT protocol", "MS protocol"
|
||||
unusedSpacingHere = array, U08, 3985, [3], "", 1, 0, 0, 100, 0
|
||||
mainUnusedEnd = array, U08, 3988, [40], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4028, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4060, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4092, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -8041,6 +8043,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = kLineBaudRate, kLineBaudRate
|
||||
field = canGpioType, canGpioType
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
|
||||
field = verboseQuad, verboseQuad
|
||||
|
|
|
@ -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 Sat Mar 04 19:08:00 UTC 2023
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 05 00:03:58 UTC 2023
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -125,6 +125,9 @@ public class Fields {
|
|||
public static final String CAN_RX_PREFIX = "CAN_rx";
|
||||
public static final int can_vss_nbc_e_BMW_e46 = 0;
|
||||
public static final int can_vss_nbc_e_W202 = 1;
|
||||
public static final int CanGpioType_DRT = 1;
|
||||
public static final int CanGpioType_MS = 2;
|
||||
public static final int CanGpioType_NONE = 0;
|
||||
public static final int CLT_CRANKING_CURVE_SIZE = 8;
|
||||
public static final int CLT_CURVE_SIZE = 16;
|
||||
public static final int CLT_LIMITER_CURVE_SIZE = 4;
|
||||
|
@ -1222,7 +1225,7 @@ public class Fields {
|
|||
public static final int TS_RESPONSE_UNDERRUN = 0x80;
|
||||
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
|
||||
public static final char TS_SET_LOGGER_SWITCH = 'l';
|
||||
public static final String TS_SIGNATURE = "rusEFI master.2023.03.04.f407-discovery.3344633727";
|
||||
public static final String TS_SIGNATURE = "rusEFI master.2023.03.05.f407-discovery.2387247755";
|
||||
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 = 1360;
|
||||
|
@ -2520,7 +2523,10 @@ public class Fields {
|
|||
public static final Field LUADIGITALINPUTPINMODES8 = Field.create("LUADIGITALINPUTPINMODES8", 3979, FieldType.INT8, pin_input_mode_e).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field CUSTOMSENTTPSMAX = Field.create("CUSTOMSENTTPSMAX", 3980, FieldType.INT16).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field KLINEBAUDRATE = Field.create("KLINEBAUDRATE", 3982, FieldType.INT16).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field MAINUNUSEDEND = Field.create("MAINUNUSEDEND", 3984, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final String[] CanGpioType = {"None", "DRT protocol", "MS protocol"};
|
||||
public static final Field CANGPIOTYPE = Field.create("CANGPIOTYPE", 3984, FieldType.INT8, CanGpioType).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field UNUSEDSPACINGHERE = Field.create("UNUSEDSPACINGHERE", 3985, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field MAINUNUSEDEND = Field.create("MAINUNUSEDEND", 3988, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field ETBBIASBINS = Field.create("ETBBIASBINS", 4028, FieldType.FLOAT).setBaseOffset(0);
|
||||
public static final Field ETBBIASVALUES = Field.create("ETBBIASVALUES", 4060, FieldType.FLOAT).setBaseOffset(0);
|
||||
public static final Field IACPIDMULTTABLE = Field.create("IACPIDMULTTABLE", 4092, FieldType.INT8).setScale(0.05).setBaseOffset(0);
|
||||
|
@ -3969,6 +3975,8 @@ public class Fields {
|
|||
LUADIGITALINPUTPINMODES8,
|
||||
CUSTOMSENTTPSMAX,
|
||||
KLINEBAUDRATE,
|
||||
CANGPIOTYPE,
|
||||
UNUSEDSPACINGHERE,
|
||||
MAINUNUSEDEND,
|
||||
ETBBIASBINS,
|
||||
ETBBIASVALUES,
|
||||
|
|
Loading…
Reference in New Issue