Merge branch 'master' of https://github.com/rusefi/rusefi into master
This commit is contained in:
commit
669527a76f
|
@ -34,6 +34,7 @@ Release template (copy/paste this for new release):
|
|||
- Jammed ETB detection #4873
|
||||
- RPM correction/multiplier for Accel Enrich #4760
|
||||
- Tooth logger writes to SD card #4897
|
||||
- Antilag #2403
|
||||
|
||||
## December 2022 Release - "Day 289"
|
||||
|
||||
|
|
|
@ -1300,7 +1300,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.cypress.snap_43608"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.cypress.snap_43608"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -1300,7 +1300,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.kin.snap_2196"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.kin.snap_2196"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
//DO NOT EDIT MANUALLY, let automation work hard.
|
||||
|
||||
#include "pch.h"
|
||||
|
||||
// see comments at declaration in pin_repository.h
|
||||
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
||||
switch(brainPin) {
|
||||
default: return nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
#define ts_show_hip9011 false
|
||||
#define ts_show_cj125 false
|
||||
|
||||
|
||||
|
||||
|
||||
#define ts_show_lcd false
|
||||
#define ts_show_joystick false
|
||||
#define ts_show_egt false
|
||||
#define ts_show_gps false
|
||||
#define ts_show_etb_pins false
|
||||
#define ts_show_analog_divider false
|
||||
#define ts_show_spi true
|
||||
#define ts_show_can_pins false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define ts_show_can2 false
|
||||
#define ts_show_software_knock true
|
||||
#define ts_show_hardware_simulator false
|
||||
|
||||
#define show_test_presets false
|
||||
#define show_Frankenso_presets false
|
||||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_Hellen_presets false
|
|
@ -1267,7 +1267,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.subaru_eg33_f7.snap_29570"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.subaru_eg33_f7.snap_29570"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -320,6 +320,12 @@ expected<percent_t> EtbController::getSetpointEtb() {
|
|||
|
||||
percent_t targetPosition = idlePosition + getLuaAdjustment();
|
||||
|
||||
#if EFI_ANTILAG_SYSTEM
|
||||
if (engine->antilagController.isAntilagCondition) {
|
||||
targetPosition += engineConfiguration->ALSEtbAdd;
|
||||
}
|
||||
#endif /* EFI_ANTILAG_SYSTEM */
|
||||
|
||||
// Apply any adjustment that this throttle alone needs
|
||||
// Clamped to +-10 to prevent anything too wild
|
||||
trim = clampF(-10, getThrottleTrim(rpm, targetPosition), 10);
|
||||
|
|
|
@ -1300,7 +1300,7 @@
|
|||
#define ts_show_vbatt true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.all.snap_43608"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.all.snap_43608"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_41495
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.48way.snap_41495"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.48way.snap_41495"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_43608
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.all.snap_43608"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.all.snap_43608"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_14132
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.alphax-2chan.snap_14132"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.alphax-2chan.snap_14132"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_47985
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.alphax-4chan.snap_47985"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.alphax-4chan.snap_47985"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_34001
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.alphax-8chan.snap_34001"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.alphax-8chan.snap_34001"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_24447
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.atlas.snap_24447"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.atlas.snap_24447"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_64417
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.core8.snap_64417"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.core8.snap_64417"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_43608
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.cypress.snap_43608"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.cypress.snap_43608"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_43608
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.f407-discovery.snap_43608"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.f407-discovery.snap_43608"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_43608
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.f429-discovery.snap_43608"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.f429-discovery.snap_43608"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_22172
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.frankenso_na6.snap_22172"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.frankenso_na6.snap_22172"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_60583
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.harley81.snap_60583"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.harley81.snap_60583"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_51548
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen-gm-e67.snap_51548"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen-gm-e67.snap_51548"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_39828
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen-nb1.snap_39828"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen-nb1.snap_39828"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_22474
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen121nissan.snap_22474"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen121nissan.snap_22474"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_15685
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen121vag.snap_15685"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen121vag.snap_15685"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_55139
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen128.snap_55139"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen128.snap_55139"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_37051
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen154hyundai.snap_37051"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen154hyundai.snap_37051"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_42195
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen72.snap_42195"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen72.snap_42195"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_13349
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen81.snap_13349"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen81.snap_13349"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_47508
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellen88bmw.snap_47508"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen88bmw.snap_47508"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_7023
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellenNA6.snap_7023"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellenNA6.snap_7023"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_7088
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.hellenNA8_96.snap_7088"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellenNA8_96.snap_7088"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_2196
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.kin.snap_2196"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.kin.snap_2196"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_52568
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.mre_f4.snap_52568"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.mre_f4.snap_52568"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_52568
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.mre_f7.snap_52568"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.mre_f7.snap_52568"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_29630
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.prometheus_405.snap_29630"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.prometheus_405.snap_29630"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_29630
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.prometheus_469.snap_29630"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.prometheus_469.snap_29630"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_27950
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.proteus_f4.snap_27950"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.proteus_f4.snap_27950"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_27950
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.proteus_f7.snap_27950"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.proteus_f7.snap_27950"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_27950
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.proteus_h7.snap_27950"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.proteus_h7.snap_27950"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
//
|
||||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_30563
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.s105.snap_30563"
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_29570
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.subaru_eg33_f7.snap_29570"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.subaru_eg33_f7.snap_29570"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_25612
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.26.tdg-pdm8.snap_25612"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.tdg-pdm8.snap_25612"
|
||||
|
|
|
@ -44,6 +44,7 @@ for BOARD in \
|
|||
"microrusefi mre_f4" \
|
||||
"core8 core8" \
|
||||
"48way 48way" \
|
||||
"s105 s105" \
|
||||
"frankenso frankenso_na6" \
|
||||
"prometheus prometheus_469" \
|
||||
"prometheus prometheus_405" \
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.all.snap_43608"
|
||||
signature = "rusEFI 2022.12.27.all.snap_43608"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.all.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.all.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:16 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:59 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.48way.snap_41495"
|
||||
signature = "rusEFI 2022.12.27.48way.snap_41495"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.48way.snap_41495" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.48way.snap_41495" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:45 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.alphax-2chan.snap_14132"
|
||||
signature = "rusEFI 2022.12.27.alphax-2chan.snap_14132"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.alphax-2chan.snap_14132" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.alphax-2chan.snap_14132" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:40 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:23 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.alphax-4chan.snap_47985"
|
||||
signature = "rusEFI 2022.12.27.alphax-4chan.snap_47985"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.alphax-4chan.snap_47985" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.alphax-4chan.snap_47985" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:24 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.alphax-8chan.snap_34001"
|
||||
signature = "rusEFI 2022.12.27.alphax-8chan.snap_34001"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.alphax-8chan.snap_34001" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.alphax-8chan.snap_34001" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:42 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:26 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.atlas.snap_24447"
|
||||
signature = "rusEFI 2022.12.27.atlas.snap_24447"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.atlas.snap_24447" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.atlas.snap_24447" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:14 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:57 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.core8.snap_64417"
|
||||
signature = "rusEFI 2022.12.27.core8.snap_64417"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.core8.snap_64417" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.core8.snap_64417" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:02 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:44 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.cypress.snap_43608"
|
||||
signature = "rusEFI 2022.12.27.cypress.snap_43608"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.cypress.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.cypress.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Dec 26 05:41:37 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Dec 27 00:35:21 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.f407-discovery.snap_43608"
|
||||
signature = "rusEFI 2022.12.27.f407-discovery.snap_43608"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.f407-discovery.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.f407-discovery.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:12 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:54 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.f429-discovery.snap_43608"
|
||||
signature = "rusEFI 2022.12.27.f429-discovery.snap_43608"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.f429-discovery.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.f429-discovery.snap_43608" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:13 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:55 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.frankenso_na6.snap_22172"
|
||||
signature = "rusEFI 2022.12.27.frankenso_na6.snap_22172"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.frankenso_na6.snap_22172" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.frankenso_na6.snap_22172" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:04 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:47 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.harley81.snap_60583"
|
||||
signature = "rusEFI 2022.12.27.harley81.snap_60583"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.harley81.snap_60583" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.harley81.snap_60583" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:43 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:27 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen-gm-e67.snap_51548"
|
||||
signature = "rusEFI 2022.12.27.hellen-gm-e67.snap_51548"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen-gm-e67.snap_51548" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen-gm-e67.snap_51548" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:55 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:38 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen-nb1.snap_39828"
|
||||
signature = "rusEFI 2022.12.27.hellen-nb1.snap_39828"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen-nb1.snap_39828" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen-nb1.snap_39828" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:54 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:37 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen121nissan.snap_22474"
|
||||
signature = "rusEFI 2022.12.27.hellen121nissan.snap_22474"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen121nissan.snap_22474" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen121nissan.snap_22474" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:47 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:31 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen121vag.snap_15685"
|
||||
signature = "rusEFI 2022.12.27.hellen121vag.snap_15685"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen121vag.snap_15685" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen121vag.snap_15685" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:46 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:29 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen128.snap_55139"
|
||||
signature = "rusEFI 2022.12.27.hellen128.snap_55139"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen128.snap_55139" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen128.snap_55139" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:45 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:28 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen154hyundai.snap_37051"
|
||||
signature = "rusEFI 2022.12.27.hellen154hyundai.snap_37051"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen154hyundai.snap_37051" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen154hyundai.snap_37051" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:49 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:32 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen72.snap_42195"
|
||||
signature = "rusEFI 2022.12.27.hellen72.snap_42195"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen72.snap_42195" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen72.snap_42195" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:52 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:34 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen81.snap_13349"
|
||||
signature = "rusEFI 2022.12.27.hellen81.snap_13349"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen81.snap_13349" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen81.snap_13349" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:53 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:35 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellen88bmw.snap_47508"
|
||||
signature = "rusEFI 2022.12.27.hellen88bmw.snap_47508"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellen88bmw.snap_47508" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellen88bmw.snap_47508" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:50 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:33 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellenNA6.snap_7023"
|
||||
signature = "rusEFI 2022.12.27.hellenNA6.snap_7023"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellenNA6.snap_7023" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellenNA6.snap_7023" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:57 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:39 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.hellenNA8_96.snap_7088"
|
||||
signature = "rusEFI 2022.12.27.hellenNA8_96.snap_7088"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.hellenNA8_96.snap_7088" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.hellenNA8_96.snap_7088" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:58 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:40 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.kin.snap_2196"
|
||||
signature = "rusEFI 2022.12.27.kin.snap_2196"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.kin.snap_2196" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.kin.snap_2196" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Dec 26 05:41:36 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Dec 27 00:35:20 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.mre_f4.snap_52568"
|
||||
signature = "rusEFI 2022.12.27.mre_f4.snap_52568"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.mre_f4.snap_52568" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.mre_f4.snap_52568" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:00 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:42 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.mre_f7.snap_52568"
|
||||
signature = "rusEFI 2022.12.27.mre_f7.snap_52568"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.mre_f7.snap_52568" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.mre_f7.snap_52568" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:59 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:41 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.prometheus_405.snap_29630"
|
||||
signature = "rusEFI 2022.12.27.prometheus_405.snap_29630"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.prometheus_405.snap_29630" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.prometheus_405.snap_29630" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:07 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:49 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.prometheus_469.snap_29630"
|
||||
signature = "rusEFI 2022.12.27.prometheus_469.snap_29630"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.prometheus_469.snap_29630" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.prometheus_469.snap_29630" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:48 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.proteus_f4.snap_27950"
|
||||
signature = "rusEFI 2022.12.27.proteus_f4.snap_27950"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.proteus_f4.snap_27950" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.proteus_f4.snap_27950" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:09 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:52 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.proteus_f7.snap_27950"
|
||||
signature = "rusEFI 2022.12.27.proteus_f7.snap_27950"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.proteus_f7.snap_27950" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.proteus_f7.snap_27950" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:08 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:51 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.proteus_h7.snap_27950"
|
||||
signature = "rusEFI 2022.12.27.proteus_h7.snap_27950"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.proteus_h7.snap_27950" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.proteus_h7.snap_27950" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:10 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:53 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.subaru_eg33_f7.snap_29570"
|
||||
signature = "rusEFI 2022.12.27.subaru_eg33_f7.snap_29570"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.subaru_eg33_f7.snap_29570" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.subaru_eg33_f7.snap_29570" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Dec 26 05:41:38 UTC 2022
|
||||
; 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 Tue Dec 27 00:35:22 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.26.tdg-pdm8.snap_25612"
|
||||
signature = "rusEFI 2022.12.27.tdg-pdm8.snap_25612"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.26.tdg-pdm8.snap_25612" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.27.tdg-pdm8.snap_25612" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Dec 26 05:42:15 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:35:58 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
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 Mon Dec 26 05:42:19 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Dec 27 00:36:00 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1182,7 +1182,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 2022.12.26.all.snap_43608";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.12.27.all.snap_43608";
|
||||
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 = 1292;
|
||||
|
|
Loading…
Reference in New Issue