Auto-generated configs and docs
This commit is contained in:
parent
f685713a19
commit
46d59eee2e
|
@ -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.27.cypress.snap_41983"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.cypress.snap_41983"
|
||||
#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.27.kin.snap_307"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.kin.snap_307"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -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.27.subaru_eg33_f7.snap_31269"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.subaru_eg33_f7.snap_31269"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -336,7 +336,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
|
|
@ -65,7 +65,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -505,7 +505,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Thu Dec 22 00:28:50 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Wed Dec 28 00:47:56 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -22,7 +22,7 @@ struct antilag_system_state_s {
|
|||
bool ALSMaxCLTCondition : 1 {};
|
||||
/**
|
||||
offset 0 bit 5 */
|
||||
bool ALSMaxTPSCondition : 1 {};
|
||||
bool ALSMaxThrottleIntentCondition : 1 {};
|
||||
/**
|
||||
offset 0 bit 6 */
|
||||
bool isALSSwitchActivated : 1 {};
|
||||
|
@ -120,4 +120,4 @@ struct antilag_system_state_s {
|
|||
static_assert(sizeof(antilag_system_state_s) == 12);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Thu Dec 22 00:28:50 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Wed Dec 28 00:47:56 UTC 2022
|
||||
|
|
|
@ -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.27.all.snap_41983"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.all.snap_41983"
|
||||
#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_43952
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.48way.snap_43952"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.48way.snap_43952"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_41983
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.all.snap_41983"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.all.snap_41983"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_16019
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.alphax-2chan.snap_16019"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.alphax-2chan.snap_16019"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_45782
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.alphax-4chan.snap_45782"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.alphax-4chan.snap_45782"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_36214
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.alphax-8chan.snap_36214"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.alphax-8chan.snap_36214"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_22232
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.atlas.snap_22232"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.atlas.snap_22232"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_61958
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.core8.snap_61958"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.core8.snap_61958"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_41983
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.cypress.snap_41983"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.cypress.snap_41983"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_41983
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.f407-discovery.snap_41983"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.f407-discovery.snap_41983"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_41983
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.f429-discovery.snap_41983"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.f429-discovery.snap_41983"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_24379
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.frankenso_na6.snap_24379"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.frankenso_na6.snap_24379"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_58624
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.harley81.snap_58624"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.harley81.snap_58624"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_49403
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen-gm-e67.snap_49403"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen-gm-e67.snap_49403"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_37427
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen-nb1.snap_37427"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen-nb1.snap_37427"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_24173
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen121nissan.snap_24173"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen121nissan.snap_24173"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_13538
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen121vag.snap_13538"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen121vag.snap_13538"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_57028
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen128.snap_57028"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen128.snap_57028"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_39196
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen154hyundai.snap_39196"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen154hyundai.snap_39196"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_44404
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen72.snap_44404"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen72.snap_44404"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_15746
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen81.snap_15746"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen81.snap_15746"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_45107
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellen88bmw.snap_45107"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellen88bmw.snap_45107"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_4808
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellenNA6.snap_4808"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellenNA6.snap_4808"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_4631
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.hellenNA8_96.snap_4631"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.hellenNA8_96.snap_4631"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_307
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.kin.snap_307"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.kin.snap_307"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_50431
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.mre_f4.snap_50431"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.mre_f4.snap_50431"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_50431
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.mre_f7.snap_50431"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.mre_f7.snap_50431"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_31257
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.prometheus_405.snap_31257"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.prometheus_405.snap_31257"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_31257
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.prometheus_469.snap_31257"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.prometheus_469.snap_31257"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_25737
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.proteus_f4.snap_25737"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.proteus_f4.snap_25737"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_25737
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.proteus_f7.snap_25737"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.proteus_f7.snap_25737"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_25737
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.proteus_h7.snap_25737"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.proteus_h7.snap_25737"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_65275
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.s105.snap_65275"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.s105.snap_65275"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_31269
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.subaru_eg33_f7.snap_31269"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.subaru_eg33_f7.snap_31269"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_28075
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.27.tdg-pdm8.snap_28075"
|
||||
#define TS_SIGNATURE "rusEFI 2022.12.28.tdg-pdm8.snap_28075"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.all.snap_41983"
|
||||
signature = "rusEFI 2022.12.28.all.snap_41983"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.all.snap_41983" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.all.snap_41983" ; 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 Tue Dec 27 04:49:44 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:43 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.48way.snap_43952"
|
||||
signature = "rusEFI 2022.12.28.48way.snap_43952"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.48way.snap_43952" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.48way.snap_43952" ; 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 Tue Dec 27 04:49:30 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:26 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5372,7 +5372,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.alphax-2chan.snap_16019"
|
||||
signature = "rusEFI 2022.12.28.alphax-2chan.snap_16019"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.alphax-2chan.snap_16019" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.alphax-2chan.snap_16019" ; 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 Tue Dec 27 04:49:08 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:01 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5368,7 +5368,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.alphax-4chan.snap_45782"
|
||||
signature = "rusEFI 2022.12.28.alphax-4chan.snap_45782"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.alphax-4chan.snap_45782" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.alphax-4chan.snap_45782" ; 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 Tue Dec 27 04:49:09 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:03 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.alphax-8chan.snap_36214"
|
||||
signature = "rusEFI 2022.12.28.alphax-8chan.snap_36214"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.alphax-8chan.snap_36214" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.alphax-8chan.snap_36214" ; 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 Tue Dec 27 04:49:11 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:04 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.atlas.snap_22232"
|
||||
signature = "rusEFI 2022.12.28.atlas.snap_22232"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.atlas.snap_22232" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.atlas.snap_22232" ; 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 Tue Dec 27 04:49:42 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:40 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.core8.snap_61958"
|
||||
signature = "rusEFI 2022.12.28.core8.snap_61958"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.core8.snap_61958" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.core8.snap_61958" ; 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 Tue Dec 27 04:49:29 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:25 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5372,7 +5372,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.cypress.snap_41983"
|
||||
signature = "rusEFI 2022.12.28.cypress.snap_41983"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.cypress.snap_41983" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.cypress.snap_41983" ; 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 Tue Dec 27 04:49:06 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Dec 28 00:47:59 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.f407-discovery.snap_41983"
|
||||
signature = "rusEFI 2022.12.28.f407-discovery.snap_41983"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.f407-discovery.snap_41983" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.f407-discovery.snap_41983" ; 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 Tue Dec 27 04:49:40 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:37 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.f429-discovery.snap_41983"
|
||||
signature = "rusEFI 2022.12.28.f429-discovery.snap_41983"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.f429-discovery.snap_41983" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.f429-discovery.snap_41983" ; 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 Tue Dec 27 04:49:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:38 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.frankenso_na6.snap_24379"
|
||||
signature = "rusEFI 2022.12.28.frankenso_na6.snap_24379"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.frankenso_na6.snap_24379" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.frankenso_na6.snap_24379" ; 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 Tue Dec 27 04:49:32 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:29 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.harley81.snap_58624"
|
||||
signature = "rusEFI 2022.12.28.harley81.snap_58624"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.harley81.snap_58624" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.harley81.snap_58624" ; 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 Tue Dec 27 04:49:12 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:05 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen-gm-e67.snap_49403"
|
||||
signature = "rusEFI 2022.12.28.hellen-gm-e67.snap_49403"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen-gm-e67.snap_49403" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen-gm-e67.snap_49403" ; 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 Tue Dec 27 04:49:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:18 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen-nb1.snap_37427"
|
||||
signature = "rusEFI 2022.12.28.hellen-nb1.snap_37427"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen-nb1.snap_37427" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen-nb1.snap_37427" ; 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 Tue Dec 27 04:49:21 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:16 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen121nissan.snap_24173"
|
||||
signature = "rusEFI 2022.12.28.hellen121nissan.snap_24173"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen121nissan.snap_24173" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen121nissan.snap_24173" ; 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 Tue Dec 27 04:49:15 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:09 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen121vag.snap_13538"
|
||||
signature = "rusEFI 2022.12.28.hellen121vag.snap_13538"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen121vag.snap_13538" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen121vag.snap_13538" ; 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 Tue Dec 27 04:49:14 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:08 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen128.snap_57028"
|
||||
signature = "rusEFI 2022.12.28.hellen128.snap_57028"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen128.snap_57028" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen128.snap_57028" ; 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 Tue Dec 27 04:49:13 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:07 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen154hyundai.snap_39196"
|
||||
signature = "rusEFI 2022.12.28.hellen154hyundai.snap_39196"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen154hyundai.snap_39196" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen154hyundai.snap_39196" ; 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 Tue Dec 27 04:49:17 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:11 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen72.snap_44404"
|
||||
signature = "rusEFI 2022.12.28.hellen72.snap_44404"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen72.snap_44404" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen72.snap_44404" ; 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 Tue Dec 27 04:49:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:14 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen81.snap_15746"
|
||||
signature = "rusEFI 2022.12.28.hellen81.snap_15746"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen81.snap_15746" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen81.snap_15746" ; 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 Tue Dec 27 04:49:20 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:15 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5369,7 +5369,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellen88bmw.snap_45107"
|
||||
signature = "rusEFI 2022.12.28.hellen88bmw.snap_45107"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellen88bmw.snap_45107" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellen88bmw.snap_45107" ; 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 Tue Dec 27 04:49:18 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:12 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellenNA6.snap_4808"
|
||||
signature = "rusEFI 2022.12.28.hellenNA6.snap_4808"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellenNA6.snap_4808" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellenNA6.snap_4808" ; 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 Tue Dec 27 04:49:24 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:19 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.hellenNA8_96.snap_4631"
|
||||
signature = "rusEFI 2022.12.28.hellenNA8_96.snap_4631"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.hellenNA8_96.snap_4631" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.hellenNA8_96.snap_4631" ; 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 Tue Dec 27 04:49:25 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:21 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.kin.snap_307"
|
||||
signature = "rusEFI 2022.12.28.kin.snap_307"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.kin.snap_307" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.kin.snap_307" ; 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 Tue Dec 27 04:49:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Dec 28 00:47:57 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.mre_f4.snap_50431"
|
||||
signature = "rusEFI 2022.12.28.mre_f4.snap_50431"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.mre_f4.snap_50431" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.mre_f4.snap_50431" ; 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 Tue Dec 27 04:49:28 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:23 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5372,7 +5372,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.mre_f7.snap_50431"
|
||||
signature = "rusEFI 2022.12.28.mre_f7.snap_50431"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.mre_f7.snap_50431" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.mre_f7.snap_50431" ; 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 Tue Dec 27 04:49:27 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:22 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5372,7 +5372,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.prometheus_405.snap_31257"
|
||||
signature = "rusEFI 2022.12.28.prometheus_405.snap_31257"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.prometheus_405.snap_31257" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.prometheus_405.snap_31257" ; 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 Tue Dec 27 04:49:35 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:32 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5368,7 +5368,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.prometheus_469.snap_31257"
|
||||
signature = "rusEFI 2022.12.28.prometheus_469.snap_31257"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.prometheus_469.snap_31257" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.prometheus_469.snap_31257" ; 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 Tue Dec 27 04:49:34 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:30 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5368,7 +5368,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.proteus_f4.snap_25737"
|
||||
signature = "rusEFI 2022.12.28.proteus_f4.snap_25737"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.proteus_f4.snap_25737" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.proteus_f4.snap_25737" ; 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 Tue Dec 27 04:49:37 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:34 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5368,7 +5368,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.proteus_f7.snap_25737"
|
||||
signature = "rusEFI 2022.12.28.proteus_f7.snap_25737"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.proteus_f7.snap_25737" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.proteus_f7.snap_25737" ; 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 Tue Dec 27 04:49:36 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:33 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5368,7 +5368,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.proteus_h7.snap_25737"
|
||||
signature = "rusEFI 2022.12.28.proteus_h7.snap_25737"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.proteus_h7.snap_25737" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.proteus_h7.snap_25737" ; 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 Tue Dec 27 04:49:38 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:36 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5368,7 +5368,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.s105.snap_65275"
|
||||
signature = "rusEFI 2022.12.28.s105.snap_65275"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.s105.snap_65275" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.s105.snap_65275" ; 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 Tue Dec 27 04:49:31 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:28 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5371,7 +5371,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.subaru_eg33_f7.snap_31269"
|
||||
signature = "rusEFI 2022.12.28.subaru_eg33_f7.snap_31269"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.subaru_eg33_f7.snap_31269" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.subaru_eg33_f7.snap_31269" ; 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 Tue Dec 27 04:49:07 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 Wed Dec 28 00:48:00 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5370,7 +5370,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.12.27.tdg-pdm8.snap_28075"
|
||||
signature = "rusEFI 2022.12.28.tdg-pdm8.snap_28075"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI 2022.12.27.tdg-pdm8.snap_28075" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI 2022.12.28.tdg-pdm8.snap_28075" ; 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 Tue Dec 27 04:49:43 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:41 UTC 2022
|
||||
|
||||
pageSize = 22896
|
||||
page = 1
|
||||
|
@ -2702,7 +2702,7 @@ ALSMinRPMCondition = bits, U32, 828, [1:1]
|
|||
ALSMaxRPMCondition = bits, U32, 828, [2:2]
|
||||
ALSMinCLTCondition = bits, U32, 828, [3:3]
|
||||
ALSMaxCLTCondition = bits, U32, 828, [4:4]
|
||||
ALSMaxTPSCondition = bits, U32, 828, [5:5]
|
||||
ALSMaxThrottleIntentCondition = bits, U32, 828, [5:5]
|
||||
isALSSwitchActivated = bits, U32, 828, [6:6]
|
||||
ALSActivatePinState = bits, U32, 828, [7:7]
|
||||
ALSSwitchCondition = bits, U32, 828, [8:8]
|
||||
|
@ -4612,7 +4612,7 @@ entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
|
|||
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
|
||||
entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d"
|
||||
entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d"
|
||||
entry = ALSMaxTPSCondition, "ALSMaxTPSCondition", int, "%d"
|
||||
entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d"
|
||||
entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d"
|
||||
entry = ALSActivatePinState, "ALSActivatePinState", int, "%d"
|
||||
entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d"
|
||||
|
@ -5374,7 +5374,7 @@ indicatorPanel = antilag_system_stateIndicatorPanel, 2
|
|||
indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes"
|
||||
indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes"
|
||||
indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes"
|
||||
indicator = {ALSMaxTPSCondition}, "ALSMaxTPSCondition No", "ALSMaxTPSCondition Yes"
|
||||
indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes"
|
||||
indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes"
|
||||
indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes"
|
||||
indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Thu Dec 22 00:28:50 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Wed Dec 28 00:47:56 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -405,7 +405,7 @@ public class AntilagSystem {
|
|||
public static final Field ALSMAXRPMCONDITION = Field.create("ALSMAXRPMCONDITION", 0, FieldType.BIT, 2).setBaseOffset(828);
|
||||
public static final Field ALSMINCLTCONDITION = Field.create("ALSMINCLTCONDITION", 0, FieldType.BIT, 3).setBaseOffset(828);
|
||||
public static final Field ALSMAXCLTCONDITION = Field.create("ALSMAXCLTCONDITION", 0, FieldType.BIT, 4).setBaseOffset(828);
|
||||
public static final Field ALSMAXTPSCONDITION = Field.create("ALSMAXTPSCONDITION", 0, FieldType.BIT, 5).setBaseOffset(828);
|
||||
public static final Field ALSMAXTHROTTLEINTENTCONDITION = Field.create("ALSMAXTHROTTLEINTENTCONDITION", 0, FieldType.BIT, 5).setBaseOffset(828);
|
||||
public static final Field ISALSSWITCHACTIVATED = Field.create("ISALSSWITCHACTIVATED", 0, FieldType.BIT, 6).setBaseOffset(828);
|
||||
public static final Field ALSACTIVATEPINSTATE = Field.create("ALSACTIVATEPINSTATE", 0, FieldType.BIT, 7).setBaseOffset(828);
|
||||
public static final Field ALSSWITCHCONDITION = Field.create("ALSSWITCHCONDITION", 0, FieldType.BIT, 8).setBaseOffset(828);
|
||||
|
@ -418,7 +418,7 @@ public class AntilagSystem {
|
|||
ALSMAXRPMCONDITION,
|
||||
ALSMINCLTCONDITION,
|
||||
ALSMAXCLTCONDITION,
|
||||
ALSMAXTPSCONDITION,
|
||||
ALSMAXTHROTTLEINTENTCONDITION,
|
||||
ISALSSWITCHACTIVATED,
|
||||
ALSACTIVATEPINSTATE,
|
||||
ALSSWITCHCONDITION,
|
||||
|
|
|
@ -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 Tue Dec 27 04:49:45 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 28 00:48:45 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.27.all.snap_41983";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.12.28.all.snap_41983";
|
||||
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