diff --git a/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h index a8dbba5132..ad36546bda 100644 --- a/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h @@ -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' diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h index 24836dca05..4dbf7aef49 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -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' diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h index c71d693bab..fa25db8d4d 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h @@ -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' diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index 050fb144ad..b60c80b212 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -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" diff --git a/firmware/console/binary/generated/sensors.java b/firmware/console/binary/generated/sensors.java index a555ad3c18..98d5a287da 100644 --- a/firmware/console/binary/generated/sensors.java +++ b/firmware/console/binary/generated/sensors.java @@ -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, ""), diff --git a/firmware/controllers/actuators/ac_control_generated.h b/firmware/controllers/actuators/ac_control_generated.h index 7128a41b76..14072af05b 100644 --- a/firmware/controllers/actuators/ac_control_generated.h +++ b/firmware/controllers/actuators/ac_control_generated.h @@ -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 diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 7eb5052fcb..b3a36df4d7 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -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' diff --git a/firmware/controllers/generated/signature_48way.h b/firmware/controllers/generated/signature_48way.h index c1c59dfb94..b94cb46e3b 100644 --- a/firmware/controllers/generated/signature_48way.h +++ b/firmware/controllers/generated/signature_48way.h @@ -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" diff --git a/firmware/controllers/generated/signature_all.h b/firmware/controllers/generated/signature_all.h index 13af69ee60..9958245e9f 100644 --- a/firmware/controllers/generated/signature_all.h +++ b/firmware/controllers/generated/signature_all.h @@ -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" diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index 8378ff0985..5a1d38d6f6 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -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" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index eafba0e09e..dfe05212f9 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -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" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 86f3323a72..a7cf3395fb 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -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" diff --git a/firmware/controllers/generated/signature_core8.h b/firmware/controllers/generated/signature_core8.h index 455ec1f7f1..41597d0049 100644 --- a/firmware/controllers/generated/signature_core8.h +++ b/firmware/controllers/generated/signature_core8.h @@ -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" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index d0f5a78157..9134a8db68 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -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" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 5e093e2f5e..80e29fb0d4 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -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" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 410d2ba5e5..449b59da3e 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -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" diff --git a/firmware/controllers/generated/signature_harley81.h b/firmware/controllers/generated/signature_harley81.h index f0f4d0ebe1..f70aaa85d7 100644 --- a/firmware/controllers/generated/signature_harley81.h +++ b/firmware/controllers/generated/signature_harley81.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 061fe586f5..9e48660225 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index 78821f6c2d..867e744efa 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index bfe1ec98e3..425deeda65 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index d6fa0301cd..bd9e0b04b3 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index 122d2c364a..96d3875f33 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 51197b0a1b..bf42566f71 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 159290c944..3bffb059db 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index cd17e80dbd..6b406dcbf6 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index bc508376c3..755e806fa5 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index f624fa6bf2..7e2e72b49a 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index b5e7bb4705..804a914521 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -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" diff --git a/firmware/controllers/generated/signature_hellen_cypress.h b/firmware/controllers/generated/signature_hellen_cypress.h index d8cc23f199..d21952e52d 100644 --- a/firmware/controllers/generated/signature_hellen_cypress.h +++ b/firmware/controllers/generated/signature_hellen_cypress.h @@ -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" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index 0e1b87838a..ff866ffa9a 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -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" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 4246dd9d20..3e08e980cb 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -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" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index 196a1d5c1a..f6fc5e7928 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -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" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 2a0c79d4a1..dacd6e237b 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -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" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index def25fac5a..4f1891f844 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -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" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index d8d9c497d0..aba382d008 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -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" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index b8e85afdc8..343757d4ba 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -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" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index 853a4ea78e..3feff7357c 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -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" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 91ffa6e3c1..34dd3bcdef 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -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" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index c15755a8f5..73f53ac52b 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 8a6b7bb18a..f413f1d3b6 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_48way.ini b/firmware/tunerstudio/generated/rusefi_48way.ini index 646f0a307d..f00c40ef47 100644 --- a/firmware/tunerstudio/generated/rusefi_48way.ini +++ b/firmware/tunerstudio/generated/rusefi_48way.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 2dd593f4e0..4b73aa42c0 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index f5ecf2754f..5907a09044 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 08a4e9e358..b171993590 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index 2fc90bdc7c..0446533bf4 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 3cdf2644dd..ed122f1b2c 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index b8634392ed..8de6e7023c 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 5e31de4c9b..c590a426e2 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index 6012eb038a..fa9c6949dd 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index d83cdc576c..30d11dbe17 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 9e162b959b..2308e03d3b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 4130a90572..6c1de37367 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 8d5632294f..93de7ca8db 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index 9b797f1e37..ca46ed3548 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 0a0990779d..4f5ecabbe7 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index c6a923145d..0c040be96d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 7107e34b93..92bcc668a8 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index b75baed935..fd2bca1dbf 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index f7dec9f067..1dd509f392 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index dbba8c9f44..d5e96fdeec 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini b/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini index 9bcc9e2a66..117feba0f2 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_kinetis.ini b/firmware/tunerstudio/generated/rusefi_kinetis.ini index f79d77cce1..41452458ba 100644 --- a/firmware/tunerstudio/generated/rusefi_kinetis.ini +++ b/firmware/tunerstudio/generated/rusefi_kinetis.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index e9b4b7ea00..8e5856d0b4 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 7502386668..d28119eba7 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 4af997633e..a404635402 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index cd8bd95902..7f4163035f 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 0a514ee21b..41eef59f6b 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 33f2b43144..59a27b48ee 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 90b32f0194..1948087d25 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index 9260b565bf..3abdee62b7 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -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" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index db971c5113..29026a4eba 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -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" diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java index 45cbd43d16..4a37f13186 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -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;