Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-01-27 22:59:57 +00:00
parent 1cf898e6e2
commit 1f664d8b5b
59 changed files with 234 additions and 143 deletions

View File

@ -1896,7 +1896,7 @@
#define show_test_presets true
#define showHumanReadableWarning_offset 896
#define showSdCardWarning_offset 164
#define SIGNATURE_HASH 198777311
#define SIGNATURE_HASH 2647258407
#define silentTriggerError_offset 1260
#define slowAdcAlpha_offset 1712
#define sparkDwellRpmBins_offset 54
@ -2421,11 +2421,23 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen_cypress.198777311"
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen_cypress.2647258407"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6
#define TsCalMode_Tps1SecondaryMin 7
#define TsCalMode_Tps2Max 8
#define TsCalMode_Tps2Min 9
#define TsCalMode_Tps2SecondaryMax 10
#define TsCalMode_Tps2SecondaryMin 11
#define tunerStudioSerialSpeed_offset 732
#define turboSpeedSensorInputPin_offset 1527
#define turboSpeedSensorMultiplier_offset 1280

View File

@ -1881,7 +1881,7 @@
#define show_test_presets true
#define showHumanReadableWarning_offset 896
#define showSdCardWarning_offset 164
#define SIGNATURE_HASH 4101821731
#define SIGNATURE_HASH 1651259867
#define silentTriggerError_offset 1260
#define slowAdcAlpha_offset 1712
#define sparkDwellRpmBins_offset 54
@ -2406,11 +2406,23 @@
#define ts_show_spi true
#define ts_show_trigger_comparator true
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2022.01.27.kin.4101821731"
#define TS_SIGNATURE "rusEFI 2022.01.27.kin.1651259867"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6
#define TsCalMode_Tps1SecondaryMin 7
#define TsCalMode_Tps2Max 8
#define TsCalMode_Tps2Min 9
#define TsCalMode_Tps2SecondaryMax 10
#define TsCalMode_Tps2SecondaryMin 11
#define tunerStudioSerialSpeed_offset 732
#define turboSpeedSensorInputPin_offset 1527
#define turboSpeedSensorMultiplier_offset 1280

View File

@ -1909,7 +1909,7 @@
#define show_test_presets false
#define showHumanReadableWarning_offset 896
#define showSdCardWarning_offset 164
#define SIGNATURE_HASH 4069976115
#define SIGNATURE_HASH 1686504651
#define silentTriggerError_offset 1260
#define slowAdcAlpha_offset 1712
#define sparkDwellRpmBins_offset 54
@ -2434,11 +2434,23 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port false
#define TS_SIGNATURE "rusEFI 2022.01.27.subaru_eg33_f7.4069976115"
#define TS_SIGNATURE "rusEFI 2022.01.27.subaru_eg33_f7.1686504651"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6
#define TsCalMode_Tps1SecondaryMin 7
#define TsCalMode_Tps2Max 8
#define TsCalMode_Tps2Min 9
#define TsCalMode_Tps2SecondaryMax 10
#define TsCalMode_Tps2SecondaryMin 11
#define tunerStudioSerialSpeed_offset 732
#define turboSpeedSensorInputPin_offset 1527
#define turboSpeedSensorMultiplier_offset 1280

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "rusefi_enums.h"
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Tue Jan 04 03:36:48 UTC 2022
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Jan 27 22:57:18 UTC 2022
// see also gen_config_and_enums.bat
@ -44,6 +44,35 @@ case NOT_A_PEAK:
}
return NULL;
}
const char *getTsCalMode(TsCalMode value){
switch(value) {
case TsCalMode::EtbKd:
return "EtbKd";
case TsCalMode::EtbKi:
return "EtbKi";
case TsCalMode::EtbKp:
return "EtbKp";
case TsCalMode::None:
return "None";
case TsCalMode::Tps1Max:
return "Tps1Max";
case TsCalMode::Tps1Min:
return "Tps1Min";
case TsCalMode::Tps1SecondaryMax:
return "Tps1SecondaryMax";
case TsCalMode::Tps1SecondaryMin:
return "Tps1SecondaryMin";
case TsCalMode::Tps2Max:
return "Tps2Max";
case TsCalMode::Tps2Min:
return "Tps2Min";
case TsCalMode::Tps2SecondaryMax:
return "Tps2SecondaryMax";
case TsCalMode::Tps2SecondaryMin:
return "Tps2SecondaryMin";
}
return NULL;
}
const char *getAdc_channel_mode_e(adc_channel_mode_e value){
switch(value) {
case ADC_FAST:

View File

@ -1,4 +1,4 @@
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Tue Jan 04 03:36:48 UTC 2022
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Jan 27 22:57:18 UTC 2022
// see also gen_config_and_enums.bat
@ -8,6 +8,9 @@
const char *getInjectorNonlinearMode(InjectorNonlinearMode value);
const char *getPidAutoTune_AutoTunerState(PidAutoTune_AutoTunerState value);
const char *getPidAutoTune_Peak(PidAutoTune_Peak value);
#if __cplusplus
const char *getTsCalMode(TsCalMode value);
#endif //__cplusplus
const char *getAdc_channel_mode_e(adc_channel_mode_e value);
const char *getAir_pressure_sensor_type_e(air_pressure_sensor_type_e value);
const char *getAntiLagActivationMode_e(antiLagActivationMode_e value);

View File

@ -1896,7 +1896,7 @@
#define show_test_presets true
#define showHumanReadableWarning_offset 896
#define showSdCardWarning_offset 164
#define SIGNATURE_HASH 825032291
#define SIGNATURE_HASH 2805731995
#define silentTriggerError_offset 1260
#define slowAdcAlpha_offset 1712
#define sparkDwellRpmBins_offset 54
@ -2421,11 +2421,23 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2022.01.27.all.825032291"
#define TS_SIGNATURE "rusEFI 2022.01.27.all.2805731995"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3
#define TsCalMode_None 0
#define TsCalMode_Tps1Max 1
#define TsCalMode_Tps1Min 2
#define TsCalMode_Tps1SecondaryMax 6
#define TsCalMode_Tps1SecondaryMin 7
#define TsCalMode_Tps2Max 8
#define TsCalMode_Tps2Min 9
#define TsCalMode_Tps2SecondaryMax 10
#define TsCalMode_Tps2SecondaryMin 11
#define tunerStudioSerialSpeed_offset 732
#define turboSpeedSensorInputPin_offset 1527
#define turboSpeedSensorMultiplier_offset 1280

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 825032291
#define TS_SIGNATURE "rusEFI 2022.01.27.all.825032291"
#define SIGNATURE_HASH 2805731995
#define TS_SIGNATURE "rusEFI 2022.01.27.all.2805731995"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 810259884
#define TS_SIGNATURE "rusEFI 2022.01.27.alphax-2chan.810259884"
#define SIGNATURE_HASH 2791012692
#define TS_SIGNATURE "rusEFI 2022.01.27.alphax-2chan.2791012692"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2683729528
#define TS_SIGNATURE "rusEFI 2022.01.27.alphax-4chan.2683729528"
#define SIGNATURE_HASH 166107776
#define TS_SIGNATURE "rusEFI 2022.01.27.alphax-4chan.166107776"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 770050884
#define TS_SIGNATURE "rusEFI 2022.01.27.atlas.770050884"
#define SIGNATURE_HASH 3153520572
#define TS_SIGNATURE "rusEFI 2022.01.27.atlas.3153520572"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 825032291
#define TS_SIGNATURE "rusEFI 2022.01.27.f429-discovery.825032291"
#define SIGNATURE_HASH 2805731995
#define TS_SIGNATURE "rusEFI 2022.01.27.f429-discovery.2805731995"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1260301194
#define TS_SIGNATURE "rusEFI 2022.01.27.frankenso_na6.1260301194"
#define SIGNATURE_HASH 3708700530
#define TS_SIGNATURE "rusEFI 2022.01.27.frankenso_na6.3708700530"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3454337210
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen-nb1.3454337210"
#define SIGNATURE_HASH 1542843458
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen-nb1.1542843458"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2510138640
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen121nissan.2510138640"
#define SIGNATURE_HASH 59589096
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen121nissan.59589096"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1854921321
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen121vag.1854921321"
#define SIGNATURE_HASH 4171183761
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen121vag.4171183761"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1963184710
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen128.1963184710"
#define SIGNATURE_HASH 3809689278
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen128.3809689278"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 4247839439
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen154hyundai.4247839439"
#define SIGNATURE_HASH 1797262903
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen154hyundai.1797262903"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3314645459
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen72.3314645459"
#define SIGNATURE_HASH 1401001259
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen72.1401001259"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1906107424
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen81.1906107424"
#define SIGNATURE_HASH 3884714200
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen81.3884714200"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2431414076
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen88bmw.2431414076"
#define SIGNATURE_HASH 117212100
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen88bmw.117212100"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1192343755
#define TS_SIGNATURE "rusEFI 2022.01.27.hellenNA6.1192343755"
#define SIGNATURE_HASH 3506525235
#define TS_SIGNATURE "rusEFI 2022.01.27.hellenNA6.3506525235"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 450924472
#define TS_SIGNATURE "rusEFI 2022.01.27.hellenNA8_96.450924472"
#define SIGNATURE_HASH 2364564288
#define TS_SIGNATURE "rusEFI 2022.01.27.hellenNA8_96.2364564288"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null
//
#define SIGNATURE_HASH 198777311
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen_cypress.198777311"
#define SIGNATURE_HASH 2647258407
#define TS_SIGNATURE "rusEFI 2022.01.27.hellen_cypress.2647258407"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null
//
#define SIGNATURE_HASH 4101821731
#define TS_SIGNATURE "rusEFI 2022.01.27.kin.4101821731"
#define SIGNATURE_HASH 1651259867
#define TS_SIGNATURE "rusEFI 2022.01.27.kin.1651259867"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1552744358
#define TS_SIGNATURE "rusEFI 2022.01.27.mre_f4.1552744358"
#define SIGNATURE_HASH 3399226206
#define TS_SIGNATURE "rusEFI 2022.01.27.mre_f4.3399226206"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1552744358
#define TS_SIGNATURE "rusEFI 2022.01.27.mre_f7.1552744358"
#define SIGNATURE_HASH 3399226206
#define TS_SIGNATURE "rusEFI 2022.01.27.mre_f7.3399226206"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1640376197
#define TS_SIGNATURE "rusEFI 2022.01.27.prometheus_405.1640376197"
#define SIGNATURE_HASH 4158049149
#define TS_SIGNATURE "rusEFI 2022.01.27.prometheus_405.4158049149"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1640376197
#define TS_SIGNATURE "rusEFI 2022.01.27.prometheus_469.1640376197"
#define SIGNATURE_HASH 4158049149
#define TS_SIGNATURE "rusEFI 2022.01.27.prometheus_469.4158049149"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3849204624
#define TS_SIGNATURE "rusEFI 2022.01.27.proteus_f4.3849204624"
#define SIGNATURE_HASH 1937694568
#define TS_SIGNATURE "rusEFI 2022.01.27.proteus_f4.1937694568"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3849204624
#define TS_SIGNATURE "rusEFI 2022.01.27.proteus_f7.3849204624"
#define SIGNATURE_HASH 1937694568
#define TS_SIGNATURE "rusEFI 2022.01.27.proteus_f7.1937694568"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3849204624
#define TS_SIGNATURE "rusEFI 2022.01.27.proteus_h7.3849204624"
#define SIGNATURE_HASH 1937694568
#define TS_SIGNATURE "rusEFI 2022.01.27.proteus_h7.1937694568"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh null
//
#define SIGNATURE_HASH 4069976115
#define TS_SIGNATURE "rusEFI 2022.01.27.subaru_eg33_f7.4069976115"
#define SIGNATURE_HASH 1686504651
#define TS_SIGNATURE "rusEFI 2022.01.27.subaru_eg33_f7.1686504651"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.all.825032291"
signature = "rusEFI 2022.01.27.all.2805731995"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.all.825032291" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.all.2805731995" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:05 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.alphax-2chan.810259884"
signature = "rusEFI 2022.01.27.alphax-2chan.2791012692"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.alphax-2chan.810259884" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.alphax-2chan.2791012692" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:25 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.alphax-4chan.2683729528"
signature = "rusEFI 2022.01.27.alphax-4chan.166107776"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.alphax-4chan.2683729528" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.alphax-4chan.166107776" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:27 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.atlas.770050884"
signature = "rusEFI 2022.01.27.atlas.3153520572"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.atlas.770050884" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.atlas.3153520572" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:03 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.f429-discovery.825032291"
signature = "rusEFI 2022.01.27.f429-discovery.2805731995"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.f429-discovery.825032291" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.f429-discovery.2805731995" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:23 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.frankenso_na6.1260301194"
signature = "rusEFI 2022.01.27.frankenso_na6.3708700530"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.frankenso_na6.1260301194" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.frankenso_na6.3708700530" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:51 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen-nb1.3454337210"
signature = "rusEFI 2022.01.27.hellen-nb1.1542843458"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen-nb1.3454337210" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen-nb1.1542843458" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:42 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen121nissan.2510138640"
signature = "rusEFI 2022.01.27.hellen121nissan.59589096"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen121nissan.2510138640" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen121nissan.59589096" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:33 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen121vag.1854921321"
signature = "rusEFI 2022.01.27.hellen121vag.4171183761"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen121vag.1854921321" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen121vag.4171183761" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:20 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:31 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen128.1963184710"
signature = "rusEFI 2022.01.27.hellen128.3809689278"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen128.1963184710" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen128.3809689278" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:29 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen154hyundai.4247839439"
signature = "rusEFI 2022.01.27.hellen154hyundai.1797262903"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen154hyundai.4247839439" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen154hyundai.1797262903" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:35 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen72.3314645459"
signature = "rusEFI 2022.01.27.hellen72.1401001259"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen72.3314645459" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen72.1401001259" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:38 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen81.1906107424"
signature = "rusEFI 2022.01.27.hellen81.3884714200"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen81.1906107424" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen81.3884714200" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:40 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen88bmw.2431414076"
signature = "rusEFI 2022.01.27.hellen88bmw.117212100"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen88bmw.2431414076" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen88bmw.117212100" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:36 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellenNA6.1192343755"
signature = "rusEFI 2022.01.27.hellenNA6.3506525235"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellenNA6.1192343755" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellenNA6.3506525235" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:44 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellenNA8_96.450924472"
signature = "rusEFI 2022.01.27.hellenNA8_96.2364564288"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellenNA8_96.450924472" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellenNA8_96.2364564288" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:46 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.hellen_cypress.198777311"
signature = "rusEFI 2022.01.27.hellen_cypress.2647258407"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.hellen_cypress.198777311" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.hellen_cypress.2647258407" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:08 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.kin.4101821731"
signature = "rusEFI 2022.01.27.kin.1651259867"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.kin.4101821731" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.kin.1651259867" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:50 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:06 UTC 2022
pageSize = 20968
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.mre_f4.1552744358"
signature = "rusEFI 2022.01.27.mre_f4.3399226206"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.mre_f4.1552744358" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.mre_f4.3399226206" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:50 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.mre_f7.1552744358"
signature = "rusEFI 2022.01.27.mre_f7.3399226206"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.mre_f7.1552744358" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.mre_f7.3399226206" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:48 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.prometheus_405.1640376197"
signature = "rusEFI 2022.01.27.prometheus_405.4158049149"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.prometheus_405.1640376197" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.prometheus_405.4158049149" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:55 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.prometheus_469.1640376197"
signature = "rusEFI 2022.01.27.prometheus_469.4158049149"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.prometheus_469.1640376197" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.prometheus_469.4158049149" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:53 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.proteus_f4.3849204624"
signature = "rusEFI 2022.01.27.proteus_f4.1937694568"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.proteus_f4.3849204624" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.proteus_f4.1937694568" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:59 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.proteus_f7.3849204624"
signature = "rusEFI 2022.01.27.proteus_f7.1937694568"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.proteus_f7.3849204624" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.proteus_f7.1937694568" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:57:57 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.proteus_h7.3849204624"
signature = "rusEFI 2022.01.27.proteus_h7.1937694568"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.proteus_h7.3849204624" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.proteus_h7.1937694568" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:01 UTC 2022
pageSize = 20996
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.01.27.subaru_eg33_f7.4069976115"
signature = "rusEFI 2022.01.27.subaru_eg33_f7.1686504651"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2022.01.27.subaru_eg33_f7.4069976115" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.01.27.subaru_eg33_f7.1686504651" ; 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
@ -84,7 +84,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 (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:53 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:10 UTC 2022
pageSize = 20996
page = 1

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 19:25:56 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 27 22:58:12 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1824,7 +1824,6 @@ public class Fields {
public static final int servoOutputPins8_offset = 2739;
public static final int showHumanReadableWarning_offset = 896;
public static final int showSdCardWarning_offset = 164;
public static final int SIGNATURE_HASH = 825032291;
public static final int silentTriggerError_offset = 1260;
public static final int slowAdcAlpha_offset = 1712;
public static final int sparkDwellRpmBins_offset = 54;
@ -2294,9 +2293,21 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2022.01.27.all.825032291";
public static final String TS_SIGNATURE = "rusEFI 2022.01.27.all.2805731995";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TsCalMode_EtbKd = 5;
public static final int TsCalMode_EtbKi = 4;
public static final int TsCalMode_EtbKp = 3;
public static final int TsCalMode_None = 0;
public static final int TsCalMode_Tps1Max = 1;
public static final int TsCalMode_Tps1Min = 2;
public static final int TsCalMode_Tps1SecondaryMax = 6;
public static final int TsCalMode_Tps1SecondaryMin = 7;
public static final int TsCalMode_Tps2Max = 8;
public static final int TsCalMode_Tps2Min = 9;
public static final int TsCalMode_Tps2SecondaryMax = 10;
public static final int TsCalMode_Tps2SecondaryMin = 11;
public static final int tunerStudioSerialSpeed_offset = 732;
public static final int turboSpeedSensorInputPin_offset = 1527;
public static final int turboSpeedSensorMultiplier_offset = 1280;