diff --git a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h index bb35f4c922..d704073b80 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h +++ b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated_cypress.h @@ -817,7 +817,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1116,7 +1116,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.4187533548" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h index e5a7c89994..565b57cfad 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated_kin.h @@ -817,7 +817,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 3224522185 +#define SIGNATURE_HASH 3142154050 #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" @@ -1116,7 +1116,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3224522185" +#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3142154050" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h index e77250c61c..1991b642b4 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h @@ -1055,7 +1055,7 @@ #define show_Frankenso_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2238598512 +#define SIGNATURE_HASH 4262819835 #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" @@ -1354,7 +1354,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.2238598512" +#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.4262819835" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index 7559d89d88..e3189e88ef 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -511,6 +511,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" diff --git a/firmware/console/binary/generated/fancy_content.ini b/firmware/console/binary/generated/fancy_content.ini index 9a2e6812fa..cefa1d579f 100644 --- a/firmware/console/binary/generated/fancy_content.ini +++ b/firmware/console/binary/generated/fancy_content.ini @@ -242,16 +242,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index f8ad97a3ea..86ac5ce61c 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -639,6 +639,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] diff --git a/firmware/console/binary_log/log_fields_generated.h b/firmware/console/binary_log/log_fields_generated.h index f21278d60e..d77e9b6d2b 100644 --- a/firmware/console/binary_log/log_fields_generated.h +++ b/firmware/console/binary_log/log_fields_generated.h @@ -386,6 +386,8 @@ static constexpr LogField fields[] = { {engine->engineState.clutchDownState, "Clutch: down", "", 0}, {engine->engineState.brakePedalState, "Brake switch", "", 0}, {engine->engineState.startStopState, "startStopState", "", 0}, + {engine->engineState.smartChipState, "smartChipState", "", 0}, + {engine->engineState.smartChipRestartCounter, "smartChipRestartCounter", "", 0}, {engine->engineState.startStopStateToggleCounter, "startStopStateToggleCounter", "", 0}, {engine->engineState.egtValue1, "egtValue1", "", 0}, {engine->engineState.egtValue2, "egtValue2", "", 0}, diff --git a/firmware/controllers/algo/engine_state_generated.h b/firmware/controllers/algo/engine_state_generated.h index 201ab29302..6f742a3318 100644 --- a/firmware/controllers/algo/engine_state_generated.h +++ b/firmware/controllers/algo/engine_state_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 21 17:00:41 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Thu Dec 21 05:28:46 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -214,11 +214,13 @@ struct engine_state_s { */ int8_t startStopState = (int8_t)0; /** - * need 4 byte alignment - units * offset 46 */ - uint8_t alignmentFill_at_46[2]; + int8_t smartChipState = (int8_t)0; + /** + * offset 47 + */ + int8_t smartChipRestartCounter = (int8_t)0; /** offset 48 bit 0 */ bool startStopPhysicalState : 1 {}; @@ -245,76 +247,76 @@ struct engine_state_s { bool luaDigitalState3 : 1 {}; /** offset 48 bit 8 */ - bool unusedBit_18_8 : 1 {}; + bool unusedBit_19_8 : 1 {}; /** offset 48 bit 9 */ - bool unusedBit_18_9 : 1 {}; + bool unusedBit_19_9 : 1 {}; /** offset 48 bit 10 */ - bool unusedBit_18_10 : 1 {}; + bool unusedBit_19_10 : 1 {}; /** offset 48 bit 11 */ - bool unusedBit_18_11 : 1 {}; + bool unusedBit_19_11 : 1 {}; /** offset 48 bit 12 */ - bool unusedBit_18_12 : 1 {}; + bool unusedBit_19_12 : 1 {}; /** offset 48 bit 13 */ - bool unusedBit_18_13 : 1 {}; + bool unusedBit_19_13 : 1 {}; /** offset 48 bit 14 */ - bool unusedBit_18_14 : 1 {}; + bool unusedBit_19_14 : 1 {}; /** offset 48 bit 15 */ - bool unusedBit_18_15 : 1 {}; + bool unusedBit_19_15 : 1 {}; /** offset 48 bit 16 */ - bool unusedBit_18_16 : 1 {}; + bool unusedBit_19_16 : 1 {}; /** offset 48 bit 17 */ - bool unusedBit_18_17 : 1 {}; + bool unusedBit_19_17 : 1 {}; /** offset 48 bit 18 */ - bool unusedBit_18_18 : 1 {}; + bool unusedBit_19_18 : 1 {}; /** offset 48 bit 19 */ - bool unusedBit_18_19 : 1 {}; + bool unusedBit_19_19 : 1 {}; /** offset 48 bit 20 */ - bool unusedBit_18_20 : 1 {}; + bool unusedBit_19_20 : 1 {}; /** offset 48 bit 21 */ - bool unusedBit_18_21 : 1 {}; + bool unusedBit_19_21 : 1 {}; /** offset 48 bit 22 */ - bool unusedBit_18_22 : 1 {}; + bool unusedBit_19_22 : 1 {}; /** offset 48 bit 23 */ - bool unusedBit_18_23 : 1 {}; + bool unusedBit_19_23 : 1 {}; /** offset 48 bit 24 */ - bool unusedBit_18_24 : 1 {}; + bool unusedBit_19_24 : 1 {}; /** offset 48 bit 25 */ - bool unusedBit_18_25 : 1 {}; + bool unusedBit_19_25 : 1 {}; /** offset 48 bit 26 */ - bool unusedBit_18_26 : 1 {}; + bool unusedBit_19_26 : 1 {}; /** offset 48 bit 27 */ - bool unusedBit_18_27 : 1 {}; + bool unusedBit_19_27 : 1 {}; /** offset 48 bit 28 */ - bool unusedBit_18_28 : 1 {}; + bool unusedBit_19_28 : 1 {}; /** offset 48 bit 29 */ - bool unusedBit_18_29 : 1 {}; + bool unusedBit_19_29 : 1 {}; /** offset 48 bit 30 */ - bool unusedBit_18_30 : 1 {}; + bool unusedBit_19_30 : 1 {}; /** offset 48 bit 31 */ - bool unusedBit_18_31 : 1 {}; + bool unusedBit_19_31 : 1 {}; /** * offset 52 */ @@ -374,4 +376,4 @@ struct engine_state_s { static_assert(sizeof(engine_state_s) == 88); // end -// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 21 17:00:41 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Thu Dec 21 05:28:46 UTC 2023 diff --git a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h index 50449bd8a8..1028cbfe15 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h @@ -1145,7 +1145,7 @@ #define show_Frankenso_presets true #define show_Hellen_presets true #define show_test_presets true -#define SIGNATURE_HASH 4069932640 +#define SIGNATURE_HASH 2314011883 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 false #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.4069932640" +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.2314011883" #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 e730132ad2..68beccc1ff 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h @@ -1146,7 +1146,7 @@ #define show_Frankenso_presets true #define show_Hellen_presets true #define show_test_presets true -#define SIGNATURE_HASH 2445496472 +#define SIGNATURE_HASH 3937954323 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.2445496472" +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.3937954323" #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 ac7affc8be..aa487257ae 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h @@ -1146,7 +1146,7 @@ #define show_Frankenso_presets true #define show_Hellen_presets true #define show_test_presets true -#define SIGNATURE_HASH 2445496472 +#define SIGNATURE_HASH 3937954323 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472" +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323" #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 9459f2ab02..4e8ec08458 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3004191844 +#define SIGNATURE_HASH 3362483951 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844" +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951" #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 0129ebca2d..5fe99a241e 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1823760839 +#define SIGNATURE_HASH 399465292 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.1823760839" +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.399465292" #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 5b21ddb918..84c604bb35 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1823760839 +#define SIGNATURE_HASH 399465292 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.1823760839" +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.399465292" #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 022bf02567..c3bc5e6d9f 100644 --- a/firmware/controllers/generated/rusefi_generated_at_start_f435.h +++ b/firmware/controllers/generated/rusefi_generated_at_start_f435.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.4187533548" #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 7810b23e9e..29a54a197e 100644 --- a/firmware/controllers/generated/rusefi_generated_atlas.h +++ b/firmware/controllers/generated/rusefi_generated_atlas.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 3336855081 +#define SIGNATURE_HASH 3181339810 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3336855081" +#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3181339810" #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 fc596410ab..c15f34d9fd 100644 --- a/firmware/controllers/generated/rusefi_generated_f407-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f407-discovery.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 73208052 +#define SIGNATURE_HASH 2133207679 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.73208052" +#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.2133207679" #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 bbf01a6852..e6b1ce6cdc 100644 --- a/firmware/controllers/generated/rusefi_generated_f429-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f429-discovery.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.4187533548" #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 10611669c3..fed68df6f3 100644 --- a/firmware/controllers/generated/rusefi_generated_f469-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f469-discovery.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2956233972 +#define SIGNATURE_HASH 3410998911 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.2956233972" +#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.3410998911" #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 9e825dcc49..11073e5201 100644 --- a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h +++ b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h @@ -1144,7 +1144,7 @@ #define show_Frankenso_presets true #define show_microRusEFI_presets false #define show_test_presets true -#define SIGNATURE_HASH 2695981741 +#define SIGNATURE_HASH 3687469094 #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" @@ -1443,7 +1443,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.2695981741" +#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.3687469094" #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 d545ed6de0..0ff08bdf4b 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1478696569 +#define SIGNATURE_HASH 592979186 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.1478696569" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.592979186" #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 b43cbe35c2..ce3588385d 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 839990423 +#define SIGNATURE_HASH 1231685148 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.839990423" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.1231685148" #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 5f3cdd9016..173680bec9 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1526969412 +#define SIGNATURE_HASH 544771791 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.1526969412" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.544771791" #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 208bee4116..af8b23d11d 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3978397552 +#define SIGNATURE_HASH 2522529275 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.3978397552" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.2522529275" #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 95ab18ba7e..ac48bc42c5 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 466971731 +#define SIGNATURE_HASH 1622038232 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.466971731" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.1622038232" #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 6b781ebd72..297989b978 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121vag.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121vag.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 4060304167 +#define SIGNATURE_HASH 2306369964 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.4060304167" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.2306369964" #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 27b0473999..8aefbc946f 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen128.h +++ b/firmware/controllers/generated/rusefi_generated_hellen128.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1295060237 +#define SIGNATURE_HASH 910833542 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.1295060237" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.910833542" #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 befb53e689..435cd652e6 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2957024987 +#define SIGNATURE_HASH 3409683536 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.2957024987" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.3409683536" #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 2894c693f0..3df4f499c9 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen72.h +++ b/firmware/controllers/generated/rusefi_generated_hellen72.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 4003957834 +#define SIGNATURE_HASH 2514269889 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.4003957834" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.2514269889" #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 2d3676a85e..63b46171c7 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen81.h +++ b/firmware/controllers/generated/rusefi_generated_hellen81.h @@ -1145,7 +1145,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1605400584 +#define SIGNATURE_HASH 617300611 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.1605400584" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.617300611" #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 559878c731..11b3a7fa04 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h +++ b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1824917411 +#define SIGNATURE_HASH 398277928 #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" @@ -1445,7 +1445,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.1824917411" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.398277928" #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 71f4f9d8ca..fbe9beb286 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA6.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA6.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1777210947 +#define SIGNATURE_HASH 311766216 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.1777210947" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.311766216" #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 a8fbe8f097..98673dd933 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h @@ -1148,7 +1148,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 256837260 +#define SIGNATURE_HASH 1949580295 #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" @@ -1447,7 +1447,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.256837260" +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.1949580295" #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 8d5c6ca843..cbb32da967 100644 --- a/firmware/controllers/generated/rusefi_generated_m74_9.h +++ b/firmware/controllers/generated/rusefi_generated_m74_9.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 183319629 +#define SIGNATURE_HASH 1905657542 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.183319629" +#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.1905657542" #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 6039cf055b..3fcf0f7a96 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f4.h @@ -1145,7 +1145,7 @@ #define show_Frankenso_presets false #define show_microRusEFI_presets true #define show_test_presets false -#define SIGNATURE_HASH 2710463463 +#define SIGNATURE_HASH 3673512300 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.2710463463" +#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.3673512300" #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 13434e38a1..7c6a8fbfac 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f7.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f7.h @@ -1145,7 +1145,7 @@ #define show_Frankenso_presets false #define show_microRusEFI_presets true #define show_test_presets false -#define SIGNATURE_HASH 2710463463 +#define SIGNATURE_HASH 3673512300 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.2710463463" +#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.3673512300" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_nucleo_h743.h b/firmware/controllers/generated/rusefi_generated_nucleo_h743.h index 685b617caf..b89dde9b05 100644 --- a/firmware/controllers/generated/rusefi_generated_nucleo_h743.h +++ b/firmware/controllers/generated/rusefi_generated_nucleo_h743.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.4187533548" #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 6f9abdc238..1ea867cf40 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_405.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_405.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2994161655 +#define SIGNATURE_HASH 3373038972 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.2994161655" +#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.3373038972" #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 11a8f7de53..42ff20b8ae 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_469.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_469.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2994161655 +#define SIGNATURE_HASH 3373038972 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.2994161655" +#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.3373038972" #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 43062d1c04..93e4a24c1f 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f4.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f4.h @@ -1145,7 +1145,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 2196796445 +#define SIGNATURE_HASH 4186656406 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.2196796445" +#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.4186656406" #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 d8167dddeb..64c5e98297 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f7.h @@ -1145,7 +1145,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 2196796445 +#define SIGNATURE_HASH 4186656406 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.2196796445" +#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.4186656406" #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 de4dda6271..dae1b32dff 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_h7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_h7.h @@ -1145,7 +1145,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 2196796445 +#define SIGNATURE_HASH 4186656406 #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" @@ -1444,7 +1444,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.2196796445" +#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.4186656406" #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 6fea775fe1..b54547f781 100644 --- a/firmware/controllers/generated/rusefi_generated_s105.h +++ b/firmware/controllers/generated/rusefi_generated_s105.h @@ -1146,7 +1146,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3989334529 +#define SIGNATURE_HASH 2528333962 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.3989334529" +#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.2528333962" #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 a11b169413..e66e511582 100644 --- a/firmware/controllers/generated/rusefi_generated_small-can-board.h +++ b/firmware/controllers/generated/rusefi_generated_small-can-board.h @@ -1144,7 +1144,7 @@ #define show_Frankenso_presets true #define show_small_can_board_presets true #define show_test_presets true -#define SIGNATURE_HASH 3158460142 +#define SIGNATURE_HASH 3342433381 #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" @@ -1443,7 +1443,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3158460142" +#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3342433381" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h index 6d6498258a..5fa9a0296e 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f413_nucleo.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.4187533548" #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 340ea3e7c5..f1b1026f6e 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.4187533548" #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 12e1b469a0..f7998560bd 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.4187533548" #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 1641834e54..f1f077f350 100644 --- a/firmware/controllers/generated/rusefi_generated_t-b-g.h +++ b/firmware/controllers/generated/rusefi_generated_t-b-g.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2195950183 +#define SIGNATURE_HASH 4187533548 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.2195950183" +#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.4187533548" #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 159a48bfec..4d1235e7c4 100644 --- a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h +++ b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h @@ -1143,7 +1143,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 139306565 +#define SIGNATURE_HASH 1932958926 #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" @@ -1442,7 +1442,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.139306565" +#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.1932958926" #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 35748a2264..aa71622a3f 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi.h @@ -1147,7 +1147,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2760539630 +#define SIGNATURE_HASH 3757131621 #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" @@ -1446,7 +1446,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.2760539630" +#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.3757131621" #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 c2d98777e2..fd824101c1 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4069932640 -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.4069932640" +#define SIGNATURE_HASH 2314011883 +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-2chan.2314011883" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index 092e851526..59c995b332 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2445496472 -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.2445496472" +#define SIGNATURE_HASH 3937954323 +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan.3937954323" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 34bf65b3a7..04f1903ef6 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2445496472 -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472" +#define SIGNATURE_HASH 3937954323 +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index ed54993d2c..9cc97f7b6b 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3004191844 -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844" +#define SIGNATURE_HASH 3362483951 +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index bb772bb068..c8aa9330f9 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1823760839 -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.1823760839" +#define SIGNATURE_HASH 399465292 +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan.399465292" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index b98edd179c..b627f17644 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1823760839 -#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.1823760839" +#define SIGNATURE_HASH 399465292 +#define TS_SIGNATURE "rusEFI master.2023.12.21.alphax-8chan_f7.399465292" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index 70b2b22472..c497e79f8d 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.at_start_f435.4187533548" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 63cf77b906..65909c3ed3 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3336855081 -#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3336855081" +#define SIGNATURE_HASH 3181339810 +#define TS_SIGNATURE "rusEFI master.2023.12.21.atlas.3181339810" diff --git a/firmware/controllers/generated/signature_cypress.h b/firmware/controllers/generated/signature_cypress.h index 73dd336b34..c339f35124 100644 --- a/firmware/controllers/generated/signature_cypress.h +++ b/firmware/controllers/generated/signature_cypress.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.cypress.4187533548" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index b196f1f343..62425b60a7 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 73208052 -#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.73208052" +#define SIGNATURE_HASH 2133207679 +#define TS_SIGNATURE "rusEFI master.2023.12.21.f407-discovery.2133207679" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index fb8f146c6f..b9a480abdf 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.f429-discovery.4187533548" diff --git a/firmware/controllers/generated/signature_f469-discovery.h b/firmware/controllers/generated/signature_f469-discovery.h index 4ffd7c8a63..b877106c79 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2956233972 -#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.2956233972" +#define SIGNATURE_HASH 3410998911 +#define TS_SIGNATURE "rusEFI master.2023.12.21.f469-discovery.3410998911" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index a522082956..5b0ece975a 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2695981741 -#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.2695981741" +#define SIGNATURE_HASH 3687469094 +#define TS_SIGNATURE "rusEFI master.2023.12.21.frankenso_na6.3687469094" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index 70a9060033..6336535742 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1478696569 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.1478696569" +#define SIGNATURE_HASH 592979186 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-112-17.592979186" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 7338dacaf2..117f677ca5 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 839990423 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.839990423" +#define SIGNATURE_HASH 1231685148 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-gm-e67.1231685148" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index 4c4090988e..5f61daa8ad 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1526969412 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.1526969412" +#define SIGNATURE_HASH 544771791 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-honda-k.544771791" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index db68466b67..c263dd7293 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3978397552 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.3978397552" +#define SIGNATURE_HASH 2522529275 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen-nb1.2522529275" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index 3e43877ac2..0bd7f74b1f 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 466971731 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.466971731" +#define SIGNATURE_HASH 1622038232 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121nissan.1622038232" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 2d2d00370f..1a917a8b2f 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4060304167 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.4060304167" +#define SIGNATURE_HASH 2306369964 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen121vag.2306369964" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index cafdef8a82..5811fea635 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1295060237 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.1295060237" +#define SIGNATURE_HASH 910833542 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen128.910833542" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 068a518cca..e9c14a6ac9 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2957024987 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.2957024987" +#define SIGNATURE_HASH 3409683536 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen154hyundai.3409683536" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 343ac68e34..e3aa8a825d 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4003957834 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.4003957834" +#define SIGNATURE_HASH 2514269889 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen72.2514269889" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 9d90e0288a..ca22f5f729 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1605400584 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.1605400584" +#define SIGNATURE_HASH 617300611 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen81.617300611" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 8ecf096634..7258cfee1a 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1824917411 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.1824917411" +#define SIGNATURE_HASH 398277928 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellen88bmw.398277928" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 16a07bc31c..6603e3d6da 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1777210947 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.1777210947" +#define SIGNATURE_HASH 311766216 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA6.311766216" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 4071dcfa0c..0bab417111 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 256837260 -#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.256837260" +#define SIGNATURE_HASH 1949580295 +#define TS_SIGNATURE "rusEFI master.2023.12.21.hellenNA8_96.1949580295" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index babece2d20..1def1d22f8 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 3224522185 -#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3224522185" +#define SIGNATURE_HASH 3142154050 +#define TS_SIGNATURE "rusEFI master.2023.12.21.kin.3142154050" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index f956f2ffa5..f580f9ff1a 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 183319629 -#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.183319629" +#define SIGNATURE_HASH 1905657542 +#define TS_SIGNATURE "rusEFI master.2023.12.21.m74_9.1905657542" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 7877246b36..9d03f0f647 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2710463463 -#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.2710463463" +#define SIGNATURE_HASH 3673512300 +#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f4.3673512300" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index ca857b6fc1..740f946f90 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2710463463 -#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.2710463463" +#define SIGNATURE_HASH 3673512300 +#define TS_SIGNATURE "rusEFI master.2023.12.21.mre_f7.3673512300" diff --git a/firmware/controllers/generated/signature_nucleo_h743.h b/firmware/controllers/generated/signature_nucleo_h743.h index 5444126cc6..d7a4ed39d3 100644 --- a/firmware/controllers/generated/signature_nucleo_h743.h +++ b/firmware/controllers/generated/signature_nucleo_h743.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.nucleo_h743.4187533548" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 248e73317e..6d38fcc371 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2994161655 -#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.2994161655" +#define SIGNATURE_HASH 3373038972 +#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_405.3373038972" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 5b2a47e9fe..cbf9282314 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2994161655 -#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.2994161655" +#define SIGNATURE_HASH 3373038972 +#define TS_SIGNATURE "rusEFI master.2023.12.21.prometheus_469.3373038972" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 2e6b67d215..26bc40b798 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2196796445 -#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.2196796445" +#define SIGNATURE_HASH 4186656406 +#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f4.4186656406" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index a9f266e637..e8b854e558 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2196796445 -#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.2196796445" +#define SIGNATURE_HASH 4186656406 +#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_f7.4186656406" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index d83a98ada1..a53b37793d 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2196796445 -#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.2196796445" +#define SIGNATURE_HASH 4186656406 +#define TS_SIGNATURE "rusEFI master.2023.12.21.proteus_h7.4186656406" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index 5c1302e0c2..cd0184fc61 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3989334529 -#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.3989334529" +#define SIGNATURE_HASH 2528333962 +#define TS_SIGNATURE "rusEFI master.2023.12.21.s105.2528333962" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index d54e46ee70..3f468668bd 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3158460142 -#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3158460142" +#define SIGNATURE_HASH 3342433381 +#define TS_SIGNATURE "rusEFI master.2023.12.21.small-can-board.3342433381" diff --git a/firmware/controllers/generated/signature_stm32f413_nucleo.h b/firmware/controllers/generated/signature_stm32f413_nucleo.h index e0d99218d7..805b82596f 100644 --- a/firmware/controllers/generated/signature_stm32f413_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f413_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f413_nucleo.4187533548" diff --git a/firmware/controllers/generated/signature_stm32f429_nucleo.h b/firmware/controllers/generated/signature_stm32f429_nucleo.h index 2c2c28b323..f50500dd92 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f429_nucleo.4187533548" diff --git a/firmware/controllers/generated/signature_stm32f767_nucleo.h b/firmware/controllers/generated/signature_stm32f767_nucleo.h index df3cae94d4..07cef101e8 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.stm32f767_nucleo.4187533548" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 6669140ce1..117b5e8cfe 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.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2238598512 -#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.2238598512" +#define SIGNATURE_HASH 4262819835 +#define TS_SIGNATURE "rusEFI master.2023.12.21.subaru_eg33_f7.4262819835" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index 4ae0004b0d..06593e45b6 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2195950183 -#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.2195950183" +#define SIGNATURE_HASH 4187533548 +#define TS_SIGNATURE "rusEFI master.2023.12.21.t-b-g.4187533548" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index f7bc1eefd0..b3917a5adc 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 139306565 -#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.139306565" +#define SIGNATURE_HASH 1932958926 +#define TS_SIGNATURE "rusEFI master.2023.12.21.tdg-pdm8.1932958926" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index a1e13b84aa..3f416e5954 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2760539630 -#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.2760539630" +#define SIGNATURE_HASH 3757131621 +#define TS_SIGNATURE "rusEFI master.2023.12.21.uaefi.3757131621" diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index 9b33338241..c7384dfe02 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -1076,6 +1076,12 @@ float getOutputValueByName(const char *name) { // startStopState case 897099930: return engine->engineState.startStopState; +// smartChipState + case -517673231: + return engine->engineState.smartChipState; +// smartChipRestartCounter + case 1192769173: + return engine->engineState.smartChipRestartCounter; // startStopPhysicalState case -1943724937: return engine->engineState.startStopPhysicalState; diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 4d914ea26a..7e966e5b0a 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.alphax-2chan.4069932640" + signature = "rusEFI master.2023.12.21.alphax-2chan.2314011883" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.alphax-2chan.4069932640" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.alphax-2chan.2314011883" ; 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 @@ -92,7 +92,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","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:16 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:00 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6193,16 +6197,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 381e701056..d8f32f6d02 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.alphax-4chan.2445496472" + signature = "rusEFI master.2023.12.21.alphax-4chan.3937954323" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.alphax-4chan.2445496472" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.alphax-4chan.3937954323" ; 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 @@ -92,7 +92,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","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:19 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:03 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index e57dc2fb70..4a662429d1 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472" + signature = "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.alphax-4chan_f7.2445496472" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.alphax-4chan_f7.3937954323" ; 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 @@ -92,7 +92,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","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:21 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:05 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index 6e85cbe696..6f601db95b 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844" + signature = "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.alphax-8chan-revA.3004191844" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.alphax-8chan-revA.3362483951" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:29 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:14 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6197,16 +6201,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index ac9e2e3b62..408d1d736c 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.alphax-8chan.1823760839" + signature = "rusEFI master.2023.12.21.alphax-8chan.399465292" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.alphax-8chan.1823760839" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.alphax-8chan.399465292" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:24 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:08 UTC 2023 pageSize = 22104 page = 1 @@ -3028,6 +3028,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5236,6 +5238,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6200,16 +6204,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index b12ec18b0c..22ae904dfd 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.alphax-8chan_f7.1823760839" + signature = "rusEFI master.2023.12.21.alphax-8chan_f7.399465292" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.alphax-8chan_f7.1823760839" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.alphax-8chan_f7.399465292" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:27 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:11 UTC 2023 pageSize = 22104 page = 1 @@ -3028,6 +3028,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5236,6 +5238,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6200,16 +6204,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index 55de424ad1..01bd8575b4 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.at_start_f435.2195950183" + signature = "rusEFI master.2023.12.21.at_start_f435.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.at_start_f435.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.at_start_f435.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:07:00 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:47 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 969867aa52..9272eb1ca6 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.atlas.3336855081" + signature = "rusEFI master.2023.12.21.atlas.3181339810" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.atlas.3336855081" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.atlas.3181339810" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:53 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:39 UTC 2023 pageSize = 21588 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 5f156dbcb2..3de8d25dbb 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.cypress.2195950183" + signature = "rusEFI master.2023.12.21.cypress.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.cypress.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.cypress.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:12 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:28:56 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 06e533431f..27ed8f6a73 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.f407-discovery.73208052" + signature = "rusEFI master.2023.12.21.f407-discovery.2133207679" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.f407-discovery.73208052" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.f407-discovery.2133207679" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:58 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:44 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5234,6 +5236,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6198,16 +6202,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 20dbfa23c4..4fda0b25af 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.f429-discovery.2195950183" + signature = "rusEFI master.2023.12.21.f429-discovery.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.f429-discovery.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.f429-discovery.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:38 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:24 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini index 442eb12ef9..e71c53b084 100644 --- a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.f469-discovery.2956233972" + signature = "rusEFI master.2023.12.21.f469-discovery.3410998911" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.f469-discovery.2956233972" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.f469-discovery.3410998911" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:41 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:27 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 33b067a3aa..51a996fbc0 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.frankenso_na6.2695981741" + signature = "rusEFI master.2023.12.21.frankenso_na6.3687469094" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.frankenso_na6.2695981741" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.frankenso_na6.3687469094" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:23 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:09 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index 7c42f8b3b8..08348f203f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen-112-17.1478696569" + signature = "rusEFI master.2023.12.21.hellen-112-17.592979186" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen-112-17.1478696569" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen-112-17.592979186" ; 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 @@ -92,7 +92,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","A19 Analog Input","A10 Analog Input","INVALID","B19 MAP","A09 Analog Input","B15 CLT","B27 IAT","A11 Analog Input","A12 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:50 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:35 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6194,16 +6198,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 59e0eb61c9..c22120b8d1 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen-gm-e67.839990423" + signature = "rusEFI master.2023.12.21.hellen-gm-e67.1231685148" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen-gm-e67.839990423" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen-gm-e67.1231685148" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:00 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:45 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 45125a0e46..0ed41cc0aa 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen-honda-k.1526969412" + signature = "rusEFI master.2023.12.21.hellen-honda-k.544771791" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen-honda-k.1526969412" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen-honda-k.544771791" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","Aux Analog 1","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT","Aux Analog 2","Aux Analog 3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:40 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:24 UTC 2023 pageSize = 22760 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6194,16 +6198,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 5ef9b025ca..6e91074b4f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen-nb1.3978397552" + signature = "rusEFI master.2023.12.21.hellen-nb1.2522529275" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen-nb1.3978397552" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen-nb1.2522529275" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:58 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:43 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 563e86dd5f..8e288defca 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen121nissan.466971731" + signature = "rusEFI master.2023.12.21.hellen121nissan.1622038232" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen121nissan.466971731" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen121nissan.1622038232" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:37 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:22 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6194,16 +6198,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 6774757454..e8dcbc68f8 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen121vag.4060304167" + signature = "rusEFI master.2023.12.21.hellen121vag.2306369964" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen121vag.4060304167" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen121vag.2306369964" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:35 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:19 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index 1d14e3b89e..df2f34095d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen128.1295060237" + signature = "rusEFI master.2023.12.21.hellen128.910833542" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen128.1295060237" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen128.910833542" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:32 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:16 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 0fff3f5115..cf7f4c105b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen154hyundai.2957024987" + signature = "rusEFI master.2023.12.21.hellen154hyundai.3409683536" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen154hyundai.2957024987" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen154hyundai.3409683536" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:42 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:27 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6194,16 +6198,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 0184cbd9b8..af530a5c77 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen72.4003957834" + signature = "rusEFI master.2023.12.21.hellen72.2514269889" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen72.4003957834" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen72.2514269889" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:53 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:38 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 8624d3b484..9017fd83e9 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen81.1605400584" + signature = "rusEFI master.2023.12.21.hellen81.617300611" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen81.1605400584" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen81.617300611" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:55 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:40 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6194,16 +6198,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 48e311017c..7366f4816e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellen88bmw.1824917411" + signature = "rusEFI master.2023.12.21.hellen88bmw.398277928" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellen88bmw.1824917411" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellen88bmw.398277928" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:45 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:30 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index c675412e0c..266c826733 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellenNA6.1777210947" + signature = "rusEFI master.2023.12.21.hellenNA6.311766216" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellenNA6.1777210947" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellenNA6.311766216" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:03 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:48 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 258ee2f8ea..a9dd53e8a6 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.hellenNA8_96.256837260" + signature = "rusEFI master.2023.12.21.hellenNA8_96.1949580295" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.hellenNA8_96.256837260" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.hellenNA8_96.1949580295" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:06 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:50 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index 4bf22fbdb5..485ab29deb 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.kin.3224522185" + signature = "rusEFI master.2023.12.21.kin.3142154050" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.kin.3224522185" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.kin.3142154050" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:11 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:28:55 UTC 2023 pageSize = 20712 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 60f3889381..5bd68e4f2b 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.m74_9.183319629" + signature = "rusEFI master.2023.12.21.m74_9.1905657542" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.m74_9.183319629" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.m74_9.1905657542" ; 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 @@ -92,7 +92,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","Pedal position sensor 2 signal","ETB position sensor 1 signal","ETB position sensor 2 signal" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:16 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:01 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 1f0c0c3489..0fe9c18f44 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.mre_f4.2710463463" + signature = "rusEFI master.2023.12.21.mre_f4.3673512300" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.mre_f4.2710463463" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.mre_f4.3673512300" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:13 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:58 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5234,6 +5236,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6198,16 +6202,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 189927a10f..e9395b6425 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.mre_f7.2710463463" + signature = "rusEFI master.2023.12.21.mre_f7.3673512300" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.mre_f7.2710463463" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.mre_f7.3673512300" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:11 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:56 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5234,6 +5236,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6198,16 +6202,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini index dda7a8d26f..4502282791 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.nucleo_h743.2195950183" + signature = "rusEFI master.2023.12.21.nucleo_h743.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.nucleo_h743.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.nucleo_h743.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:50 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:37 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index d603926410..cfa450e825 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.prometheus_405.2994161655" + signature = "rusEFI master.2023.12.21.prometheus_405.3373038972" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.prometheus_405.2994161655" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.prometheus_405.3373038972" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:28 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:14 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6190,16 +6194,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 389a4eb144..a6e1d00899 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.prometheus_469.2994161655" + signature = "rusEFI master.2023.12.21.prometheus_469.3373038972" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.prometheus_469.2994161655" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.prometheus_469.3373038972" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:26 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:11 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6190,16 +6194,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 333f02a5bf..74b2d127ba 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.proteus_f4.2196796445" + signature = "rusEFI master.2023.12.21.proteus_f4.4186656406" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.proteus_f4.2196796445" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.proteus_f4.4186656406" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:33 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:19 UTC 2023 pageSize = 26088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6205,16 +6209,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 738db0a86f..baefd304c7 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.proteus_f7.2196796445" + signature = "rusEFI master.2023.12.21.proteus_f7.4186656406" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.proteus_f7.2196796445" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.proteus_f7.4186656406" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:31 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:16 UTC 2023 pageSize = 26088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6205,16 +6209,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 83803eb319..c383648e27 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.proteus_h7.2196796445" + signature = "rusEFI master.2023.12.21.proteus_h7.4186656406" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.proteus_h7.2196796445" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.proteus_h7.4186656406" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:36 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:22 UTC 2023 pageSize = 26088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6205,16 +6209,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index dcd643d51d..35fe438134 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.s105.3989334529" + signature = "rusEFI master.2023.12.21.s105.2528333962" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.s105.3989334529" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.s105.2528333962" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:18 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:04 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6196,16 +6200,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index a315a39fc9..a045741561 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.small-can-board.3158460142" + signature = "rusEFI master.2023.12.21.small-can-board.3342433381" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.small-can-board.3158460142" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.small-can-board.3342433381" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:08 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:53 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini index d281724114..736b2bd807 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f413_nucleo.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.stm32f413_nucleo.2195950183" + signature = "rusEFI master.2023.12.21.stm32f413_nucleo.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.stm32f413_nucleo.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.stm32f413_nucleo.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:43 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:29 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini index 0cc1e7b9fc..d45ea228b3 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.stm32f429_nucleo.2195950183" + signature = "rusEFI master.2023.12.21.stm32f429_nucleo.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.stm32f429_nucleo.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.stm32f429_nucleo.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:46 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:32 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini index fe553e616b..3fb6bc3519 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.stm32f767_nucleo.2195950183" + signature = "rusEFI master.2023.12.21.stm32f767_nucleo.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.stm32f767_nucleo.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.stm32f767_nucleo.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:48 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:35 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index ef855e0bb6..4f366731dc 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.subaru_eg33_f7.2238598512" + signature = "rusEFI master.2023.12.21.subaru_eg33_f7.4262819835" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.subaru_eg33_f7.2238598512" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.subaru_eg33_f7.4262819835" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:13 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:28:57 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index c7924c3591..6a7b0bbfd1 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.t-b-g.2195950183" + signature = "rusEFI master.2023.12.21.t-b-g.4187533548" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.t-b-g.2195950183" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.t-b-g.4187533548" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:21 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:06 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 608b9fba6f..b2663e4668 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.tdg-pdm8.139306565" + signature = "rusEFI master.2023.12.21.tdg-pdm8.1932958926" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.tdg-pdm8.139306565" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.tdg-pdm8.1932958926" ; 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 @@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:06:55 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:42 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6195,16 +6199,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index 9a5c0234db..342af5d37b 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.12.21.uaefi.2760539630" + signature = "rusEFI master.2023.12.21.uaefi.3757131621" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.12.21.uaefi.2760539630" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.12.21.uaefi.3757131621" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","INVALID","C14 TPS2","INVALID","D9 MAP","INVALID","D16 CLT","D15 IAT","C4 PPS2","C15 AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:05:47 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:29:32 UTC 2023 pageSize = 22088 page = 1 @@ -3025,6 +3025,8 @@ clutchUpState = scalar, S08, 1090, "", 1, 0 clutchDownState = scalar, S08, 1091, "", 1, 0 brakePedalState = scalar, S08, 1092, "", 1, 0 startStopState = scalar, S08, 1093, "", 1, 0 +smartChipState = scalar, S08, 1094, "", 1, 0 +smartChipRestartCounter = scalar, S08, 1095, "", 1, 0 startStopPhysicalState = bits, U32, 1096, [0:0] acrStateDup = bits, U32, 1096, [1:1] acrEngineMovedRecently = bits, U32, 1096, [2:2] @@ -5233,6 +5235,8 @@ entry = clutchUpState, "Clutch: up", int, "%d" entry = clutchDownState, "Clutch: down", int, "%d" entry = brakePedalState, "Brake switch", int, "%d" entry = startStopState, "startStopState", int, "%d" +entry = smartChipState, "smartChipState", int, "%d" +entry = smartChipRestartCounter, "smartChipRestartCounter", int, "%d" entry = startStopPhysicalState, "startStopPhysicalState", int, "%d" entry = acrStateDup, "acrStateDup", int, "%d" entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d" @@ -6194,16 +6198,19 @@ dialog = engine_stateDialog, "engine_state" liveGraph = engine_state_4_Graph, "Graph", South graphLine = brakePedalState graphLine = startStopState + graphLine = smartChipState + graphLine = smartChipRestartCounter + liveGraph = engine_state_5_Graph, "Graph", South graphLine = startStopStateToggleCounter graphLine = egtValue1 - liveGraph = engine_state_5_Graph, "Graph", South graphLine = egtValue2 graphLine = desiredRpmLimit + liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelInjectionCounter graphLine = sparkCounter - liveGraph = engine_state_6_Graph, "Graph", South graphLine = fuelingLoad graphLine = ignitionLoad + liveGraph = engine_state_7_Graph, "Graph", South graphLine = veTableYAxis indicatorPanel = tps_accel_stateIndicatorPanel, 2 diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/EngineState.java b/java_console/models/src/main/java/com/rusefi/config/generated/EngineState.java index 542d89dbb7..7100becde5 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/EngineState.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/EngineState.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Mon Nov 27 20:20:53 UTC 2023 +// this file was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Thu Dec 21 05:28:46 UTC 2023 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -191,7 +191,8 @@ public class EngineState { public static final Field CLUTCHDOWNSTATE = Field.create("CLUTCHDOWNSTATE", 43, FieldType.INT8).setScale(1.0).setBaseOffset(1048); public static final Field BRAKEPEDALSTATE = Field.create("BRAKEPEDALSTATE", 44, FieldType.INT8).setScale(1.0).setBaseOffset(1048); public static final Field STARTSTOPSTATE = Field.create("STARTSTOPSTATE", 45, FieldType.INT8).setScale(1.0).setBaseOffset(1048); - public static final Field ALIGNMENTFILL_AT_46 = Field.create("ALIGNMENTFILL_AT_46", 46, FieldType.INT8).setScale(1.0).setBaseOffset(1048); + public static final Field SMARTCHIPSTATE = Field.create("SMARTCHIPSTATE", 46, FieldType.INT8).setScale(1.0).setBaseOffset(1048); + public static final Field SMARTCHIPRESTARTCOUNTER = Field.create("SMARTCHIPRESTARTCOUNTER", 47, FieldType.INT8).setScale(1.0).setBaseOffset(1048); public static final Field STARTSTOPPHYSICALSTATE = Field.create("STARTSTOPPHYSICALSTATE", 48, FieldType.BIT, 0).setBaseOffset(1048); public static final Field ACRSTATEDUP = Field.create("ACRSTATEDUP", 48, FieldType.BIT, 1).setBaseOffset(1048); public static final Field ACRENGINEMOVEDRECENTLY = Field.create("ACRENGINEMOVEDRECENTLY", 48, FieldType.BIT, 2).setBaseOffset(1048); @@ -233,7 +234,8 @@ public class EngineState { CLUTCHDOWNSTATE, BRAKEPEDALSTATE, STARTSTOPSTATE, - ALIGNMENTFILL_AT_46, + SMARTCHIPSTATE, + SMARTCHIPRESTARTCOUNTER, STARTSTOPPHYSICALSTATE, ACRSTATEDUP, ACRENGINEMOVEDRECENTLY, 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 f36e1fa333..fe5509b2a5 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.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 01:07:04 UTC 2023 +// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Dec 21 05:30:51 UTC 2023 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1083,7 +1083,7 @@ 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 = 73208052; + public static final int SIGNATURE_HASH = 2133207679; 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"; @@ -1312,7 +1312,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.2023.12.21.f407-discovery.73208052"; + public static final String TS_SIGNATURE = "rusEFI master.2023.12.21.f407-discovery.2133207679"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't';