Auto-generated configs and docs
This commit is contained in:
parent
3858b1d720
commit
54a140d0df
|
@ -2489,7 +2489,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.07.01.hellen_cypress.2085585038"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen_cypress.2085585038"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -2475,7 +2475,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.07.01.kin.571270915"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.kin.571270915"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -2456,7 +2456,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.07.01.subaru_eg33_f7.846346038"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.subaru_eg33_f7.846346038"
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
|
|
|
@ -287,15 +287,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -304,7 +304,7 @@ openLoopPart("openLoopPart", SensorCategory.SENSOR_INPUTS, FieldType.INT, 640, 1
|
|||
boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 644, 0.5, -50.0, 50.0, "%"),
|
||||
alignmentFill_at_17("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 645, 1.0, -20.0, 100.0, "units"),
|
||||
boostControlTarget("Boost Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 646, 0.03333333333333333, 0.0, 0.0, "kPa"),
|
||||
latest_usage_ac_control("latest_usage_ac_control", SensorCategory.SENSOR_INPUTS, FieldType.INT, 652, 1.0, -1.0, -1.0, ""),
|
||||
latest_usage_ac_control("AC latest activity", SensorCategory.SENSOR_INPUTS, FieldType.INT, 652, 1.0, -1.0, -1.0, ""),
|
||||
acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 656, 1.0, -1.0, -1.0, ""),
|
||||
lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 672, 1.0, -1.0, -1.0, ""),
|
||||
sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 684, 1.0, -1.0, -1.0, ""),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon May 09 09:39:56 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Jul 02 07:53:56 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -6,21 +6,27 @@
|
|||
// start of ac_control_s
|
||||
struct ac_control_s {
|
||||
/**
|
||||
* AC engine too slow
|
||||
offset 0 bit 0 */
|
||||
bool engineTooSlow : 1 {};
|
||||
/**
|
||||
* AC engine too fast
|
||||
offset 0 bit 1 */
|
||||
bool engineTooFast : 1 {};
|
||||
/**
|
||||
* AC no CLT
|
||||
offset 0 bit 2 */
|
||||
bool noClt : 1 {};
|
||||
/**
|
||||
* AC engine too hot
|
||||
offset 0 bit 3 */
|
||||
bool engineTooHot : 1 {};
|
||||
/**
|
||||
* AC tps too high
|
||||
offset 0 bit 4 */
|
||||
bool tpsTooHigh : 1 {};
|
||||
/**
|
||||
* AC enabled
|
||||
offset 0 bit 5 */
|
||||
bool m_acEnabled : 1 {};
|
||||
/**
|
||||
|
@ -28,7 +34,7 @@ struct ac_control_s {
|
|||
offset 0 bit 6 */
|
||||
bool acButtonState : 1 {};
|
||||
/**
|
||||
* For setAcDisabled Lua method
|
||||
* AC disabled by Lua
|
||||
offset 0 bit 7 */
|
||||
bool isDisabledByLua : 1 {};
|
||||
/**
|
||||
|
@ -104,6 +110,7 @@ struct ac_control_s {
|
|||
offset 0 bit 31 */
|
||||
bool unusedBit_8_31 : 1 {};
|
||||
/**
|
||||
* AC latest activity
|
||||
* offset 4
|
||||
*/
|
||||
int latest_usage_ac_control = (int)0;
|
||||
|
@ -115,4 +122,4 @@ struct ac_control_s {
|
|||
static_assert(sizeof(ac_control_s) == 12);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon May 09 09:39:56 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Jul 02 07:53:56 UTC 2022
|
||||
|
|
|
@ -2489,7 +2489,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.07.01.all.962842244"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.all.962842244"
|
||||
#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 776259275
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.48way.776259275"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.48way.776259275"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 962842244
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.all.962842244"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.all.962842244"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 191976424
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.alphax-2chan.191976424"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.alphax-2chan.191976424"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 451879367
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.alphax-4chan.451879367"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.alphax-4chan.451879367"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 631847843
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.atlas.631847843"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.atlas.631847843"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 3482296189
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.core8.3482296189"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.core8.3482296189"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 962842244
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.f407-discovery.962842244"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.f407-discovery.962842244"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 962842244
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.f429-discovery.962842244"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.f429-discovery.962842244"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2064593472
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.frankenso_na6.2064593472"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.frankenso_na6.2064593472"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1301254651
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.harley81.1301254651"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.harley81.1301254651"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 409788385
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen-gm-e67.409788385"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen-gm-e67.409788385"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 3773366088
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen-nb1.3773366088"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen-nb1.3773366088"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2981983854
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen121nissan.2981983854"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen121nissan.2981983854"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1229065726
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen121vag.1229065726"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen121vag.1229065726"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1464341077
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen128.1464341077"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen128.1464341077"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2704063488
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen154hyundai.2704063488"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen154hyundai.2704063488"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 3411863424
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen72.3411863424"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen72.3411863424"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 467015310
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen81.467015310"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen81.467015310"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1710491680
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen88bmw.1710491680"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen88bmw.1710491680"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 3152560100
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellenNA6.3152560100"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellenNA6.3152560100"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1004147892
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellenNA8_96.1004147892"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellenNA8_96.1004147892"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2085585038
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen_cypress.2085585038"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.hellen_cypress.2085585038"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 571270915
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.kin.571270915"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.kin.571270915"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 4139074162
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.mre_f4.4139074162"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.mre_f4.4139074162"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 4139074162
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.mre_f7.4139074162"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.mre_f7.4139074162"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1770592098
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.prometheus_405.1770592098"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.prometheus_405.1770592098"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 1770592098
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.prometheus_469.1770592098"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.prometheus_469.1770592098"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2628651506
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_f4.2628651506"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.proteus_f4.2628651506"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2628651506
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_f7.2628651506"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.proteus_f7.2628651506"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2628651506
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_h7.2628651506"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.proteus_h7.2628651506"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 846346038
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.subaru_eg33_f7.846346038"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.subaru_eg33_f7.846346038"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2473263312
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.01.tdg-pdm8.2473263312"
|
||||
#define TS_SIGNATURE "rusEFI 2022.07.02.tdg-pdm8.2473263312"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.all.962842244"
|
||||
signature = "rusEFI 2022.07.02.all.962842244"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.all.962842244" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.all.962842244" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:21 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:58 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.48way.776259275"
|
||||
signature = "rusEFI 2022.07.02.48way.776259275"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.48way.776259275" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.48way.776259275" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:58 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:34 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.alphax-2chan.191976424"
|
||||
signature = "rusEFI 2022.07.02.alphax-2chan.191976424"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.alphax-2chan.191976424" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.alphax-2chan.191976424" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:22 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:53:58 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.alphax-4chan.451879367"
|
||||
signature = "rusEFI 2022.07.02.alphax-4chan.451879367"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.alphax-4chan.451879367" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.alphax-4chan.451879367" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:24 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:00 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.atlas.631847843"
|
||||
signature = "rusEFI 2022.07.02.atlas.631847843"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.atlas.631847843" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.atlas.631847843" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:17 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:54 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.core8.3482296189"
|
||||
signature = "rusEFI 2022.07.02.core8.3482296189"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.core8.3482296189" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.core8.3482296189" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:56 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:32 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.f407-discovery.962842244"
|
||||
signature = "rusEFI 2022.07.02.f407-discovery.962842244"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.f407-discovery.962842244" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.f407-discovery.962842244" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:13 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:49 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.f429-discovery.962842244"
|
||||
signature = "rusEFI 2022.07.02.f429-discovery.962842244"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.f429-discovery.962842244" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.f429-discovery.962842244" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:15 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:52 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.frankenso_na6.2064593472"
|
||||
signature = "rusEFI 2022.07.02.frankenso_na6.2064593472"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.frankenso_na6.2064593472" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.frankenso_na6.2064593472" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:00 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:36 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.harley81.1301254651"
|
||||
signature = "rusEFI 2022.07.02.harley81.1301254651"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.harley81.1301254651" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.harley81.1301254651" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:26 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:02 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen-gm-e67.409788385"
|
||||
signature = "rusEFI 2022.07.02.hellen-gm-e67.409788385"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen-gm-e67.409788385" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen-gm-e67.409788385" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:45 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:21 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen-nb1.3773366088"
|
||||
signature = "rusEFI 2022.07.02.hellen-nb1.3773366088"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen-nb1.3773366088" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen-nb1.3773366088" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:43 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:19 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen121nissan.2981983854"
|
||||
signature = "rusEFI 2022.07.02.hellen121nissan.2981983854"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen121nissan.2981983854" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen121nissan.2981983854" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:32 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:08 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen121vag.1229065726"
|
||||
signature = "rusEFI 2022.07.02.hellen121vag.1229065726"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen121vag.1229065726" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen121vag.1229065726" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:30 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:06 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen128.1464341077"
|
||||
signature = "rusEFI 2022.07.02.hellen128.1464341077"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen128.1464341077" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen128.1464341077" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:28 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:04 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen154hyundai.2704063488"
|
||||
signature = "rusEFI 2022.07.02.hellen154hyundai.2704063488"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen154hyundai.2704063488" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen154hyundai.2704063488" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:34 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:10 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen72.3411863424"
|
||||
signature = "rusEFI 2022.07.02.hellen72.3411863424"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen72.3411863424" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen72.3411863424" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:39 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:15 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen81.467015310"
|
||||
signature = "rusEFI 2022.07.02.hellen81.467015310"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen81.467015310" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen81.467015310" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:17 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen88bmw.1710491680"
|
||||
signature = "rusEFI 2022.07.02.hellen88bmw.1710491680"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen88bmw.1710491680" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen88bmw.1710491680" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:37 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:12 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellenNA6.3152560100"
|
||||
signature = "rusEFI 2022.07.02.hellenNA6.3152560100"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellenNA6.3152560100" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellenNA6.3152560100" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:47 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:23 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellenNA8_96.1004147892"
|
||||
signature = "rusEFI 2022.07.02.hellenNA8_96.1004147892"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellenNA8_96.1004147892" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellenNA8_96.1004147892" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:49 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:25 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.hellen_cypress.2085585038"
|
||||
signature = "rusEFI 2022.07.02.hellen_cypress.2085585038"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.hellen_cypress.2085585038" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.hellen_cypress.2085585038" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:24 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Jul 02 07:55:02 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.kin.571270915"
|
||||
signature = "rusEFI 2022.07.02.kin.571270915"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.kin.571270915" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.kin.571270915" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Jul 02 07:55:00 UTC 2022
|
||||
|
||||
pageSize = 21272
|
||||
page = 1
|
||||
|
@ -4077,15 +4077,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.mre_f4.4139074162"
|
||||
signature = "rusEFI 2022.07.02.mre_f4.4139074162"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.mre_f4.4139074162" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.mre_f4.4139074162" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:54 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:30 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.mre_f7.4139074162"
|
||||
signature = "rusEFI 2022.07.02.mre_f7.4139074162"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.mre_f7.4139074162" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.mre_f7.4139074162" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:56:52 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:27 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.prometheus_405.1770592098"
|
||||
signature = "rusEFI 2022.07.02.prometheus_405.1770592098"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.prometheus_405.1770592098" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.prometheus_405.1770592098" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:04 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:41 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.prometheus_469.1770592098"
|
||||
signature = "rusEFI 2022.07.02.prometheus_469.1770592098"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.prometheus_469.1770592098" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.prometheus_469.1770592098" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:02 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:39 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.proteus_f4.2628651506"
|
||||
signature = "rusEFI 2022.07.02.proteus_f4.2628651506"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.proteus_f4.2628651506" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.proteus_f4.2628651506" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:08 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:45 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.proteus_f7.2628651506"
|
||||
signature = "rusEFI 2022.07.02.proteus_f7.2628651506"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.proteus_f7.2628651506" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.proteus_f7.2628651506" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:06 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:43 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.proteus_h7.2628651506"
|
||||
signature = "rusEFI 2022.07.02.proteus_h7.2628651506"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.proteus_h7.2628651506" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.proteus_h7.2628651506" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:10 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:47 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.subaru_eg33_f7.846346038"
|
||||
signature = "rusEFI 2022.07.02.subaru_eg33_f7.846346038"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.subaru_eg33_f7.846346038" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.subaru_eg33_f7.846346038" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:26 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 Sat Jul 02 07:55:03 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -32,12 +32,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2022.07.01.tdg-pdm8.2473263312"
|
||||
signature = "rusEFI 2022.07.02.tdg-pdm8.2473263312"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.07.01.tdg-pdm8.2473263312" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.07.02.tdg-pdm8.2473263312" ; 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
|
||||
|
@ -85,7 +85,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 Fri Jul 01 10:57:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:56 UTC 2022
|
||||
|
||||
pageSize = 21300
|
||||
page = 1
|
||||
|
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
|
|||
entry = openLoopPart, "openLoopPart", float, "%.3f"
|
||||
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
|
||||
entry = boostControlTarget, "Boost Target", float, "%.3f"
|
||||
entry = engineTooSlow, "engineTooSlow", int, "%d"
|
||||
entry = engineTooFast, "engineTooFast", int, "%d"
|
||||
entry = noClt, "noClt", int, "%d"
|
||||
entry = engineTooHot, "engineTooHot", int, "%d"
|
||||
entry = tpsTooHigh, "tpsTooHigh", int, "%d"
|
||||
entry = m_acEnabled, "m_acEnabled", int, "%d"
|
||||
entry = engineTooSlow, "AC engine too slow", int, "%d"
|
||||
entry = engineTooFast, "AC engine too fast", int, "%d"
|
||||
entry = noClt, "AC no CLT", int, "%d"
|
||||
entry = engineTooHot, "AC engine too hot", int, "%d"
|
||||
entry = tpsTooHigh, "AC tps too high", int, "%d"
|
||||
entry = m_acEnabled, "AC enabled", int, "%d"
|
||||
entry = acButtonState, "AC switch", int, "%d"
|
||||
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d"
|
||||
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d"
|
||||
entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
|
||||
entry = latest_usage_ac_control, "AC latest activity", int, "%d"
|
||||
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
|
||||
entry = cranking, "cranking", int, "%d"
|
||||
entry = notRunning, "notRunning", int, "%d"
|
||||
|
|
|
@ -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 Fri Jul 01 10:57:30 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:55:07 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -2372,7 +2372,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.07.01.all.962842244";
|
||||
public static final String TS_SIGNATURE = "rusEFI 2022.07.02.all.962842244";
|
||||
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 = 1016;
|
||||
|
|
Loading…
Reference in New Issue