Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-04-23 00:32:38 +00:00
parent f73fa6f2ab
commit 92fa5432a4
92 changed files with 296 additions and 297 deletions

View File

@ -974,7 +974,7 @@
#define PACK_MULT_PRESSURE 30
#define PACK_MULT_TEMPERATURE 100
#define PACK_MULT_VOLTAGE 1000
#define PACK_MULT_VSS 1
#define PACK_MULT_VSS 100
#define PACK_PERCENT_BYTE_MULT 100.0
#define PEDAL_TO_TPS_SIZE 8
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
@ -1067,7 +1067,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 737759006
#define SIGNATURE_HASH 2745482268
#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
@ -1361,7 +1361,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.04.23.cypress.737759006"
#define TS_SIGNATURE "rusEFI master.2023.04.23.cypress.2745482268"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -974,7 +974,7 @@
#define PACK_MULT_PRESSURE 30
#define PACK_MULT_TEMPERATURE 100
#define PACK_MULT_VOLTAGE 1000
#define PACK_MULT_VSS 1
#define PACK_MULT_VSS 100
#define PACK_PERCENT_BYTE_MULT 100.0
#define PEDAL_TO_TPS_SIZE 8
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
@ -1067,7 +1067,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1127149010
#define SIGNATURE_HASH 3413319376
#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
@ -1361,7 +1361,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.04.23.kin.1127149010"
#define TS_SIGNATURE "rusEFI master.2023.04.23.kin.3413319376"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -923,7 +923,7 @@
#define PACK_MULT_PRESSURE 30
#define PACK_MULT_TEMPERATURE 100
#define PACK_MULT_VOLTAGE 1000
#define PACK_MULT_VSS 1
#define PACK_MULT_VSS 100
#define PACK_PERCENT_BYTE_MULT 100.0
#define PEDAL_TO_TPS_SIZE 8
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
@ -1018,7 +1018,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1478761907
#define SIGNATURE_HASH 3497651889
#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
@ -1313,7 +1313,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.04.23.subaru_eg33_f7.1478761907"
#define TS_SIGNATURE "rusEFI master.2023.04.23.subaru_eg33_f7.3497651889"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -313,7 +313,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -341,7 +341,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0

View File

@ -240,7 +240,7 @@ luaGauges2("luaGauges 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 628, 1.0,
rawMaf2("rawMaf2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 632, 0.001, 0.0, 5.0, "V"),
mafMeasured2("MAF #2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 634, 0.1, 0.0, 0.0, "kg/h"),
schedulingUsedCount("schedulingUsedCount", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 636, 1.0, 0.0, 0.0, ""),
vehicleSpeedKph("Vehicle Speed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 638, 1.0, 0.0, 0.0, "kph"),
vehicleSpeedKph("Vehicle Speed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 638, 0.01, 0.0, 0.0, "kph"),
unusedAtTheEnd1("unusedAtTheEnd 1", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 640, 1.0, 0.0, 0.0, ""),
unusedAtTheEnd2("unusedAtTheEnd 2", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 641, 1.0, 0.0, 0.0, ""),
unusedAtTheEnd3("unusedAtTheEnd 3", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 642, 1.0, 0.0, 0.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 21:44:51 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1374,7 +1374,7 @@ struct output_channels_s {
kph
* offset 638
*/
scaled_channel<uint16_t, 1, 1> vehicleSpeedKph = (uint16_t)0;
scaled_channel<uint16_t, 100, 1> vehicleSpeedKph = (uint16_t)0;
/**
* offset 640
*/
@ -1383,4 +1383,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 776);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 21:44:51 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Apr 23 00:31:50 UTC 2023

View File

@ -974,7 +974,7 @@
#define PACK_MULT_PRESSURE 30
#define PACK_MULT_TEMPERATURE 100
#define PACK_MULT_VOLTAGE 1000
#define PACK_MULT_VSS 1
#define PACK_MULT_VSS 100
#define PACK_PERCENT_BYTE_MULT 100.0
#define PEDAL_TO_TPS_SIZE 8
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
@ -1067,7 +1067,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1136021944
#define SIGNATURE_HASH 3421217466
#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
@ -1361,7 +1361,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.04.23.f407-discovery.1136021944"
#define TS_SIGNATURE "rusEFI master.2023.04.23.f407-discovery.3421217466"
#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 2226965630
#define TS_SIGNATURE "rusEFI master.2023.04.23.48way.2226965630"
#define SIGNATURE_HASH 216088444
#define TS_SIGNATURE "rusEFI master.2023.04.23.48way.216088444"

View File

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

View File

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

View File

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

View File

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

View File

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

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 737759006
#define TS_SIGNATURE "rusEFI master.2023.04.23.cypress.737759006"
#define SIGNATURE_HASH 2745482268
#define TS_SIGNATURE "rusEFI master.2023.04.23.cypress.2745482268"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 1127149010
#define TS_SIGNATURE "rusEFI master.2023.04.23.kin.1127149010"
#define SIGNATURE_HASH 3413319376
#define TS_SIGNATURE "rusEFI master.2023.04.23.kin.3413319376"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 1478761907
#define TS_SIGNATURE "rusEFI master.2023.04.23.subaru_eg33_f7.1478761907"
#define SIGNATURE_HASH 3497651889
#define TS_SIGNATURE "rusEFI master.2023.04.23.subaru_eg33_f7.3497651889"

View File

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

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.f407-discovery.1136021944"
signature = "rusEFI master.2023.04.23.f407-discovery.3421217466"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.f407-discovery.1136021944" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.f407-discovery.3421217466" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:34 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.48way.2226965630"
signature = "rusEFI master.2023.04.23.48way.216088444"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.48way.2226965630" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.48way.216088444" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:24 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:18 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.alphax-2chan.2009683629"
signature = "rusEFI master.2023.04.23.alphax-2chan.4287931823"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.alphax-2chan.2009683629" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.alphax-2chan.4287931823" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 23:59:59 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:31:54 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.alphax-4chan.4122994381"
signature = "rusEFI master.2023.04.23.alphax-4chan.2111968719"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.alphax-4chan.4122994381" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.alphax-4chan.2111968719" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:31:55 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.alphax-8chan.4179848756"
signature = "rusEFI master.2023.04.23.alphax-8chan.1904123190"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.alphax-8chan.4179848756" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.alphax-8chan.1904123190" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:02 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:31:57 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.atlas.926136889"
signature = "rusEFI master.2023.04.23.atlas.3211675963"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.atlas.926136889" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.atlas.3211675963" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:31 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.core8.4165028210"
signature = "rusEFI master.2023.04.23.core8.1880930928"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.core8.4165028210" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.core8.1880930928" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:22 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:17 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.cypress.737759006"
signature = "rusEFI master.2023.04.23.cypress.2745482268"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.cypress.737759006" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.cypress.2745482268" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Apr 22 23:59:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Apr 23 00:31:52 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.f407-discovery.1136021944"
signature = "rusEFI master.2023.04.23.f407-discovery.3421217466"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.f407-discovery.1136021944" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.f407-discovery.3421217466" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:29 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.f429-discovery.737759006"
signature = "rusEFI master.2023.04.23.f429-discovery.2745482268"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.f429-discovery.737759006" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.f429-discovery.2745482268" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:30 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.frankenso_na6.162246612"
signature = "rusEFI master.2023.04.23.frankenso_na6.2180406486"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.frankenso_na6.162246612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.frankenso_na6.2180406486" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:22 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.harley81.217119318"
signature = "rusEFI master.2023.04.23.harley81.2225932628"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.harley81.217119318" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.harley81.2225932628" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:03 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:31:58 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen-gm-e67.1890424540"
signature = "rusEFI master.2023.04.23.hellen-gm-e67.4176504286"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen-gm-e67.1890424540" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen-gm-e67.4176504286" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:16 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:11 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen-honda-k.3868317448"
signature = "rusEFI master.2023.04.23.hellen-honda-k.1858872330"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen-honda-k.3868317448" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen-honda-k.1858872330" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:03 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen-nb1.3240026015"
signature = "rusEFI master.2023.04.23.hellen-nb1.1229139101"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen-nb1.3240026015" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen-nb1.1229139101" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:10 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen121nissan.3234112744"
signature = "rusEFI master.2023.04.23.hellen121nissan.1218009066"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen121nissan.3234112744" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen121nissan.1218009066" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:07 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:02 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen121vag.2757572190"
signature = "rusEFI master.2023.04.23.hellen121vag.738248028"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen121vag.2757572190" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen121vag.738248028" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:06 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:00 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen128.2379132261"
signature = "rusEFI master.2023.04.23.hellen128.93544039"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen128.2379132261" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen128.93544039" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:04 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:31:59 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen154hyundai.502109537"
signature = "rusEFI master.2023.04.23.hellen154hyundai.2511365731"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen154hyundai.502109537" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen154hyundai.2511365731" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:09 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:05 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen72.4265347947"
signature = "rusEFI master.2023.04.23.hellen72.1986132073"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen72.4265347947" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen72.1986132073" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:12 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:07 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen81.1832299587"
signature = "rusEFI master.2023.04.23.hellen81.3849019201"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen81.1832299587" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen81.3849019201" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:08 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellen88bmw.958163407"
signature = "rusEFI master.2023.04.23.hellen88bmw.2973866701"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellen88bmw.958163407" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellen88bmw.2973866701" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:11 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:06 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellenNA6.22251461"
signature = "rusEFI master.2023.04.23.hellenNA6.2299425991"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellenNA6.22251461" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellenNA6.2299425991" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:12 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.hellenNA8_96.713717753"
signature = "rusEFI master.2023.04.23.hellenNA8_96.2732033275"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.hellenNA8_96.713717753" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.hellenNA8_96.2732033275" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:13 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.kin.1127149010"
signature = "rusEFI master.2023.04.23.kin.3413319376"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.kin.1127149010" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.kin.3413319376" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Apr 22 23:59:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Apr 23 00:31:51 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.m74_9.4101476901"
signature = "rusEFI master.2023.04.23.m74_9.2083152167"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.m74_9.4101476901" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.m74_9.2083152167" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:19 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.mre_f4.3939718260"
signature = "rusEFI master.2023.04.23.mre_f4.1653516150"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.mre_f4.3939718260" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.mre_f4.1653516150" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:16 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4745,7 +4745,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.mre_f7.3939718260"
signature = "rusEFI master.2023.04.23.mre_f7.1653516150"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.mre_f7.3939718260" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.mre_f7.1653516150" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:14 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4745,7 +4745,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.prometheus_405.2064881400"
signature = "rusEFI master.2023.04.23.prometheus_405.4082001402"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.prometheus_405.2064881400" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.prometheus_405.4082001402" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:24 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.prometheus_469.2064881400"
signature = "rusEFI master.2023.04.23.prometheus_469.4082001402"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.prometheus_469.2064881400" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.prometheus_469.4082001402" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:23 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.proteus_f4.88004329"
signature = "rusEFI master.2023.04.23.proteus_f4.2372085227"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.proteus_f4.88004329" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.proteus_f4.2372085227" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:27 UTC 2023
pageSize = 26436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.proteus_f7.88004329"
signature = "rusEFI master.2023.04.23.proteus_f7.2372085227"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.proteus_f7.88004329" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.proteus_f7.2372085227" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:26 UTC 2023
pageSize = 26436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.proteus_h7.88004329"
signature = "rusEFI master.2023.04.23.proteus_h7.2372085227"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.proteus_h7.88004329" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.proteus_h7.2372085227" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:28 UTC 2023
pageSize = 26436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.s105.75508288"
signature = "rusEFI master.2023.04.23.s105.2363349314"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.s105.75508288" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.s105.2363349314" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:26 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:21 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.subaru_eg33_f7.1478761907"
signature = "rusEFI master.2023.04.23.subaru_eg33_f7.3497651889"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.subaru_eg33_f7.1478761907" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.subaru_eg33_f7.3497651889" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sat Apr 22 23:59:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sun Apr 23 00:31:53 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.04.23.tdg-pdm8.2706858812"
signature = "rusEFI master.2023.04.23.tdg-pdm8.688558142"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.04.23.tdg-pdm8.2706858812" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.04.23.tdg-pdm8.688558142" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:00:38 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:33 UTC 2023
pageSize = 22436
page = 1
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
schedulingUsedCount = scalar, U16, 636, "", 1,0
vehicleSpeedKph = scalar, U16, 638, "kph", 1, 0
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
@ -4744,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
entry = rawMaf2, "rawMaf2", float, "%.3f"
entry = mafMeasured2, "MAF #2", float, "%.3f"
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"

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) controllers/actuators/ac_control.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class AcControl {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/algo/antilag_system_state.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class AntilagSystem {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/actuators/boost_control.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class BoostControl {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/actuators/dc_motors.txt Sat Apr 22 21:44:52 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class DcMotors {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/actuators/electronic_throttle.txt Sat Apr 22 21:44:52 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class ElectronicThrottle {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/algo/engine_state.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class EngineState {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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 Sun Apr 23 00:00:41 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Apr 23 00:32:36 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -932,7 +932,7 @@ public class Fields {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final int persistent_config_s_size = 22436;
public static final int pid_s_size = 20;
@ -1010,7 +1010,6 @@ public class Fields {
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 SIGNATURE_HASH = 1136021944;
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;
@ -1236,7 +1235,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.04.23.f407-discovery.1136021944";
public static final String TS_SIGNATURE = "rusEFI master.2023.04.23.f407-discovery.3421217466";
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 = 1376;

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) controllers/algo/fuel/fuel_computer.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class FuelComputer {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/algo/ignition_state.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/ignition_state.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class IgnitionState {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/sensors//sent_state.txt Sat Apr 22 21:44:52 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class SentState {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/trigger/trigger_state.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class TriggerState {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) controllers/trigger/trigger_state_primary.txt Sat Apr 22 21:44:52 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state_primary.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class TriggerStatePrimary {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";

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) console/binary/output_channels.txt Sat Apr 22 21:44:51 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Apr 23 00:31:50 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -295,7 +295,7 @@ public class TsOutputs {
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PACK_MULT_VSS = 1;
public static final int PACK_MULT_VSS = 100;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";
@ -754,7 +754,7 @@ public class TsOutputs {
public static final Field RAWMAF2 = Field.create("RAWMAF2", 632, FieldType.INT16).setScale(0.001).setBaseOffset(0);
public static final Field MAFMEASURED2 = Field.create("MAFMEASURED2", 634, FieldType.INT16).setScale(0.1).setBaseOffset(0);
public static final Field SCHEDULINGUSEDCOUNT = Field.create("SCHEDULINGUSEDCOUNT", 636, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field VEHICLESPEEDKPH = Field.create("VEHICLESPEEDKPH", 638, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field VEHICLESPEEDKPH = Field.create("VEHICLESPEEDKPH", 638, FieldType.INT16).setScale(0.01).setBaseOffset(0);
public static final Field UNUSEDATTHEEND1 = Field.create("UNUSEDATTHEEND1", 640, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field UNUSEDATTHEEND2 = Field.create("UNUSEDATTHEEND2", 641, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field UNUSEDATTHEEND3 = Field.create("UNUSEDATTHEEND3", 642, FieldType.INT8).setScale(1.0).setBaseOffset(0);