Auto-generated configs and docs
This commit is contained in:
parent
c37e6cc9b4
commit
f3acca0ba2
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Sep 12 15:59:39 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Sep 13 15:18:36 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2192,7 +2192,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1244
|
||||
*/
|
||||
vr_threshold_s vrThreshold[2];
|
||||
vr_threshold_s vrThreshold[VR_THRESHOLD_COUNT];
|
||||
/**
|
||||
units
|
||||
* offset 1276
|
||||
|
@ -4333,4 +4333,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Sep 12 15:59:39 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Sep 13 15:18:36 UTC 2021
|
||||
|
|
|
@ -1269,8 +1269,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD hellen_cypress
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3666215437
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 3978627282
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1626,7 +1626,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen_cypress.3666215437"
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen_cypress.3978627282"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -1824,6 +1824,7 @@
|
|||
#define veTable_offset 17440
|
||||
#define VM_VVT_INACTIVE 0
|
||||
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
|
||||
#define VR_THRESHOLD_COUNT 2
|
||||
#define vr_threshold_s_size 16
|
||||
#define vRefAdcChannel_offset 1470
|
||||
#define vrThreshold1_offset 1244
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Sep 12 15:59:36 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Sep 13 15:18:34 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2192,7 +2192,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1244
|
||||
*/
|
||||
vr_threshold_s vrThreshold[2];
|
||||
vr_threshold_s vrThreshold[VR_THRESHOLD_COUNT];
|
||||
/**
|
||||
units
|
||||
* offset 1276
|
||||
|
@ -4327,4 +4327,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Sep 12 15:59:36 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Sep 13 15:18:34 UTC 2021
|
||||
|
|
|
@ -1250,8 +1250,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 623103729
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 310428718
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1607,7 +1607,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator true
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.kin.623103729"
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.kin.310428718"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -1805,6 +1805,7 @@
|
|||
#define veTable_offset 17412
|
||||
#define VM_VVT_INACTIVE 0
|
||||
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
|
||||
#define VR_THRESHOLD_COUNT 2
|
||||
#define vr_threshold_s_size 16
|
||||
#define vRefAdcChannel_offset 1470
|
||||
#define vrThreshold1_offset 1244
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:41 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:37 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2192,7 +2192,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1244
|
||||
*/
|
||||
vr_threshold_s vrThreshold[2];
|
||||
vr_threshold_s vrThreshold[VR_THRESHOLD_COUNT];
|
||||
/**
|
||||
units
|
||||
* offset 1276
|
||||
|
@ -4333,4 +4333,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:41 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:37 UTC 2021
|
||||
|
|
|
@ -1270,8 +1270,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD subaru_eg33_f7
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 225456830
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 986921057
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1627,7 +1627,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port false
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.subaru_eg33_f7.225456830"
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.subaru_eg33_f7.986921057"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -1825,6 +1825,7 @@
|
|||
#define veTable_offset 17440
|
||||
#define VM_VVT_INACTIVE 0
|
||||
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
|
||||
#define VR_THRESHOLD_COUNT 2
|
||||
#define vr_threshold_s_size 16
|
||||
#define vRefAdcChannel_offset 1470
|
||||
#define vrThreshold1_offset 1244
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2192,7 +2192,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1244
|
||||
*/
|
||||
vr_threshold_s vrThreshold[2];
|
||||
vr_threshold_s vrThreshold[VR_THRESHOLD_COUNT];
|
||||
/**
|
||||
units
|
||||
* offset 1276
|
||||
|
@ -4333,4 +4333,4 @@ struct persistent_config_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
FSIO_SETTING_ACIDLEEXTRAOFFSET = 1000,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_ACIDLEEXTRAOFFSET:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
static LENameOrdinalPair leacIdleExtraOffset(FSIO_SETTING_ACIDLEEXTRAOFFSET, "cfg_acIdleExtraOffset");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_ACIDLEEXTRAOFFSET:
|
||||
|
|
|
@ -1269,8 +1269,8 @@
|
|||
#define showHumanReadableWarning_offset 976
|
||||
#define showSdCardWarning_offset 76
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 2566576605
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 2941899522
|
||||
#define silentTriggerError_offset 1464
|
||||
#define slowAdcAlpha_offset 2088
|
||||
#define sparkDwellRpmBins_offset 332
|
||||
|
@ -1626,7 +1626,7 @@
|
|||
#define ts_show_spi true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.all.2566576605"
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.all.2941899522"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
@ -1824,6 +1824,7 @@
|
|||
#define veTable_offset 17440
|
||||
#define VM_VVT_INACTIVE 0
|
||||
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
|
||||
#define VR_THRESHOLD_COUNT 2
|
||||
#define vr_threshold_s_size 16
|
||||
#define vRefAdcChannel_offset 1470
|
||||
#define vrThreshold1_offset 1244
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 2566576605
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.all.2566576605"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 2941899522
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.all.2941899522"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD atlas
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 2566576605
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.atlas.2566576605"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 2941899522
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.atlas.2941899522"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD f429-discovery
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 2566576605
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.f429-discovery.2566576605"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 2941899522
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.f429-discovery.2941899522"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD frankenso_na6
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3804793908
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.frankenso_na6.3804793908"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 3580593899
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.frankenso_na6.3580593899"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen-nb1
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 922337905
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen-nb1.922337905"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 22726830
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen-nb1.22726830"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen121nissan
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3258813711
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen121nissan.3258813711"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 4120807376
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen121nissan.4120807376"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen121vag
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3407231387
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen121vag.3407231387"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 4239733572
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen121vag.4239733572"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen128
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 373420290
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen128.373420290"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 568523741
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen128.568523741"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen154hyundai
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3042600487
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen154hyundai.3042600487"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 2197384440
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen154hyundai.2197384440"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen72
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 4268734970
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen72.4268734970"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 3385635621
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen72.3385635621"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellenNA6
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 1181930538
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellenNA6.1181930538"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 1909579509
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellenNA6.1909579509"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD hellen_cypress
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3666215437
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.hellen_cypress.3666215437"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 3978627282
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.hellen_cypress.3978627282"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 623103729
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.kin.623103729"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 310428718
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.kin.310428718"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD mre_f4
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 130927318
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.mre_f4.130927318"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 812564489
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.mre_f4.812564489"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD mre_f7
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 130927318
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.mre_f7.130927318"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 812564489
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.mre_f7.812564489"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD prometheus_405
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3356491835
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.prometheus_405.3356491835"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 4289923812
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.prometheus_405.4289923812"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD prometheus_469
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 3356491835
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.prometheus_469.3356491835"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 4289923812
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.prometheus_469.4289923812"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f4
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 2117916539
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.proteus_f4.2117916539"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 1235213732
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.proteus_f4.1235213732"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f7
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 2117916539
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.proteus_f7.2117916539"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 1235213732
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.proteus_f7.1235213732"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD subaru_eg33_f7
|
||||
#define SIGNATURE_DATE 2021.09.12
|
||||
#define SIGNATURE_HASH 225456830
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.12.subaru_eg33_f7.225456830"
|
||||
#define SIGNATURE_DATE 2021.09.13
|
||||
#define SIGNATURE_HASH 986921057
|
||||
#define TS_SIGNATURE "rusEFI 2021.09.13.subaru_eg33_f7.986921057"
|
||||
|
|
Binary file not shown.
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.all.2566576605"
|
||||
signature = "rusEFI 2021.09.13.all.2941899522"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.all.2566576605" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.all.2941899522" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:34 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.atlas.2566576605"
|
||||
signature = "rusEFI 2021.09.13.atlas.2941899522"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.atlas.2566576605" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.atlas.2941899522" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:31 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:29 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.f429-discovery.2566576605"
|
||||
signature = "rusEFI 2021.09.13.f429-discovery.2941899522"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.f429-discovery.2566576605" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.f429-discovery.2941899522" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:58:51 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:17:57 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.frankenso_na6.3804793908"
|
||||
signature = "rusEFI 2021.09.13.frankenso_na6.3580593899"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.frankenso_na6.3804793908" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.frankenso_na6.3580593899" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:18 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:18 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen-nb1.922337905"
|
||||
signature = "rusEFI 2021.09.13.hellen-nb1.22726830"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen-nb1.922337905" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen-nb1.22726830" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:07 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:10 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen121nissan.3258813711"
|
||||
signature = "rusEFI 2021.09.13.hellen121nissan.4120807376"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen121nissan.3258813711" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen121nissan.4120807376" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:58:59 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:03 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen121vag.3407231387"
|
||||
signature = "rusEFI 2021.09.13.hellen121vag.4239733572"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen121vag.3407231387" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen121vag.4239733572" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:58:56 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:01 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen128.373420290"
|
||||
signature = "rusEFI 2021.09.13.hellen128.568523741"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen128.373420290" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen128.568523741" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:58:53 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:17:59 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen154hyundai.3042600487"
|
||||
signature = "rusEFI 2021.09.13.hellen154hyundai.2197384440"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen154hyundai.3042600487" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen154hyundai.2197384440" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:01 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:05 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen72.4268734970"
|
||||
signature = "rusEFI 2021.09.13.hellen72.3385635621"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen72.4268734970" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen72.3385635621" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:04 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:08 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellenNA6.1181930538"
|
||||
signature = "rusEFI 2021.09.13.hellenNA6.1909579509"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellenNA6.1181930538" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellenNA6.1909579509" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:09 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:12 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.hellen_cypress.3666215437"
|
||||
signature = "rusEFI 2021.09.13.hellen_cypress.3978627282"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.hellen_cypress.3666215437" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.hellen_cypress.3978627282" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Sep 12 15:59:39 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Sep 13 15:18:36 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.kin.623103729"
|
||||
signature = "rusEFI 2021.09.13.kin.310428718"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.kin.623103729" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.kin.310428718" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Sep 12 15:59:36 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Sep 13 15:18:34 UTC 2021
|
||||
|
||||
pageSize = 19972
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.mre_f4.130927318"
|
||||
signature = "rusEFI 2021.09.13.mre_f4.812564489"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.mre_f4.130927318" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.mre_f4.812564489" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:15 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:16 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.mre_f7.130927318"
|
||||
signature = "rusEFI 2021.09.13.mre_f7.812564489"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.mre_f7.130927318" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.mre_f7.812564489" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:12 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:14 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.prometheus_405.3356491835"
|
||||
signature = "rusEFI 2021.09.13.prometheus_405.4289923812"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.prometheus_405.3356491835" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.prometheus_405.4289923812" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:23 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:23 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.prometheus_469.3356491835"
|
||||
signature = "rusEFI 2021.09.13.prometheus_469.4289923812"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.prometheus_469.3356491835" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.prometheus_469.4289923812" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:20 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:20 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.proteus_f4.2117916539"
|
||||
signature = "rusEFI 2021.09.13.proteus_f4.1235213732"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.proteus_f4.2117916539" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.proteus_f4.1235213732" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:28 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:27 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.proteus_f7.2117916539"
|
||||
signature = "rusEFI 2021.09.13.proteus_f7.1235213732"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.proteus_f7.2117916539" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.proteus_f7.1235213732" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:25 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:25 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2021.09.12.subaru_eg33_f7.225456830"
|
||||
signature = "rusEFI 2021.09.13.subaru_eg33_f7.986921057"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2021.09.12.subaru_eg33_f7.225456830" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2021.09.13.subaru_eg33_f7.986921057" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -77,7 +77,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Sun Sep 12 15:59:41 UTC 2021
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:37 UTC 2021
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
|
|
@ -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 Sep 12 15:59:34 UTC 2021
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 13 15:18:32 UTC 2021
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1528,7 +1528,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 2021.09.12.all.2566576605";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2021.09.13.all.2941899522";
|
||||
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
||||
public static final char TS_TEST_COMMAND = 't';
|
||||
public static final int TT_TT_1_16 = 50;
|
||||
|
@ -1720,6 +1720,7 @@ public class Fields {
|
|||
public static final int veRpmBins_offset = 18528;
|
||||
public static final int veTable_offset = 17440;
|
||||
public static final int VM_VVT_INACTIVE = 0;
|
||||
public static final int VR_THRESHOLD_COUNT = 2;
|
||||
public static final int vr_threshold_s_size = 16;
|
||||
public static final int vRefAdcChannel_offset = 1470;
|
||||
public static final int vrThreshold1_offset = 1244;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<roms>
|
||||
|
||||
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Sun Sep 12 15:59:36 UTC 2021 -->
|
||||
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Mon Sep 13 15:18:33 UTC 2021 -->
|
||||
|
||||
<rom>
|
||||
<romid>
|
||||
|
|
Loading…
Reference in New Issue