diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index e90c778005..938b64d2b8 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -120,6 +120,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index 888667f2f4..47ba648507 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -121,7 +121,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 diff --git a/firmware/console/binary/generated/sensors.java b/firmware/console/binary/generated/sensors.java index 83cd1c7612..9c00b637ee 100644 --- a/firmware/console/binary/generated/sensors.java +++ b/firmware/console/binary/generated/sensors.java @@ -97,8 +97,9 @@ rawTps1Primary("rawTps1Primary", SensorCategory.SENSOR_INPUTS, FieldType.INT16, rawClt("rawClt", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 218, 0.001, 0.0, 5.0, "V"), rawIat("rawIat", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 220, 0.001, 0.0, 5.0, "V"), rawOilPressure("rawOilPressure", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 222, 0.001, 0.0, 5.0, "V"), -fuelClosedLoopBinIdx("fuelClosedLoopBinIdx", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 224, 1.0, 0.0, 0.0, ""), -alignmentFill_at_225("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 225, 1.0, -20.0, 100.0, "units"), +rawAcPressure("rawAcPressure", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 224, 0.001, 0.0, 5.0, "V"), +fuelClosedLoopBinIdx("fuelClosedLoopBinIdx", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 226, 1.0, 0.0, 0.0, ""), +alignmentFill_at_227("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 227, 1.0, -20.0, 100.0, "units"), rawPpsPrimary("rawPpsPrimary", SensorCategory.SENSOR_INPUTS, FieldType.INT, 228, 1.0, 0.0, 5.0, "V"), rawPpsSecondary("rawPpsSecondary", SensorCategory.SENSOR_INPUTS, FieldType.INT, 232, 1.0, 0.0, 5.0, "V"), rawRawPpsPrimary("rawRawPpsPrimary", SensorCategory.SENSOR_INPUTS, FieldType.INT, 236, 1.0, 0.0, 5.0, "V"), diff --git a/firmware/console/binary/output_channels_generated.h b/firmware/console/binary/output_channels_generated.h index 6c2d50e99e..351fa16562 100644 --- a/firmware/console/binary/output_channels_generated.h +++ b/firmware/console/binary/output_channels_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sat Jun 22 17:16:04 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Jun 23 21:44:26 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -619,15 +619,20 @@ struct output_channels_s { */ scaled_channel rawOilPressure = (int16_t)0; /** + * units: V * offset 224 */ + scaled_channel rawAcPressure = (int16_t)0; + /** + * offset 226 + */ uint8_t fuelClosedLoopBinIdx = (uint8_t)0; /** * need 4 byte alignment * units: units - * offset 225 + * offset 227 */ - uint8_t alignmentFill_at_225[3]; + uint8_t alignmentFill_at_227[1]; /** * units: V * offset 228 @@ -1144,10 +1149,10 @@ struct output_channels_s { bool vvtChannel4 : 1 {}; /** offset 640 bit 30 */ - bool unusedBit_233_30 : 1 {}; + bool unusedBit_234_30 : 1 {}; /** offset 640 bit 31 */ - bool unusedBit_233_31 : 1 {}; + bool unusedBit_234_31 : 1 {}; /** * offset 644 */ @@ -1324,4 +1329,4 @@ struct output_channels_s { static_assert(sizeof(output_channels_s) == 836); // end -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sat Jun 22 17:16:04 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Jun 23 21:44:26 UTC 2024 diff --git a/firmware/console/binary_log/log_fields_generated.h b/firmware/console/binary_log/log_fields_generated.h index 89ddea2162..5f09acbdd6 100644 --- a/firmware/console/binary_log/log_fields_generated.h +++ b/firmware/console/binary_log/log_fields_generated.h @@ -96,6 +96,7 @@ static const LogField fields[] = { {engine->outputChannels.rawClt, "rawClt", "V", 3}, {engine->outputChannels.rawIat, "rawIat", "V", 3}, {engine->outputChannels.rawOilPressure, "rawOilPressure", "V", 3}, + {engine->outputChannels.rawAcPressure, "rawAcPressure", "V", 3}, {engine->outputChannels.fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", "", 0}, {engine->outputChannels.rawPpsPrimary, "rawPpsPrimary", "V", 3}, {engine->outputChannels.rawPpsSecondary, "rawPpsSecondary", "V", 3}, diff --git a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h index f76a8a1fe2..ab40e46a09 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h @@ -1275,7 +1275,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 461103785 +#define SIGNATURE_HASH 3227425962 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1668,7 +1668,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-2chan.461103785" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-2chan.3227425962" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h index d700ca0f6f..71ec2bdc94 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 663154724 +#define SIGNATURE_HASH 4238577191 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan.663154724" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan.4238577191" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h index d01d3193a0..9b65677cbd 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 663154724 +#define SIGNATURE_HASH 4238577191 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan_f7.663154724" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan_f7.4238577191" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h index 0a1cd527e7..aec2e567ca 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h @@ -1275,7 +1275,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 738987734 +#define SIGNATURE_HASH 4146688213 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1668,7 +1668,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan-revA.738987734" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan-revA.4146688213" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h index 8cac45a55c..04fa89318a 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h @@ -1275,7 +1275,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 396439686 +#define SIGNATURE_HASH 3431222917 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1668,7 +1668,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan.396439686" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan.3431222917" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h index 03a2381b02..22f30ce5b6 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h @@ -1275,7 +1275,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 396439686 +#define SIGNATURE_HASH 3431222917 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1668,7 +1668,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan_f7.396439686" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan_f7.3431222917" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-silver.h b/firmware/controllers/generated/rusefi_generated_alphax-silver.h index 5fb84b3caa..85bb3e5400 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-silver.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-silver.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3905119468 +#define SIGNATURE_HASH 2229951090 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-silver.3905119468" +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-silver.2229951090" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_at_start_f435.h b/firmware/controllers/generated/rusefi_generated_at_start_f435.h index fa3a91a61a..9d24af92fc 100644 --- a/firmware/controllers/generated/rusefi_generated_at_start_f435.h +++ b/firmware/controllers/generated/rusefi_generated_at_start_f435.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.at_start_f435.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.at_start_f435.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_atlas.h b/firmware/controllers/generated/rusefi_generated_atlas.h index 8bbd9bb342..e8592db70c 100644 --- a/firmware/controllers/generated/rusefi_generated_atlas.h +++ b/firmware/controllers/generated/rusefi_generated_atlas.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3576971689 +#define SIGNATURE_HASH 236011434 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.atlas.3576971689" +#define TS_SIGNATURE "rusEFI master.2024.06.23.atlas.236011434" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f407-discovery.h b/firmware/controllers/generated/rusefi_generated_f407-discovery.h index 645f60afd3..b2b40410ab 100644 --- a/firmware/controllers/generated/rusefi_generated_f407-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f407-discovery.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 895643270 +#define SIGNATURE_HASH 3997634693 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.f407-discovery.895643270" +#define TS_SIGNATURE "rusEFI master.2024.06.23.f407-discovery.3997634693" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f429-discovery.h b/firmware/controllers/generated/rusefi_generated_f429-discovery.h index ea622d2b86..240db4fe68 100644 --- a/firmware/controllers/generated/rusefi_generated_f429-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f429-discovery.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.f429-discovery.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.f429-discovery.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f469-discovery.h b/firmware/controllers/generated/rusefi_generated_f469-discovery.h index 96643a5fe7..7d422f67a5 100644 --- a/firmware/controllers/generated/rusefi_generated_f469-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f469-discovery.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749666164 +#define SIGNATURE_HASH 2025975159 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.f469-discovery.2749666164" +#define TS_SIGNATURE "rusEFI master.2024.06.23.f469-discovery.2025975159" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h index ad023e4be4..842707cb38 100644 --- a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h +++ b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 3350258172 +#define SIGNATURE_HASH 479567871 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.frankenso_na6.3350258172" +#define TS_SIGNATURE "rusEFI master.2024.06.23.frankenso_na6.479567871" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_haba208.h b/firmware/controllers/generated/rusefi_generated_haba208.h index 34adbeb4b7..7acbf2344f 100644 --- a/firmware/controllers/generated/rusefi_generated_haba208.h +++ b/firmware/controllers/generated/rusefi_generated_haba208.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.haba208.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.haba208.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h index cf8635dea7..850a052dba 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 406523235 +#define SIGNATURE_HASH 3273552736 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-112-17.406523235" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-112-17.3273552736" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h index 77c79d672a..542190fb14 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1565192799 +#define SIGNATURE_HASH 2255457372 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-gm-e67.1565192799" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-gm-e67.2255457372" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h index 48fdbb29bb..8d5e14ed57 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h @@ -1275,7 +1275,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 4104939975 +#define SIGNATURE_HASH 797513668 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-honda-k.4104939975" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-honda-k.797513668" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h index 19b347f3ed..289347e1b7 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2016109511 +#define SIGNATURE_HASH 2735611332 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-nb1.2016109511" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-nb1.2735611332" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h index 3966a84a1e..5b80446b91 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3565041484 +#define SIGNATURE_HASH 257640783 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121nissan.3565041484" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121nissan.257640783" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen121vag.h b/firmware/controllers/generated/rusefi_generated_hellen121vag.h index 5424dcd357..438c25f65d 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121vag.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121vag.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2706016257 +#define SIGNATURE_HASH 2054157826 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121vag.2706016257" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121vag.2054157826" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen128.h b/firmware/controllers/generated/rusefi_generated_hellen128.h index b5ae2cb044..fbb3e4d9e2 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen128.h +++ b/firmware/controllers/generated/rusefi_generated_hellen128.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2090974992 +#define SIGNATURE_HASH 2810495251 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen128.2090974992" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen128.2810495251" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h index 561541256f..21a036f33c 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1657277840 +#define SIGNATURE_HASH 3119346579 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai.1657277840" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai.3119346579" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h index 9ccb4f9ee6..018911c780 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2099186209 +#define SIGNATURE_HASH 2788848674 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai_f7.2099186209" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai_f7.2788848674" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen72.h b/firmware/controllers/generated/rusefi_generated_hellen72.h index 85112ff18a..4edd1e1f19 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen72.h +++ b/firmware/controllers/generated/rusefi_generated_hellen72.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 299000187 +#define SIGNATURE_HASH 3405193080 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen72.299000187" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen72.3405193080" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen81.h b/firmware/controllers/generated/rusefi_generated_hellen81.h index ed672cd03a..dd7c959a5b 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen81.h +++ b/firmware/controllers/generated/rusefi_generated_hellen81.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 4104324353 +#define SIGNATURE_HASH 797342466 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen81.4104324353" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen81.797342466" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h index de97e1165b..a76c951783 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h +++ b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3816820802 +#define SIGNATURE_HASH 950365761 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output false -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen88bmw.3816820802" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen88bmw.950365761" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellenNA6.h b/firmware/controllers/generated/rusefi_generated_hellenNA6.h index 805ed25c10..4ca5c16a78 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA6.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA6.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 93746695 +#define SIGNATURE_HASH 3736274948 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA6.93746695" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA6.3736274948" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h index 667d9edfca..0a98081192 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h @@ -1278,7 +1278,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 4199298249 +#define SIGNATURE_HASH 560548554 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1671,7 +1671,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA8_96.4199298249" +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA8_96.560548554" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_m74_9.h b/firmware/controllers/generated/rusefi_generated_m74_9.h index c424a65e6e..573f22b498 100644 --- a/firmware/controllers/generated/rusefi_generated_m74_9.h +++ b/firmware/controllers/generated/rusefi_generated_m74_9.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 629779768 +#define SIGNATURE_HASH 4272739131 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.m74_9.629779768" +#define TS_SIGNATURE "rusEFI master.2024.06.23.m74_9.4272739131" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h b/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h index b62830d7fa..edf656a6db 100644 --- a/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2350180520 +#define SIGNATURE_HASH 1462867627 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.mre-legacy_f4.2350180520" +#define TS_SIGNATURE "rusEFI master.2024.06.23.mre-legacy_f4.1462867627" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre_f4.h b/firmware/controllers/generated/rusefi_generated_mre_f4.h index c5b8a14aa7..17580f5a01 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f4.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2350180520 +#define SIGNATURE_HASH 1462867627 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f4.2350180520" +#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f4.1462867627" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre_f7.h b/firmware/controllers/generated/rusefi_generated_mre_f7.h index 9c503a0b55..e0efff4f28 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f7.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f7.h @@ -1277,7 +1277,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2350180520 +#define SIGNATURE_HASH 1462867627 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f7.2350180520" +#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f7.1462867627" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h index b04c712ba7..fc732a2856 100644 --- a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h +++ b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.nucleo_f413.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.nucleo_f413.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_prometheus_405.h b/firmware/controllers/generated/rusefi_generated_prometheus_405.h index 3c5efd6861..8391970aef 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_405.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_405.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2712098935 +#define SIGNATURE_HASH 2055349876 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_405.2712098935" +#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_405.2055349876" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_prometheus_469.h b/firmware/controllers/generated/rusefi_generated_prometheus_469.h index 8bfb1b2042..e06e9369aa 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_469.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_469.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2712098935 +#define SIGNATURE_HASH 2055349876 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_469.2712098935" +#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_469.2055349876" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_f4.h b/firmware/controllers/generated/rusefi_generated_proteus_f4.h index 96463a6ccd..31d1cb0c93 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f4.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f4.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 2066231237 +#define SIGNATURE_HASH 2685227462 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f4.2066231237" +#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f4.2685227462" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_f7.h b/firmware/controllers/generated/rusefi_generated_proteus_f7.h index 2220d5dbdd..7f0ea858f7 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f7.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 2066231237 +#define SIGNATURE_HASH 2685227462 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f7.2066231237" +#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f7.2685227462" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_h7.h b/firmware/controllers/generated/rusefi_generated_proteus_h7.h index 8444663085..efaeb6c56a 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_h7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_h7.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 2066231237 +#define SIGNATURE_HASH 2685227462 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_h7.2066231237" +#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_h7.2685227462" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_s105.h b/firmware/controllers/generated/rusefi_generated_s105.h index 2fae31de7c..67de0fb2be 100644 --- a/firmware/controllers/generated/rusefi_generated_s105.h +++ b/firmware/controllers/generated/rusefi_generated_s105.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 783815973 +#define SIGNATURE_HASH 4120734502 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.s105.783815973" +#define TS_SIGNATURE "rusEFI master.2024.06.23.s105.4120734502" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_small-can-board.h b/firmware/controllers/generated/rusefi_generated_small-can-board.h index 11d2697dc7..051e931aa8 100644 --- a/firmware/controllers/generated/rusefi_generated_small-can-board.h +++ b/firmware/controllers/generated/rusefi_generated_small-can-board.h @@ -1277,7 +1277,7 @@ #define show_Proteus_presets false #define show_small_can_board_presets true #define show_test_presets false -#define SIGNATURE_HASH 937342917 +#define SIGNATURE_HASH 3975924166 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1671,7 +1671,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.small-can-board.937342917" +#define TS_SIGNATURE "rusEFI master.2024.06.23.small-can-board.3975924166" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h index 62e42ebeb0..a8f90a740f 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f429_nucleo.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f429_nucleo.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h index ec7880d528..a465f1c10e 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f767_nucleo.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f767_nucleo.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h index 75ea550092..ab9d69a6d6 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32h743_nucleo.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32h743_nucleo.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h b/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h index 3cf4355a0d..c7f1d05443 100644 --- a/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h +++ b/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3686629844 +#define SIGNATURE_HASH 10026967 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.subaru_eg33_f7.3686629844" +#define TS_SIGNATURE "rusEFI master.2024.06.23.subaru_eg33_f7.10026967" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_t-b-g.h b/firmware/controllers/generated/rusefi_generated_t-b-g.h index 84a7de4a15..f0cd6ff9d3 100644 --- a/firmware/controllers/generated/rusefi_generated_t-b-g.h +++ b/firmware/controllers/generated/rusefi_generated_t-b-g.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436077031 +#define SIGNATURE_HASH 1243016164 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.t-b-g.2436077031" +#define TS_SIGNATURE "rusEFI master.2024.06.23.t-b-g.1243016164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h index 52bf3b5522..2a7ed77456 100644 --- a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h +++ b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2870880623 +#define SIGNATURE_HASH 1882937196 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.tdg-pdm8.2870880623" +#define TS_SIGNATURE "rusEFI master.2024.06.23.tdg-pdm8.1882937196" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_uaefi.h b/firmware/controllers/generated/rusefi_generated_uaefi.h index 06e9921f47..618df365ba 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi.h @@ -1277,7 +1277,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_uaefi_presets true -#define SIGNATURE_HASH 3947489500 +#define SIGNATURE_HASH 812422879 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1670,7 +1670,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi.3947489500" +#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi.812422879" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_uaefi121.h b/firmware/controllers/generated/rusefi_generated_uaefi121.h index ccad4f235c..269355131a 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi121.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi121.h @@ -1276,7 +1276,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3284417749 +#define SIGNATURE_HASH 417415894 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1669,7 +1669,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi121.3284417749" +#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi121.417415894" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index ec8a3f4242..53fd9aa6f9 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 461103785 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-2chan.461103785" +#define SIGNATURE_HASH 3227425962 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-2chan.3227425962" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index cd2af6869d..10b1c919f8 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 663154724 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan.663154724" +#define SIGNATURE_HASH 4238577191 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan.4238577191" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index bb67fb0d2b..2c896fe4db 100644 --- a/firmware/controllers/generated/signature_alphax-4chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-4chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 663154724 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan_f7.663154724" +#define SIGNATURE_HASH 4238577191 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-4chan_f7.4238577191" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index dbe2dd551f..f9f1315501 100644 --- a/firmware/controllers/generated/signature_alphax-8chan-revA.h +++ b/firmware/controllers/generated/signature_alphax-8chan-revA.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 738987734 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan-revA.738987734" +#define SIGNATURE_HASH 4146688213 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan-revA.4146688213" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index c34e6ea2cb..33a3300efd 100644 --- a/firmware/controllers/generated/signature_alphax-8chan.h +++ b/firmware/controllers/generated/signature_alphax-8chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 396439686 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan.396439686" +#define SIGNATURE_HASH 3431222917 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan.3431222917" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index 0da4206ce7..76d2a33a23 100644 --- a/firmware/controllers/generated/signature_alphax-8chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-8chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 396439686 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan_f7.396439686" +#define SIGNATURE_HASH 3431222917 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-8chan_f7.3431222917" diff --git a/firmware/controllers/generated/signature_alphax-silver.h b/firmware/controllers/generated/signature_alphax-silver.h index 9399616d30..6c9f4b4061 100644 --- a/firmware/controllers/generated/signature_alphax-silver.h +++ b/firmware/controllers/generated/signature_alphax-silver.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3905119468 -#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-silver.3905119468" +#define SIGNATURE_HASH 2229951090 +#define TS_SIGNATURE "rusEFI master.2024.06.23.alphax-silver.2229951090" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index 04927b0738..a42b73d696 100644 --- a/firmware/controllers/generated/signature_at_start_f435.h +++ b/firmware/controllers/generated/signature_at_start_f435.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.at_start_f435.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.at_start_f435.1243016164" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 0bab19404d..85d2b9a274 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3576971689 -#define TS_SIGNATURE "rusEFI master.2024.06.23.atlas.3576971689" +#define SIGNATURE_HASH 236011434 +#define TS_SIGNATURE "rusEFI master.2024.06.23.atlas.236011434" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index d5a1d14876..38d3dc563d 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 895643270 -#define TS_SIGNATURE "rusEFI master.2024.06.23.f407-discovery.895643270" +#define SIGNATURE_HASH 3997634693 +#define TS_SIGNATURE "rusEFI master.2024.06.23.f407-discovery.3997634693" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 33b840aed7..afd1a3a4bd 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.f429-discovery.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.f429-discovery.1243016164" diff --git a/firmware/controllers/generated/signature_f469-discovery.h b/firmware/controllers/generated/signature_f469-discovery.h index dbc16eabbf..26e58eae1a 100644 --- a/firmware/controllers/generated/signature_f469-discovery.h +++ b/firmware/controllers/generated/signature_f469-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749666164 -#define TS_SIGNATURE "rusEFI master.2024.06.23.f469-discovery.2749666164" +#define SIGNATURE_HASH 2025975159 +#define TS_SIGNATURE "rusEFI master.2024.06.23.f469-discovery.2025975159" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 477c2a0a4a..b8e9ec5cf0 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3350258172 -#define TS_SIGNATURE "rusEFI master.2024.06.23.frankenso_na6.3350258172" +#define SIGNATURE_HASH 479567871 +#define TS_SIGNATURE "rusEFI master.2024.06.23.frankenso_na6.479567871" diff --git a/firmware/controllers/generated/signature_haba208.h b/firmware/controllers/generated/signature_haba208.h index 74bef1bd1c..8cf2847acf 100644 --- a/firmware/controllers/generated/signature_haba208.h +++ b/firmware/controllers/generated/signature_haba208.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.haba208.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.haba208.1243016164" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index 85792af577..a9069bb19e 100644 --- a/firmware/controllers/generated/signature_hellen-112-17.h +++ b/firmware/controllers/generated/signature_hellen-112-17.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 406523235 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-112-17.406523235" +#define SIGNATURE_HASH 3273552736 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-112-17.3273552736" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index f7889719f1..79c038fea0 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1565192799 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-gm-e67.1565192799" +#define SIGNATURE_HASH 2255457372 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-gm-e67.2255457372" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index b7f01a118f..ef82a4a29c 100644 --- a/firmware/controllers/generated/signature_hellen-honda-k.h +++ b/firmware/controllers/generated/signature_hellen-honda-k.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4104939975 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-honda-k.4104939975" +#define SIGNATURE_HASH 797513668 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-honda-k.797513668" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index a2e5b17f6e..e6f1ab28bb 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2016109511 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-nb1.2016109511" +#define SIGNATURE_HASH 2735611332 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen-nb1.2735611332" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index 0db1c5d7cd..9058a68438 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3565041484 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121nissan.3565041484" +#define SIGNATURE_HASH 257640783 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121nissan.257640783" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index b14d19cab3..62770e5c2c 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2706016257 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121vag.2706016257" +#define SIGNATURE_HASH 2054157826 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen121vag.2054157826" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index a14d295cd2..3028569720 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2090974992 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen128.2090974992" +#define SIGNATURE_HASH 2810495251 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen128.2810495251" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 13846ac784..17ccaa1401 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1657277840 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai.1657277840" +#define SIGNATURE_HASH 3119346579 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai.3119346579" diff --git a/firmware/controllers/generated/signature_hellen154hyundai_f7.h b/firmware/controllers/generated/signature_hellen154hyundai_f7.h index 1debcf67fb..4b43aa8830 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/signature_hellen154hyundai_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2099186209 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai_f7.2099186209" +#define SIGNATURE_HASH 2788848674 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen154hyundai_f7.2788848674" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 4ffb8128ec..0e0b295abe 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 299000187 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen72.299000187" +#define SIGNATURE_HASH 3405193080 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen72.3405193080" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 51e68966a1..cb9c037575 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4104324353 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen81.4104324353" +#define SIGNATURE_HASH 797342466 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen81.797342466" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index e9eedb56b3..5090fd15d1 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3816820802 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen88bmw.3816820802" +#define SIGNATURE_HASH 950365761 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellen88bmw.950365761" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 41d87f8874..ddb30f10c8 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 93746695 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA6.93746695" +#define SIGNATURE_HASH 3736274948 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA6.3736274948" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 8c8b4cc927..b0f4473a30 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4199298249 -#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA8_96.4199298249" +#define SIGNATURE_HASH 560548554 +#define TS_SIGNATURE "rusEFI master.2024.06.23.hellenNA8_96.560548554" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index 691c4aedee..26d23ab6fb 100644 --- a/firmware/controllers/generated/signature_m74_9.h +++ b/firmware/controllers/generated/signature_m74_9.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 629779768 -#define TS_SIGNATURE "rusEFI master.2024.06.23.m74_9.629779768" +#define SIGNATURE_HASH 4272739131 +#define TS_SIGNATURE "rusEFI master.2024.06.23.m74_9.4272739131" diff --git a/firmware/controllers/generated/signature_mre-legacy_f4.h b/firmware/controllers/generated/signature_mre-legacy_f4.h index 7c49d7398a..a891a1924a 100644 --- a/firmware/controllers/generated/signature_mre-legacy_f4.h +++ b/firmware/controllers/generated/signature_mre-legacy_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2350180520 -#define TS_SIGNATURE "rusEFI master.2024.06.23.mre-legacy_f4.2350180520" +#define SIGNATURE_HASH 1462867627 +#define TS_SIGNATURE "rusEFI master.2024.06.23.mre-legacy_f4.1462867627" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index c86f8dfd70..7000b3d1d5 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2350180520 -#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f4.2350180520" +#define SIGNATURE_HASH 1462867627 +#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f4.1462867627" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index fdfee17d39..9263526792 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2350180520 -#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f7.2350180520" +#define SIGNATURE_HASH 1462867627 +#define TS_SIGNATURE "rusEFI master.2024.06.23.mre_f7.1462867627" diff --git a/firmware/controllers/generated/signature_nucleo_f413.h b/firmware/controllers/generated/signature_nucleo_f413.h index c7dd5248b6..aac42a3e1d 100644 --- a/firmware/controllers/generated/signature_nucleo_f413.h +++ b/firmware/controllers/generated/signature_nucleo_f413.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.nucleo_f413.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.nucleo_f413.1243016164" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index faf396d875..46b4c42719 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2712098935 -#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_405.2712098935" +#define SIGNATURE_HASH 2055349876 +#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_405.2055349876" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index bc19a1e356..aeedd9fbda 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2712098935 -#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_469.2712098935" +#define SIGNATURE_HASH 2055349876 +#define TS_SIGNATURE "rusEFI master.2024.06.23.prometheus_469.2055349876" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 3fb05aafa1..64d3f0f86e 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2066231237 -#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f4.2066231237" +#define SIGNATURE_HASH 2685227462 +#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f4.2685227462" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index 51ef0c25a7..c3771fdd9d 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2066231237 -#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f7.2066231237" +#define SIGNATURE_HASH 2685227462 +#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_f7.2685227462" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index f11a56e2a2..6dccdec99f 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2066231237 -#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_h7.2066231237" +#define SIGNATURE_HASH 2685227462 +#define TS_SIGNATURE "rusEFI master.2024.06.23.proteus_h7.2685227462" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index d910815ca8..fdcbfe2413 100644 --- a/firmware/controllers/generated/signature_s105.h +++ b/firmware/controllers/generated/signature_s105.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 783815973 -#define TS_SIGNATURE "rusEFI master.2024.06.23.s105.783815973" +#define SIGNATURE_HASH 4120734502 +#define TS_SIGNATURE "rusEFI master.2024.06.23.s105.4120734502" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index d2d013a6ed..3596044c9e 100644 --- a/firmware/controllers/generated/signature_small-can-board.h +++ b/firmware/controllers/generated/signature_small-can-board.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 937342917 -#define TS_SIGNATURE "rusEFI master.2024.06.23.small-can-board.937342917" +#define SIGNATURE_HASH 3975924166 +#define TS_SIGNATURE "rusEFI master.2024.06.23.small-can-board.3975924166" diff --git a/firmware/controllers/generated/signature_stm32f429_nucleo.h b/firmware/controllers/generated/signature_stm32f429_nucleo.h index 8345287e0d..549fd74247 100644 --- a/firmware/controllers/generated/signature_stm32f429_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f429_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f429_nucleo.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f429_nucleo.1243016164" diff --git a/firmware/controllers/generated/signature_stm32f767_nucleo.h b/firmware/controllers/generated/signature_stm32f767_nucleo.h index ecbdf97f46..e0d5e510c3 100644 --- a/firmware/controllers/generated/signature_stm32f767_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f767_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f767_nucleo.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32f767_nucleo.1243016164" diff --git a/firmware/controllers/generated/signature_stm32h743_nucleo.h b/firmware/controllers/generated/signature_stm32h743_nucleo.h index a2245decf4..61788f30fd 100644 --- a/firmware/controllers/generated/signature_stm32h743_nucleo.h +++ b/firmware/controllers/generated/signature_stm32h743_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32h743_nucleo.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.stm32h743_nucleo.1243016164" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 62786d425c..c0aa384498 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3686629844 -#define TS_SIGNATURE "rusEFI master.2024.06.23.subaru_eg33_f7.3686629844" +#define SIGNATURE_HASH 10026967 +#define TS_SIGNATURE "rusEFI master.2024.06.23.subaru_eg33_f7.10026967" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index 9c707d014c..78c930de53 100644 --- a/firmware/controllers/generated/signature_t-b-g.h +++ b/firmware/controllers/generated/signature_t-b-g.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436077031 -#define TS_SIGNATURE "rusEFI master.2024.06.23.t-b-g.2436077031" +#define SIGNATURE_HASH 1243016164 +#define TS_SIGNATURE "rusEFI master.2024.06.23.t-b-g.1243016164" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 4e127e4317..188e77f9b4 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2870880623 -#define TS_SIGNATURE "rusEFI master.2024.06.23.tdg-pdm8.2870880623" +#define SIGNATURE_HASH 1882937196 +#define TS_SIGNATURE "rusEFI master.2024.06.23.tdg-pdm8.1882937196" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index 2a568868f7..eb5d9e382e 100644 --- a/firmware/controllers/generated/signature_uaefi.h +++ b/firmware/controllers/generated/signature_uaefi.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3947489500 -#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi.3947489500" +#define SIGNATURE_HASH 812422879 +#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi.812422879" diff --git a/firmware/controllers/generated/signature_uaefi121.h b/firmware/controllers/generated/signature_uaefi121.h index e83937c0c7..8026cd3d6a 100644 --- a/firmware/controllers/generated/signature_uaefi121.h +++ b/firmware/controllers/generated/signature_uaefi121.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3284417749 -#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi121.3284417749" +#define SIGNATURE_HASH 417415894 +#define TS_SIGNATURE "rusEFI master.2024.06.23.uaefi121.417415894" diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index 77db0a9bd1..4f1a978fad 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -323,6 +323,9 @@ float getOutputValueByName(const char *name) { // rawOilPressure case 2070002124: return engine->outputChannels.rawOilPressure; +// rawAcPressure + case 2079600300: + return engine->outputChannels.rawAcPressure; // fuelClosedLoopBinIdx case 1342844099: return engine->outputChannels.fuelClosedLoopBinIdx; diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index cfd0285098..ab63690bf8 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.f407-discovery.895643270" + signature = "rusEFI master.2024.06.23.f407-discovery.3997634693" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.f407-discovery.895643270" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.f407-discovery.3997634693" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:08 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:46:00 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8063,6 +8066,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 0e14416fab..318b58cba9 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-2chan.461103785" + signature = "rusEFI master.2024.06.23.alphax-2chan.3227425962" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-2chan.461103785" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-2chan.3227425962" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:34 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:26 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8021,6 +8024,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index ff56bfd44b..fc059d3da8 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-4chan.663154724" + signature = "rusEFI master.2024.06.23.alphax-4chan.4238577191" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-4chan.663154724" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-4chan.4238577191" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:42 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:34 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8043,6 +8046,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index 99f7662a62..0779ec5e0b 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-4chan_f7.663154724" + signature = "rusEFI master.2024.06.23.alphax-4chan_f7.4238577191" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-4chan_f7.663154724" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-4chan_f7.4238577191" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:35 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8043,6 +8046,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index d7b34926ac..42d312508b 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-8chan-revA.738987734" + signature = "rusEFI master.2024.06.23.alphax-8chan-revA.4146688213" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-8chan-revA.738987734" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-8chan-revA.4146688213" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:50 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:42 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8024,6 +8027,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 59c00a16b6..f65bffb043 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-8chan.396439686" + signature = "rusEFI master.2024.06.23.alphax-8chan.3431222917" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-8chan.396439686" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-8chan.3431222917" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:56 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:47 UTC 2024 pageSize = 22816 page = 1 @@ -2670,7 +2670,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4901,6 +4902,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5193,6 +5195,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8028,6 +8031,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index 17719c3501..93d4ae1b56 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-8chan_f7.396439686" + signature = "rusEFI master.2024.06.23.alphax-8chan_f7.3431222917" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-8chan_f7.396439686" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-8chan_f7.3431222917" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:58 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:50 UTC 2024 pageSize = 22816 page = 1 @@ -2670,7 +2670,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4901,6 +4902,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5193,6 +5195,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8028,6 +8031,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_alphax-silver.ini b/firmware/tunerstudio/generated/rusefi_alphax-silver.ini index 38c2721458..f92a266a6e 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-silver.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-silver.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.alphax-silver.3905119468" + signature = "rusEFI master.2024.06.23.alphax-silver.2229951090" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.alphax-silver.3905119468" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.alphax-silver.2229951090" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:10:49 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:31 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8022,6 +8025,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index 3b638f80f4..9107fae9fa 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.at_start_f435.2436077031" + signature = "rusEFI master.2024.06.23.at_start_f435.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.at_start_f435.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.at_start_f435.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:49 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:39 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index f86f7fe4b6..d661c1b93d 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.atlas.3576971689" + signature = "rusEFI master.2024.06.23.atlas.236011434" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.atlas.3576971689" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.atlas.236011434" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:47 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:38 UTC 2024 pageSize = 22300 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8047,6 +8050,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index ad92bb594c..ce88d6aa36 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.f407-discovery.895643270" + signature = "rusEFI master.2024.06.23.f407-discovery.3997634693" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.f407-discovery.895643270" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.f407-discovery.3997634693" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:17 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:08 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8063,6 +8066,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index dc02518253..933dfd50fa 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.f429-discovery.2436077031" + signature = "rusEFI master.2024.06.23.f429-discovery.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.f429-discovery.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.f429-discovery.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:15 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:06 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini index b95cfead09..7734a838e7 100644 --- a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.f469-discovery.2749666164" + signature = "rusEFI master.2024.06.23.f469-discovery.2025975159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.f469-discovery.2749666164" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.f469-discovery.2025975159" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:06 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:57 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index c6dfe14bba..642a0de09b 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.frankenso_na6.3350258172" + signature = "rusEFI master.2024.06.23.frankenso_na6.479567871" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.frankenso_na6.3350258172" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.frankenso_na6.479567871" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:07 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:59 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_haba208.ini b/firmware/tunerstudio/generated/rusefi_haba208.ini index a86b425913..62946cc6d4 100644 --- a/firmware/tunerstudio/generated/rusefi_haba208.ini +++ b/firmware/tunerstudio/generated/rusefi_haba208.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.haba208.2436077031" + signature = "rusEFI master.2024.06.23.haba208.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.haba208.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.haba208.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:04 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:55 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index 2becc1911e..08d6f22197 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen-112-17.406523235" + signature = "rusEFI master.2024.06.23.hellen-112-17.3273552736" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen-112-17.406523235" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen-112-17.3273552736" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","B20 TPS Throttle Position 2","A14 Analog Input","INVALID","A21 PPS1","B03 TPS Throttle Position 1","INVALID","A07 TODO","A12 Analog Input","A10 Analog Input","INVALID","B19 MAP","A09 Analog Input","B15 CLT","B27 IAT","A11 Analog Input","A19 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:29 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:20 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8021,6 +8024,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 24b52c167f..e4eded1111 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen-gm-e67.1565192799" + signature = "rusEFI master.2024.06.23.hellen-gm-e67.2255457372" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen-gm-e67.1565192799" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen-gm-e67.2255457372" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:00 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:51 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 67f3ea5561..042c0eb649 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -4,12 +4,12 @@ enable2ndByteCanID = false [SettingGroups] [MegaTune] - signature = "rusEFI master.2024.06.23.hellen-honda-k.4104939975" + signature = "rusEFI master.2024.06.23.hellen-honda-k.797513668" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen-honda-k.4104939975" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen-honda-k.797513668" ; signature is expected to be 7 or more characters. useLegacyFTempUnits = false ignoreMissingBitOptions = true @@ -2600,7 +2600,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4797,6 +4798,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5046,6 +5048,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -7800,6 +7803,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index e9236fadf3..bd3efc0e7d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen-nb1.2016109511" + signature = "rusEFI master.2024.06.23.hellen-nb1.2735611332" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen-nb1.2016109511" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen-nb1.2735611332" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:01 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:53 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index ea779a3c8c..a3c23888a5 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen121nissan.3565041484" + signature = "rusEFI master.2024.06.23.hellen121nissan.257640783" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen121nissan.3565041484" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen121nissan.257640783" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:49 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:41 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8013,6 +8016,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 7bb157bcf7..8e4711a648 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen121vag.2706016257" + signature = "rusEFI master.2024.06.23.hellen121vag.2054157826" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen121vag.2706016257" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen121vag.2054157826" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:31 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:23 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index d6de3cc414..3c5589050c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen128.2090974992" + signature = "rusEFI master.2024.06.23.hellen128.2810495251" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen128.2090974992" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen128.2810495251" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:23 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:15 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8045,6 +8048,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 92e175cbd3..12d34f9ac3 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen154hyundai.1657277840" + signature = "rusEFI master.2024.06.23.hellen154hyundai.3119346579" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen154hyundai.1657277840" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen154hyundai.3119346579" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:25 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:16 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5186,6 +5188,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -7984,6 +7987,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini index a4de9ee9c7..56a55f5393 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen154hyundai_f7.2099186209" + signature = "rusEFI master.2024.06.23.hellen154hyundai_f7.2788848674" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen154hyundai_f7.2099186209" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen154hyundai_f7.2788848674" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:36 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:27 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5186,6 +5188,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -7984,6 +7987,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index a6ca1aafa3..4ef91ca1aa 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen72.299000187" + signature = "rusEFI master.2024.06.23.hellen72.3405193080" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen72.299000187" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen72.3405193080" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:33 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:24 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 937dee5e54..9d3dd9a7e4 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen81.4104324353" + signature = "rusEFI master.2024.06.23.hellen81.797342466" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen81.4104324353" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen81.797342466" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:37 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:28 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8044,6 +8047,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index f2e73d0d1b..0a78d5528f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellen88bmw.3816820802" + signature = "rusEFI master.2024.06.23.hellen88bmw.950365761" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellen88bmw.3816820802" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellen88bmw.950365761" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:52 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:43 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8041,6 +8044,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 6e02c72069..b35f90d499 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellenNA6.93746695" + signature = "rusEFI master.2024.06.23.hellenNA6.3736274948" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellenNA6.93746695" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellenNA6.3736274948" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:45 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:37 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 188f09d6c7..6f82170c58 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.hellenNA8_96.4199298249" + signature = "rusEFI master.2024.06.23.hellenNA8_96.560548554" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.hellenNA8_96.4199298249" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.hellenNA8_96.560548554" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:54 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:46 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 4e30b119ad..8c144e48fb 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.m74_9.629779768" + signature = "rusEFI master.2024.06.23.m74_9.4272739131" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.m74_9.629779768" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.m74_9.4272739131" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","MAF/MAP sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","Pedal position sensor 1 signal PPS1","Pedal position sensor 2 signal PPS2","ETB TPS position sensor 1 signal","ETB TPS position sensor 2 signal" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:14 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:05 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8048,6 +8051,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini b/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini index 9878b44fdc..14f8adc9b9 100644 --- a/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.mre-legacy_f4.2350180520" + signature = "rusEFI master.2024.06.23.mre-legacy_f4.1462867627" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.mre-legacy_f4.2350180520" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.mre-legacy_f4.1462867627" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:22 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:13 UTC 2024 pageSize = 24800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5188,6 +5190,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8052,6 +8055,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index c71869ffb8..ebde6008ab 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.mre_f4.2350180520" + signature = "rusEFI master.2024.06.23.mre_f4.1462867627" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.mre_f4.2350180520" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.mre_f4.1462867627" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:19 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:10 UTC 2024 pageSize = 24800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5188,6 +5190,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8052,6 +8055,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 6ef2fc5be8..9e561ae5b1 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.mre_f7.2350180520" + signature = "rusEFI master.2024.06.23.mre_f7.1462867627" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.mre_f7.2350180520" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.mre_f7.1462867627" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:20 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:12 UTC 2024 pageSize = 24800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5188,6 +5190,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8052,6 +8055,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini index 3787814dbf..6c77bc4769 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.nucleo_f413.2436077031" + signature = "rusEFI master.2024.06.23.nucleo_f413.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.nucleo_f413.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.nucleo_f413.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:32 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index afec43e10a..62ed6d3b21 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.prometheus_405.2712098935" + signature = "rusEFI master.2024.06.23.prometheus_405.2055349876" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.prometheus_405.2712098935" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.prometheus_405.2055349876" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:45 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:36 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8050,6 +8053,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 7c3163b063..81ff906db9 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.prometheus_469.2712098935" + signature = "rusEFI master.2024.06.23.prometheus_469.2055349876" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.prometheus_469.2712098935" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.prometheus_469.2055349876" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:43 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:34 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8050,6 +8053,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 038ce0e92a..2b275acc10 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.proteus_f4.2066231237" + signature = "rusEFI master.2024.06.23.proteus_f4.2685227462" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.proteus_f4.2066231237" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.proteus_f4.2685227462" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:58 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:49 UTC 2024 pageSize = 28300 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8082,6 +8085,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 65e99db4e5..8851465fe6 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.proteus_f7.2066231237" + signature = "rusEFI master.2024.06.23.proteus_f7.2685227462" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.proteus_f7.2066231237" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.proteus_f7.2685227462" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:51 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:42 UTC 2024 pageSize = 28300 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8082,6 +8085,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index b1b506b6e3..4c8260d925 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.proteus_h7.2066231237" + signature = "rusEFI master.2024.06.23.proteus_h7.2685227462" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.proteus_h7.2066231237" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.proteus_h7.2685227462" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:50 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:41 UTC 2024 pageSize = 28300 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8082,6 +8085,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index 39b3a3299a..8aacac1901 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.s105.783815973" + signature = "rusEFI master.2024.06.23.s105.4120734502" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.s105.783815973" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.s105.4120734502" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:05 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:56 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8046,6 +8049,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index 8b827f273a..8bfa4aa12b 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.small-can-board.937342917" + signature = "rusEFI master.2024.06.23.small-can-board.3975924166" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.small-can-board.937342917" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.small-can-board.3975924166" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input 6","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input 7","C4 - Analog/Digital Input 8" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:46 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:38 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8047,6 +8050,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini index 21ad962a60..ab4892a33f 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.stm32f429_nucleo.2436077031" + signature = "rusEFI master.2024.06.23.stm32f429_nucleo.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.stm32f429_nucleo.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.stm32f429_nucleo.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:03 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:54 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini index 98776976a5..698074542c 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.stm32f767_nucleo.2436077031" + signature = "rusEFI master.2024.06.23.stm32f767_nucleo.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.stm32f767_nucleo.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.stm32f767_nucleo.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:10 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:01 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini index de135d5122..3e867b7cb2 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.stm32h743_nucleo.2436077031" + signature = "rusEFI master.2024.06.23.stm32h743_nucleo.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.stm32h743_nucleo.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.stm32h743_nucleo.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:46 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:37 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index e92634df80..cb4b3b2cfe 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.subaru_eg33_f7.3686629844" + signature = "rusEFI master.2024.06.23.subaru_eg33_f7.10026967" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.subaru_eg33_f7.3686629844" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.subaru_eg33_f7.10026967" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:04 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:55 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8057,6 +8060,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index 1231da3136..09972387fe 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.t-b-g.2436077031" + signature = "rusEFI master.2024.06.23.t-b-g.1243016164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.t-b-g.2436077031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.t-b-g.1243016164" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:34:42 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:44:33 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 6a87e92b96..1f6edf9f0c 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.tdg-pdm8.2870880623" + signature = "rusEFI master.2024.06.23.tdg-pdm8.1882937196" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.tdg-pdm8.2870880623" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.tdg-pdm8.1882937196" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:09 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:00 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5190,6 +5192,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8055,6 +8058,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index 1432e96154..3cf183ef8f 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.uaefi.3947489500" + signature = "rusEFI master.2024.06.23.uaefi.812422879" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.uaefi.3947489500" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.uaefi.812422879" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","On-board MAP","D16 CLT Coolant","D15 IAT","C4 PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:32 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8051,6 +8054,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West diff --git a/firmware/tunerstudio/generated/rusefi_uaefi121.ini b/firmware/tunerstudio/generated/rusefi_uaefi121.ini index 1449894f1e..1dc5f7028d 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi121.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi121.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.06.23.uaefi121.3284417749" + signature = "rusEFI master.2024.06.23.uaefi121.417415894" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.06.23.uaefi121.3284417749" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.06.23.uaefi121.417415894" ; 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 @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:35:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:45:30 UTC 2024 pageSize = 22800 page = 1 @@ -2667,7 +2667,8 @@ rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawClt = scalar, S16, 218, "V", 0.001, 0 rawIat = scalar, S16, 220, "V", 0.001, 0 rawOilPressure = scalar, S16, 222, "V", 0.001, 0 -fuelClosedLoopBinIdx = scalar, U08, 224, "", 1, 0 +rawAcPressure = scalar, S16, 224, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 226, "", 1, 0 rawPpsPrimary = scalar, F32, 228, "V", 1, 0 rawPpsSecondary = scalar, F32, 232, "V", 1, 0 rawRawPpsPrimary = scalar, F32, 236, "V", 1, 0 @@ -4898,6 +4899,7 @@ gaugeCategory = Sensors - Raw rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAcPressureGauge = rawAcPressure, "Raw A/C Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 @@ -5191,6 +5193,7 @@ entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" entry = rawClt, "rawClt", float, "%.3f" entry = rawIat, "rawIat", float, "%.3f" entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = rawAcPressure, "rawAcPressure", float, "%.3f" entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" @@ -8049,6 +8052,7 @@ dialog = lambda_monitorDialog, "lambda_monitor" dialog = acPressureGauges gauge = acPressureGauge + gauge = rawAcPressureGauge dialog = acPressureSensor, "", border panel = acPressureSensorSettings, West 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 9427d21b6b..a7426cb52e 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 config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 20:36:08 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jun 23 21:46:00 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1199,7 +1199,6 @@ public class Fields { public static final int SentEtbType_FORD_TYPE_1 = 2; public static final int SentEtbType_GM_TYPE_1 = 1; public static final int SentEtbType_NONE = 0; - public static final int SIGNATURE_HASH = 895643270; public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX = "generated/simulator_tune_image"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX = ".bin"; @@ -1456,7 +1455,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 master.2024.06.23.f407-discovery.895643270"; + public static final String TS_SIGNATURE = "rusEFI master.2024.06.23.f407-discovery.3997634693"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java b/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java index b1787b2667..38540affe8 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/TsOutputs.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sat Jun 22 17:16:04 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Jun 23 21:44:26 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -302,8 +302,9 @@ public class TsOutputs { public static final Field RAWCLT = Field.create("RAWCLT", 218, FieldType.INT16).setScale(0.001).setBaseOffset(0); public static final Field RAWIAT = Field.create("RAWIAT", 220, FieldType.INT16).setScale(0.001).setBaseOffset(0); public static final Field RAWOILPRESSURE = Field.create("RAWOILPRESSURE", 222, FieldType.INT16).setScale(0.001).setBaseOffset(0); - public static final Field FUELCLOSEDLOOPBINIDX = Field.create("FUELCLOSEDLOOPBINIDX", 224, FieldType.INT8).setScale(1.0).setBaseOffset(0); - public static final Field ALIGNMENTFILL_AT_225 = Field.create("ALIGNMENTFILL_AT_225", 225, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field RAWACPRESSURE = Field.create("RAWACPRESSURE", 224, FieldType.INT16).setScale(0.001).setBaseOffset(0); + public static final Field FUELCLOSEDLOOPBINIDX = Field.create("FUELCLOSEDLOOPBINIDX", 226, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field ALIGNMENTFILL_AT_227 = Field.create("ALIGNMENTFILL_AT_227", 227, FieldType.INT8).setScale(1.0).setBaseOffset(0); public static final Field RAWPPSPRIMARY = Field.create("RAWPPSPRIMARY", 228, FieldType.FLOAT).setBaseOffset(0); public static final Field RAWPPSSECONDARY = Field.create("RAWPPSSECONDARY", 232, FieldType.FLOAT).setBaseOffset(0); public static final Field RAWRAWPPSPRIMARY = Field.create("RAWRAWPPSPRIMARY", 236, FieldType.FLOAT).setBaseOffset(0); @@ -783,8 +784,9 @@ public class TsOutputs { RAWCLT, RAWIAT, RAWOILPRESSURE, + RAWACPRESSURE, FUELCLOSEDLOOPBINIDX, - ALIGNMENTFILL_AT_225, + ALIGNMENTFILL_AT_227, RAWPPSPRIMARY, RAWPPSSECONDARY, RAWRAWPPSPRIMARY,