Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-20 16:56:21 +00:00
parent beb62d146d
commit 3458626c2c
77 changed files with 251 additions and 244 deletions

View File

@ -1047,13 +1047,14 @@
#define sensor_chart_e_SC_RPM_ACCEL 3
#define sensor_chart_e_SC_TRIGGER 1
#define SENT_INPUT_COUNT 1
#define SentEtbType_auto_enum 0="GM_TYPE_1",1="FORD_TYPE_1"
#define SentEtbType_enum "GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 1
#define SentEtbType_GM_TYPE_1 0
#define SentEtbType_auto_enum 0="NONE",2="FORD_TYPE_1",1="GM_TYPE_1"
#define SentEtbType_enum "None", ""GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 2
#define SentEtbType_GM_TYPE_1 1
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3064722764
#define SIGNATURE_HASH 2821831942
#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
@ -1329,7 +1330,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.02.20.cypress.3064722764"
#define TS_SIGNATURE "rusEFI master.2023.02.20.cypress.2821831942"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1047,13 +1047,14 @@
#define sensor_chart_e_SC_RPM_ACCEL 3
#define sensor_chart_e_SC_TRIGGER 1
#define SENT_INPUT_COUNT 1
#define SentEtbType_auto_enum 0="GM_TYPE_1",1="FORD_TYPE_1"
#define SentEtbType_enum "GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 1
#define SentEtbType_GM_TYPE_1 0
#define SentEtbType_auto_enum 0="NONE",2="FORD_TYPE_1",1="GM_TYPE_1"
#define SentEtbType_enum "None", ""GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 2
#define SentEtbType_GM_TYPE_1 1
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3732690816
#define SIGNATURE_HASH 3236306890
#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
@ -1329,7 +1330,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.02.20.kin.3732690816"
#define TS_SIGNATURE "rusEFI master.2023.02.20.kin.3236306890"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -996,14 +996,15 @@
#define sensor_chart_e_SC_RPM_ACCEL 3
#define sensor_chart_e_SC_TRIGGER 1
#define SENT_INPUT_COUNT 1
#define SentEtbType_auto_enum 0="GM_TYPE_1",1="FORD_TYPE_1"
#define SentEtbType_enum "GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 1
#define SentEtbType_GM_TYPE_1 0
#define SentEtbType_auto_enum 0="NONE",2="FORD_TYPE_1",1="GM_TYPE_1"
#define SentEtbType_enum "None", ""GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 2
#define SentEtbType_GM_TYPE_1 1
#define SentEtbType_NONE 0
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3312887777
#define SIGNATURE_HASH 3689738155
#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
@ -1280,7 +1281,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.02.20.subaru_eg33_f7.3312887777"
#define TS_SIGNATURE "rusEFI master.2023.02.20.subaru_eg33_f7.3689738155"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

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 Sun Feb 19 03:52:58 UTC 2023
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Mon Feb 20 16:55:30 UTC 2023
// see also gen_config_and_enums.bat
@ -103,6 +103,8 @@ case SentEtbType::FORD_TYPE_1:
return "FORD_TYPE_1";
case SentEtbType::GM_TYPE_1:
return "GM_TYPE_1";
case SentEtbType::NONE:
return "NONE";
}
return NULL;
}

View File

@ -1047,13 +1047,14 @@
#define sensor_chart_e_SC_RPM_ACCEL 3
#define sensor_chart_e_SC_TRIGGER 1
#define SENT_INPUT_COUNT 1
#define SentEtbType_auto_enum 0="GM_TYPE_1",1="FORD_TYPE_1"
#define SentEtbType_enum "GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 1
#define SentEtbType_GM_TYPE_1 0
#define SentEtbType_auto_enum 0="NONE",2="FORD_TYPE_1",1="GM_TYPE_1"
#define SentEtbType_enum "None", ""GM type 1", "Ford type 1"
#define SentEtbType_FORD_TYPE_1 2
#define SentEtbType_GM_TYPE_1 1
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3739544554
#define SIGNATURE_HASH 3229524896
#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
@ -1329,7 +1330,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.02.20.f407-discovery.3739544554"
#define TS_SIGNATURE "rusEFI master.2023.02.20.f407-discovery.3229524896"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 435058220
#define TS_SIGNATURE "rusEFI master.2023.02.20.48way.435058220"
#define SIGNATURE_HASH 125058662
#define TS_SIGNATURE "rusEFI master.2023.02.20.48way.125058662"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3936087295
#define TS_SIGNATURE "rusEFI master.2023.02.20.alphax-2chan.3936087295"
#define SIGNATURE_HASH 4093748405
#define TS_SIGNATURE "rusEFI master.2023.02.20.alphax-2chan.4093748405"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1237467337
#define TS_SIGNATURE "rusEFI master.2023.02.20.alphax-4chan.1237467337"
#define SIGNATURE_HASH 1465387139
#define TS_SIGNATURE "rusEFI master.2023.02.20.alphax-4chan.1465387139"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3799588693
#define TS_SIGNATURE "rusEFI master.2023.02.20.alphax-8chan.3799588693"
#define SIGNATURE_HASH 4242757407
#define TS_SIGNATURE "rusEFI master.2023.02.20.alphax-8chan.4242757407"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2858483819
#define TS_SIGNATURE "rusEFI master.2023.02.20.atlas.2858483819"
#define SIGNATURE_HASH 3036366881
#define TS_SIGNATURE "rusEFI master.2023.02.20.atlas.3036366881"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1695806240
#define TS_SIGNATURE "rusEFI master.2023.02.20.core8.1695806240"
#define SIGNATURE_HASH 2072623978
#define TS_SIGNATURE "rusEFI master.2023.02.20.core8.2072623978"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3064722764
#define TS_SIGNATURE "rusEFI master.2023.02.20.cypress.3064722764"
#define SIGNATURE_HASH 2821831942
#define TS_SIGNATURE "rusEFI master.2023.02.20.cypress.2821831942"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3739544554
#define TS_SIGNATURE "rusEFI master.2023.02.20.f407-discovery.3739544554"
#define SIGNATURE_HASH 3229524896
#define TS_SIGNATURE "rusEFI master.2023.02.20.f407-discovery.3229524896"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3064722764
#define TS_SIGNATURE "rusEFI master.2023.02.20.f429-discovery.3064722764"
#define SIGNATURE_HASH 2821831942
#define TS_SIGNATURE "rusEFI master.2023.02.20.f429-discovery.2821831942"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2499351942
#define TS_SIGNATURE "rusEFI master.2023.02.20.frankenso_na6.2499351942"
#define SIGNATURE_HASH 2321767884
#define TS_SIGNATURE "rusEFI master.2023.02.20.frankenso_na6.2321767884"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2443329540
#define TS_SIGNATURE "rusEFI master.2023.02.20.harley81.2443329540"
#define SIGNATURE_HASH 2402814030
#define TS_SIGNATURE "rusEFI master.2023.02.20.harley81.2402814030"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3992923278
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen-gm-e67.3992923278"
#define SIGNATURE_HASH 4083508420
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen-gm-e67.4083508420"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3054077704
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen-honda-k.3054077704"
#define SIGNATURE_HASH 2828259138
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen-honda-k.2828259138"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1548510669
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen-nb1.1548510669"
#define SIGNATURE_HASH 1121332615
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen-nb1.1121332615"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4105679946
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen121nissan.4105679946"
#define SIGNATURE_HASH 3928882176
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen121nissan.3928882176"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 957320204
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen121vag.957320204"
#define SIGNATURE_HASH 664126534
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen121vag.664126534"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 278665015
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen128.278665015"
#define SIGNATURE_HASH 235298685
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen128.235298685"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3902022568
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen154hyundai.3902022568"
#define SIGNATURE_HASH 4128140258
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen154hyundai.4128140258"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1668198713
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen72.1668198713"
#define SIGNATURE_HASH 2113206643
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen72.2113206643"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4033091089
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen81.4033091089"
#define SIGNATURE_HASH 4009647707
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen81.4009647707"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2756629405
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen88bmw.2756629405"
#define SIGNATURE_HASH 3134495703
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellen88bmw.3134495703"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2617326999
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellenNA6.2617326999"
#define SIGNATURE_HASH 2191226333
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellenNA6.2191226333"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3084438955
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellenNA8_96.3084438955"
#define SIGNATURE_HASH 2839709153
#define TS_SIGNATURE "rusEFI master.2023.02.20.hellenNA8_96.2839709153"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3732690816
#define TS_SIGNATURE "rusEFI master.2023.02.20.kin.3732690816"
#define SIGNATURE_HASH 3236306890
#define TS_SIGNATURE "rusEFI master.2023.02.20.kin.3236306890"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1764042871
#define TS_SIGNATURE "rusEFI master.2023.02.20.m74_9.1764042871"
#define SIGNATURE_HASH 2009030717
#define TS_SIGNATURE "rusEFI master.2023.02.20.m74_9.2009030717"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 303158463
#define TS_SIGNATURE "rusEFI master.2023.02.20.mre_f4.303158463"
#define SIGNATURE_HASH 210476277
#define TS_SIGNATURE "rusEFI master.2023.02.20.mre_f4.210476277"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 303158463
#define TS_SIGNATURE "rusEFI master.2023.02.20.mre_f7.303158463"
#define SIGNATURE_HASH 210476277
#define TS_SIGNATURE "rusEFI master.2023.02.20.mre_f7.210476277"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3863030954
#define TS_SIGNATURE "rusEFI master.2023.02.20.prometheus_405.3863030954"
#define SIGNATURE_HASH 4175127776
#define TS_SIGNATURE "rusEFI master.2023.02.20.prometheus_405.4175127776"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3863030954
#define TS_SIGNATURE "rusEFI master.2023.02.20.prometheus_469.3863030954"
#define SIGNATURE_HASH 4175127776
#define TS_SIGNATURE "rusEFI master.2023.02.20.prometheus_469.4175127776"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2557242555
#define TS_SIGNATURE "rusEFI master.2023.02.20.proteus_f4.2557242555"
#define SIGNATURE_HASH 2264278257
#define TS_SIGNATURE "rusEFI master.2023.02.20.proteus_f4.2264278257"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2557242555
#define TS_SIGNATURE "rusEFI master.2023.02.20.proteus_f7.2557242555"
#define SIGNATURE_HASH 2264278257
#define TS_SIGNATURE "rusEFI master.2023.02.20.proteus_f7.2264278257"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2557242555
#define TS_SIGNATURE "rusEFI master.2023.02.20.proteus_h7.2557242555"
#define SIGNATURE_HASH 2264278257
#define TS_SIGNATURE "rusEFI master.2023.02.20.proteus_h7.2264278257"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 257217378
#define TS_SIGNATURE "rusEFI master.2023.02.20.s105.257217378"
#define SIGNATURE_HASH 298752808
#define TS_SIGNATURE "rusEFI master.2023.02.20.s105.298752808"

View File

@ -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 3312887777
#define TS_SIGNATURE "rusEFI master.2023.02.20.subaru_eg33_f7.3312887777"
#define SIGNATURE_HASH 3689738155
#define TS_SIGNATURE "rusEFI master.2023.02.20.subaru_eg33_f7.3689738155"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1007016302
#define TS_SIGNATURE "rusEFI master.2023.02.20.tdg-pdm8.1007016302"
#define SIGNATURE_HASH 580882724
#define TS_SIGNATURE "rusEFI master.2023.02.20.tdg-pdm8.580882724"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.f407-discovery.3739544554"
signature = "rusEFI master.2023.02.20.f407-discovery.3229524896"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.f407-discovery.3739544554" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.f407-discovery.3229524896" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:17 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.48way.435058220"
signature = "rusEFI master.2023.02.20.48way.125058662"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.48way.435058220" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.48way.125058662" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:42 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:02 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.alphax-2chan.3936087295"
signature = "rusEFI master.2023.02.20.alphax-2chan.4093748405"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.alphax-2chan.3936087295" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.alphax-2chan.4093748405" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:19 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:37 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.alphax-4chan.1237467337"
signature = "rusEFI master.2023.02.20.alphax-4chan.1465387139"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.alphax-4chan.1237467337" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.alphax-4chan.1465387139" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:39 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.alphax-8chan.3799588693"
signature = "rusEFI master.2023.02.20.alphax-8chan.4242757407"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.alphax-8chan.3799588693" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.alphax-8chan.4242757407" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:40 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.atlas.2858483819"
signature = "rusEFI master.2023.02.20.atlas.3036366881"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.atlas.2858483819" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.atlas.3036366881" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:15 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.core8.1695806240"
signature = "rusEFI master.2023.02.20.core8.2072623978"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.core8.1695806240" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.core8.2072623978" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:00 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.cypress.3064722764"
signature = "rusEFI master.2023.02.20.cypress.2821831942"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.cypress.3064722764" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.cypress.2821831942" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:39:16 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:55:35 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.f407-discovery.3739544554"
signature = "rusEFI master.2023.02.20.f407-discovery.3229524896"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.f407-discovery.3739544554" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.f407-discovery.3229524896" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:13 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.f429-discovery.3064722764"
signature = "rusEFI master.2023.02.20.f429-discovery.2821831942"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.f429-discovery.3064722764" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.f429-discovery.2821831942" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:14 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.frankenso_na6.2499351942"
signature = "rusEFI master.2023.02.20.frankenso_na6.2321767884"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.frankenso_na6.2499351942" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.frankenso_na6.2321767884" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:46 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:05 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.harley81.2443329540"
signature = "rusEFI master.2023.02.20.harley81.2402814030"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.harley81.2443329540" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.harley81.2402814030" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:22 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:41 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen-gm-e67.3992923278"
signature = "rusEFI master.2023.02.20.hellen-gm-e67.4083508420"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen-gm-e67.3992923278" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen-gm-e67.4083508420" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:35 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:54 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen-honda-k.3054077704"
signature = "rusEFI master.2023.02.20.hellen-honda-k.2828259138"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen-honda-k.3054077704" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen-honda-k.2828259138" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:46 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen-nb1.1548510669"
signature = "rusEFI master.2023.02.20.hellen-nb1.1121332615"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen-nb1.1548510669" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen-nb1.1121332615" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:53 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen121nissan.4105679946"
signature = "rusEFI master.2023.02.20.hellen121nissan.3928882176"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen121nissan.4105679946" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen121nissan.3928882176" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:26 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:45 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen121vag.957320204"
signature = "rusEFI master.2023.02.20.hellen121vag.664126534"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen121vag.957320204" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen121vag.664126534" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:44 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen128.278665015"
signature = "rusEFI master.2023.02.20.hellen128.235298685"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen128.278665015" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen128.235298685" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:42 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen154hyundai.3902022568"
signature = "rusEFI master.2023.02.20.hellen154hyundai.4128140258"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen154hyundai.3902022568" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen154hyundai.4128140258" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:48 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen72.1668198713"
signature = "rusEFI master.2023.02.20.hellen72.2113206643"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen72.1668198713" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen72.2113206643" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:50 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen81.4033091089"
signature = "rusEFI master.2023.02.20.hellen81.4009647707"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen81.4033091089" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen81.4009647707" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:51 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellen88bmw.2756629405"
signature = "rusEFI master.2023.02.20.hellen88bmw.3134495703"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellen88bmw.2756629405" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellen88bmw.3134495703" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:49 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellenNA6.2617326999"
signature = "rusEFI master.2023.02.20.hellenNA6.2191226333"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellenNA6.2617326999" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellenNA6.2191226333" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:55 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.hellenNA8_96.3084438955"
signature = "rusEFI master.2023.02.20.hellenNA8_96.2839709153"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.hellenNA8_96.3084438955" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.hellenNA8_96.2839709153" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:57 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.kin.3732690816"
signature = "rusEFI master.2023.02.20.kin.3236306890"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.kin.3732690816" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.kin.3236306890" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:39:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:55:34 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.m74_9.1764042871"
signature = "rusEFI master.2023.02.20.m74_9.2009030717"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.m74_9.1764042871" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.m74_9.2009030717" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:03 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.mre_f4.303158463"
signature = "rusEFI master.2023.02.20.mre_f4.210476277"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.mre_f4.303158463" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.mre_f4.210476277" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:40 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:59 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.mre_f7.303158463"
signature = "rusEFI master.2023.02.20.mre_f7.210476277"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.mre_f7.303158463" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.mre_f7.210476277" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:55:58 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.prometheus_405.3863030954"
signature = "rusEFI master.2023.02.20.prometheus_405.4175127776"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.prometheus_405.3863030954" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.prometheus_405.4175127776" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:48 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:08 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.prometheus_469.3863030954"
signature = "rusEFI master.2023.02.20.prometheus_469.4175127776"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.prometheus_469.3863030954" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.prometheus_469.4175127776" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:47 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:07 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.proteus_f4.2557242555"
signature = "rusEFI master.2023.02.20.proteus_f4.2264278257"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.proteus_f4.2557242555" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.proteus_f4.2264278257" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:10 UTC 2023
pageSize = 26432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.proteus_f7.2557242555"
signature = "rusEFI master.2023.02.20.proteus_f7.2264278257"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.proteus_f7.2557242555" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.proteus_f7.2264278257" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:49 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:09 UTC 2023
pageSize = 26432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.proteus_h7.2557242555"
signature = "rusEFI master.2023.02.20.proteus_h7.2264278257"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.proteus_h7.2557242555" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.proteus_h7.2264278257" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:11 UTC 2023
pageSize = 26432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.s105.257217378"
signature = "rusEFI master.2023.02.20.s105.298752808"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.s105.257217378" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.s105.298752808" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:45 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:04 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.subaru_eg33_f7.3312887777"
signature = "rusEFI master.2023.02.20.subaru_eg33_f7.3689738155"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.subaru_eg33_f7.3312887777" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.subaru_eg33_f7.3689738155" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:17 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 Mon Feb 20 16:55:36 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.20.tdg-pdm8.1007016302"
signature = "rusEFI master.2023.02.20.tdg-pdm8.580882724"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.20.tdg-pdm8.1007016302" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.20.tdg-pdm8.580882724" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:16 UTC 2023
pageSize = 22432
page = 1
@ -1208,7 +1208,7 @@ alsMinTimeBetween = scalar, U08, 3948, "", 1, 0, 0, 20000, 0
alsEtbPosition = scalar, U08, 3949, "", 1, 0, 0, 20000, 0
acRelayAlternatorDutyAdder = scalar, U08, 3950, "", 1, 0, 0, 100, 0
unusedA11lignmentFill_at_33 = array, U08, 3951, [2], "", 1, 0, 0, 100, 0
sentEtbType = bits, S08, 3953, [0:1], "GM type 1", "Ford type 1"
sentEtbType = bits, S08, 3953, [0:1], "None", ""GM type 1", "Ford type 1"
ALSIdleAdd = scalar, S32, 3956, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3960, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, S32, 3964, "", 1, 0, 0.1, 2, 1

View File

@ -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 Mon Feb 20 16:31:45 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:56:19 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -997,8 +997,9 @@ public class Fields {
public static final int sensor_chart_e_SC_RPM_ACCEL = 3;
public static final int sensor_chart_e_SC_TRIGGER = 1;
public static final int SENT_INPUT_COUNT = 1;
public static final int SentEtbType_FORD_TYPE_1 = 1;
public static final int SentEtbType_GM_TYPE_1 = 0;
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int specs_s_size = 12;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1208,7 +1209,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.02.20.f407-discovery.3739544554";
public static final String TS_SIGNATURE = "rusEFI master.2023.02.20.f407-discovery.3229524896";
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 = 1356;
@ -2486,7 +2487,7 @@ public class Fields {
public static final Field ALSETBPOSITION = Field.create("ALSETBPOSITION", 3949, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field ACRELAYALTERNATORDUTYADDER = Field.create("ACRELAYALTERNATORDUTYADDER", 3950, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field UNUSEDA11LIGNMENTFILL_AT_33 = Field.create("UNUSEDA11LIGNMENTFILL_AT_33", 3951, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final String[] SentEtbType = {"GM type 1", "Ford type 1"};
public static final String[] SentEtbType = {"None", ""GM type 1", "Ford type 1"};
public static final Field SENTETBTYPE = Field.create("SENTETBTYPE", 3953, FieldType.INT8, SentEtbType).setScale(1.0).setBaseOffset(0);
public static final Field ALIGNMENTFILL_AT_3954 = Field.create("ALIGNMENTFILL_AT_3954", 3954, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field ALSIDLEADD = Field.create("ALSIDLEADD", 3956, FieldType.INT).setScale(1.0).setBaseOffset(0);