diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index 2446b7b114..0f7cc9ca5a 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -573,6 +573,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" diff --git a/firmware/console/binary/generated/fancy_content.ini b/firmware/console/binary/generated/fancy_content.ini index b073212f04..91e123f62f 100644 --- a/firmware/console/binary/generated/fancy_content.ini +++ b/firmware/console/binary/generated/fancy_content.ini @@ -257,6 +257,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index bf4daaaebe..d4ff1ed422 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -652,8 +652,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 diff --git a/firmware/controllers/algo/engine_state_generated.h b/firmware/controllers/algo/engine_state_generated.h index 2087e2c641..baf777c8f1 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-all.jar based on (unknown script) controllers/algo/engine_state.txt Thu Jul 04 01:02:11 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Thu Jul 25 15:37:24 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -33,85 +33,85 @@ struct LuaAdjustments { bool luaIgnCut : 1 {}; /** offset 8 bit 5 */ - bool clutchDownState : 1 {}; + bool luaFuelCut : 1 {}; /** offset 8 bit 6 */ - bool disableDecelerationFuelCutOff : 1 {}; + bool clutchDownState : 1 {}; /** offset 8 bit 7 */ - bool unusedBit_9_7 : 1 {}; + bool disableDecelerationFuelCutOff : 1 {}; /** offset 8 bit 8 */ - bool unusedBit_9_8 : 1 {}; + bool unusedBit_10_8 : 1 {}; /** offset 8 bit 9 */ - bool unusedBit_9_9 : 1 {}; + bool unusedBit_10_9 : 1 {}; /** offset 8 bit 10 */ - bool unusedBit_9_10 : 1 {}; + bool unusedBit_10_10 : 1 {}; /** offset 8 bit 11 */ - bool unusedBit_9_11 : 1 {}; + bool unusedBit_10_11 : 1 {}; /** offset 8 bit 12 */ - bool unusedBit_9_12 : 1 {}; + bool unusedBit_10_12 : 1 {}; /** offset 8 bit 13 */ - bool unusedBit_9_13 : 1 {}; + bool unusedBit_10_13 : 1 {}; /** offset 8 bit 14 */ - bool unusedBit_9_14 : 1 {}; + bool unusedBit_10_14 : 1 {}; /** offset 8 bit 15 */ - bool unusedBit_9_15 : 1 {}; + bool unusedBit_10_15 : 1 {}; /** offset 8 bit 16 */ - bool unusedBit_9_16 : 1 {}; + bool unusedBit_10_16 : 1 {}; /** offset 8 bit 17 */ - bool unusedBit_9_17 : 1 {}; + bool unusedBit_10_17 : 1 {}; /** offset 8 bit 18 */ - bool unusedBit_9_18 : 1 {}; + bool unusedBit_10_18 : 1 {}; /** offset 8 bit 19 */ - bool unusedBit_9_19 : 1 {}; + bool unusedBit_10_19 : 1 {}; /** offset 8 bit 20 */ - bool unusedBit_9_20 : 1 {}; + bool unusedBit_10_20 : 1 {}; /** offset 8 bit 21 */ - bool unusedBit_9_21 : 1 {}; + bool unusedBit_10_21 : 1 {}; /** offset 8 bit 22 */ - bool unusedBit_9_22 : 1 {}; + bool unusedBit_10_22 : 1 {}; /** offset 8 bit 23 */ - bool unusedBit_9_23 : 1 {}; + bool unusedBit_10_23 : 1 {}; /** offset 8 bit 24 */ - bool unusedBit_9_24 : 1 {}; + bool unusedBit_10_24 : 1 {}; /** offset 8 bit 25 */ - bool unusedBit_9_25 : 1 {}; + bool unusedBit_10_25 : 1 {}; /** offset 8 bit 26 */ - bool unusedBit_9_26 : 1 {}; + bool unusedBit_10_26 : 1 {}; /** offset 8 bit 27 */ - bool unusedBit_9_27 : 1 {}; + bool unusedBit_10_27 : 1 {}; /** offset 8 bit 28 */ - bool unusedBit_9_28 : 1 {}; + bool unusedBit_10_28 : 1 {}; /** offset 8 bit 29 */ - bool unusedBit_9_29 : 1 {}; + bool unusedBit_10_29 : 1 {}; /** offset 8 bit 30 */ - bool unusedBit_9_30 : 1 {}; + bool unusedBit_10_30 : 1 {}; /** offset 8 bit 31 */ - bool unusedBit_9_31 : 1 {}; + bool unusedBit_10_31 : 1 {}; }; static_assert(sizeof(LuaAdjustments) == 12); @@ -403,4 +403,4 @@ struct engine_state_s { static_assert(sizeof(engine_state_s) == 100); // end -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Thu Jul 04 01:02:11 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Thu Jul 25 15:37:24 UTC 2024 diff --git a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h index dedaab074f..dfc992cff5 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h @@ -1289,7 +1289,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 4028074652 +#define SIGNATURE_HASH 1282070735 #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" @@ -1710,7 +1710,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-2chan.4028074652" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-2chan.1282070735" #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 005a5f614d..a219f7a1d2 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h @@ -1290,7 +1290,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 550920313 +#define SIGNATURE_HASH 2628465194 #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" @@ -1711,7 +1711,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-4chan.550920313" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-4chan.2628465194" #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 365bacfb6c..71b7d1dd21 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h @@ -1290,7 +1290,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 550920313 +#define SIGNATURE_HASH 2628465194 #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" @@ -1711,7 +1711,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-4chan_f7.550920313" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-4chan_f7.2628465194" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4k-gdi.h b/firmware/controllers/generated/rusefi_generated_alphax-4k-gdi.h index 49971a11ff..6d44139454 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4k-gdi.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4k-gdi.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1513110480 +#define SIGNATURE_HASH 3863832963 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-4k-gdi.1513110480" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-4k-gdi.3863832963" #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 2ba59168fc..0b90148c4b 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h @@ -1289,7 +1289,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 584720710 +#define SIGNATURE_HASH 2661774101 #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" @@ -1710,7 +1710,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-8chan-revA.584720710" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-8chan-revA.2661774101" #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 3b2f1e24a2..2fdb65dc70 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h @@ -1289,7 +1289,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 594144671 +#define SIGNATURE_HASH 2668937164 #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" @@ -1710,7 +1710,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-8chan.594144671" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-8chan.2668937164" #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 94cb28dee9..189ff50677 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h @@ -1289,7 +1289,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 594144671 +#define SIGNATURE_HASH 2668937164 #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" @@ -1710,7 +1710,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-8chan_f7.594144671" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-8chan_f7.2668937164" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-silver.h b/firmware/controllers/generated/rusefi_generated_alphax-silver.h index c8e74ce86f..230a2ac957 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-silver.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-silver.h @@ -1288,7 +1288,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3160502813 +#define SIGNATURE_HASH 1843278 #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" @@ -1709,7 +1709,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-silver.3160502813" +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-silver.1843278" #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 77b1130116..6d0e17eb4e 100644 --- a/firmware/controllers/generated/rusefi_generated_at_start_f435.h +++ b/firmware/controllers/generated/rusefi_generated_at_start_f435.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.at_start_f435.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.at_start_f435.1034038248" #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 07472b7f9e..e032790c68 100644 --- a/firmware/controllers/generated/rusefi_generated_atlas.h +++ b/firmware/controllers/generated/rusefi_generated_atlas.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3319311861 +#define SIGNATURE_HASH 2040922022 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.atlas.3319311861" +#define TS_SIGNATURE "rusEFI master.2024.07.25.atlas.2040922022" #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 08ca8c238c..e87513ecd9 100644 --- a/firmware/controllers/generated/rusefi_generated_f407-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f407-discovery.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets true #define show_vvt_output_pin true -#define SIGNATURE_HASH 630096602 +#define SIGNATURE_HASH 2582892681 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.f407-discovery.630096602" +#define TS_SIGNATURE "rusEFI master.2024.07.25.f407-discovery.2582892681" #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 70795b34f2..dabc4450fc 100644 --- a/firmware/controllers/generated/rusefi_generated_f429-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f429-discovery.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.f429-discovery.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.f429-discovery.1034038248" #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 5d4947d136..7617c8f64a 100644 --- a/firmware/controllers/generated/rusefi_generated_f469-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f469-discovery.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3003678504 +#define SIGNATURE_HASH 259337595 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.f469-discovery.3003678504" +#define TS_SIGNATURE "rusEFI master.2024.07.25.f469-discovery.259337595" #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 9bff1ab800..e2dd69bf2c 100644 --- a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h +++ b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets true #define show_vvt_output_pin true -#define SIGNATURE_HASH 3613134240 +#define SIGNATURE_HASH 1797349363 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.frankenso_na6.3613134240" +#define TS_SIGNATURE "rusEFI master.2024.07.25.frankenso_na6.1797349363" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_haba208.h b/firmware/controllers/generated/rusefi_generated_haba208.h index 40fe0934f4..2dcf657f05 100644 --- a/firmware/controllers/generated/rusefi_generated_haba208.h +++ b/firmware/controllers/generated/rusefi_generated_haba208.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.haba208.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.haba208.1034038248" #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 6310f937b1..e3f57af0b0 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 148365631 +#define SIGNATURE_HASH 3031085932 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-112-17.148365631" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-112-17.3031085932" #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 f8f4686b41..9b4f015f9e 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1302732291 +#define SIGNATURE_HASH 4057680976 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-gm-e67.1302732291" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-gm-e67.4057680976" #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 95b969a9f7..5ebe9b3509 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h @@ -1290,7 +1290,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2159996913 +#define SIGNATURE_HASH 1019461026 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-honda-k.2159996913" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-honda-k.1019461026" #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 3e4f643870..6c4182e256 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1757908891 +#define SIGNATURE_HASH 3569016264 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-nb1.1757908891" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-nb1.3569016264" #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 6a6fde16a8..6e0ca14901 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 632199617 +#define SIGNATURE_HASH 2580794258 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen121nissan.632199617" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen121nissan.2580794258" #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 d5dba2b108..5a9c22bc58 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121vag.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121vag.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 810618200 +#define SIGNATURE_HASH 2351718155 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen121vag.810618200" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen121vag.2351718155" #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 c3f91a5a2e..58d1960c2b 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen128.h +++ b/firmware/controllers/generated/rusefi_generated_hellen128.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1817006924 +#define SIGNATURE_HASH 3492806943 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen128.1817006924" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen128.3492806943" #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 05b2d1e933..7465dce393 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3669648972 +#define SIGNATURE_HASH 1724331039 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen154hyundai.3669648972" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen154hyundai.1724331039" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h index f0de6e9003..c4a9aa7485 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3867928975 +#define SIGNATURE_HASH 1526119388 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen154hyundai_f7.3867928975" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen154hyundai_f7.1526119388" #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 2dbad9765d..49d2552e76 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen72.h +++ b/firmware/controllers/generated/rusefi_generated_hellen72.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 20876583 +#define SIGNATURE_HASH 3175341940 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen72.20876583" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen72.3175341940" #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 58b1ec5a22..20ef96c2a8 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen81.h +++ b/firmware/controllers/generated/rusefi_generated_hellen81.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3830442333 +#define SIGNATURE_HASH 1479719694 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen81.3830442333" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen81.1479719694" #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 793aad41db..b675f800d7 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h +++ b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 4084005918 +#define SIGNATURE_HASH 1326558797 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen88bmw.4084005918" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen88bmw.1326558797" #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 c0a4cbeedf..45e883953a 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA6.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA6.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 360356443 +#define SIGNATURE_HASH 2835859464 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellenNA6.360356443" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellenNA6.2835859464" #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 85da1c5e44..cdf525419d 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h @@ -1293,7 +1293,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3936409749 +#define SIGNATURE_HASH 1457359558 #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" @@ -1714,7 +1714,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellenNA8_96.3936409749" +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellenNA8_96.1457359558" #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 dbd363d9e3..08eb6e1d9d 100644 --- a/firmware/controllers/generated/rusefi_generated_m74_9.h +++ b/firmware/controllers/generated/rusefi_generated_m74_9.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 895828324 +#define SIGNATURE_HASH 2300056375 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.m74_9.895828324" +#define TS_SIGNATURE "rusEFI master.2024.07.25.m74_9.2300056375" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h b/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h index 7d956825ca..81224ed7df 100644 --- a/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre-legacy_f4.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2633499892 +#define SIGNATURE_HASH 545609383 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.mre-legacy_f4.2633499892" +#define TS_SIGNATURE "rusEFI master.2024.07.25.mre-legacy_f4.545609383" #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 f3997f2ba9..42b726b61b 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f4.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2633499892 +#define SIGNATURE_HASH 545609383 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.mre_f4.2633499892" +#define TS_SIGNATURE "rusEFI master.2024.07.25.mre_f4.545609383" #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 cebe74146e..069dfa7ec3 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f7.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f7.h @@ -1292,7 +1292,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2633499892 +#define SIGNATURE_HASH 545609383 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.mre_f7.2633499892" +#define TS_SIGNATURE "rusEFI master.2024.07.25.mre_f7.545609383" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h index c941bfdc0d..15f28865a0 100644 --- a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h +++ b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.nucleo_f413.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.nucleo_f413.1034038248" #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 cf3b919a7b..8f1132e28f 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_405.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_405.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2974528555 +#define SIGNATURE_HASH 221701752 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.prometheus_405.2974528555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.prometheus_405.221701752" #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 158a486d6e..935ffc35b7 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_469.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_469.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2974528555 +#define SIGNATURE_HASH 221701752 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.prometheus_469.2974528555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.prometheus_469.221701752" #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 73960f7108..5e211beaba 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f4.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f4.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets true #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1808057241 +#define SIGNATURE_HASH 3619262922 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.proteus_f4.1808057241" +#define TS_SIGNATURE "rusEFI master.2024.07.25.proteus_f4.3619262922" #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 15215b8a25..8b3154809b 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f7.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets true #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1808057241 +#define SIGNATURE_HASH 3619262922 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.proteus_f7.1808057241" +#define TS_SIGNATURE "rusEFI master.2024.07.25.proteus_f7.3619262922" #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 ae32070df4..9d67ee7dd6 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_h7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_h7.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets true #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1808057241 +#define SIGNATURE_HASH 3619262922 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.proteus_h7.1808057241" +#define TS_SIGNATURE "rusEFI master.2024.07.25.proteus_h7.3619262922" #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 1f3bbbbec0..f6655f440f 100644 --- a/firmware/controllers/generated/rusefi_generated_s105.h +++ b/firmware/controllers/generated/rusefi_generated_s105.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 1045756281 +#define SIGNATURE_HASH 2183768874 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.s105.1045756281" +#define TS_SIGNATURE "rusEFI master.2024.07.25.s105.2183768874" #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 e2e8c9092b..1b189f9ad0 100644 --- a/firmware/controllers/generated/rusefi_generated_small-can-board.h +++ b/firmware/controllers/generated/rusefi_generated_small-can-board.h @@ -1292,7 +1292,7 @@ #define show_small_can_board_presets true #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 657611673 +#define SIGNATURE_HASH 2605648330 #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" @@ -1714,7 +1714,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.small-can-board.657611673" +#define TS_SIGNATURE "rusEFI master.2024.07.25.small-can-board.2605648330" #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 843d606f99..45308d01a1 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.stm32f429_nucleo.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.stm32f429_nucleo.1034038248" #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 e0649ea4dc..b7c6417926 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.stm32f767_nucleo.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.stm32f767_nucleo.1034038248" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h index c9402cd9fe..59d023033b 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.stm32h743_nucleo.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.stm32h743_nucleo.1034038248" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h b/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h index 8d0ce56ce8..9068f4ad4a 100644 --- a/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h +++ b/firmware/controllers/generated/rusefi_generated_subaru_eg33_f7.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3741204965 +#define SIGNATURE_HASH 1652757430 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.subaru_eg33_f7.3741204965" +#define TS_SIGNATURE "rusEFI master.2024.07.25.subaru_eg33_f7.1652757430" #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 146aa7f8c8..efc4add973 100644 --- a/firmware/controllers/generated/rusefi_generated_t-b-g.h +++ b/firmware/controllers/generated/rusefi_generated_t-b-g.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 2178906555 +#define SIGNATURE_HASH 1034038248 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.t-b-g.2178906555" +#define TS_SIGNATURE "rusEFI master.2024.07.25.t-b-g.1034038248" #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 a7e3716f0b..6f73ea947b 100644 --- a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h +++ b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3153249587 +#define SIGNATURE_HASH 126850912 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.tdg-pdm8.3153249587" +#define TS_SIGNATURE "rusEFI master.2024.07.25.tdg-pdm8.126850912" #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 d7452e9dad..c9c1c5c20a 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi.h @@ -1292,7 +1292,7 @@ #define show_test_presets false #define show_uaefi_presets true #define show_vvt_output_pin true -#define SIGNATURE_HASH 3300910117 +#define SIGNATURE_HASH 2026026614 #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" @@ -1713,7 +1713,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.uaefi.3300910117" +#define TS_SIGNATURE "rusEFI master.2024.07.25.uaefi.2026026614" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_uaefi121.h b/firmware/controllers/generated/rusefi_generated_uaefi121.h index f730dd77bf..10767d4ab0 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi121.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi121.h @@ -1291,7 +1291,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_vvt_output_pin true -#define SIGNATURE_HASH 3542667401 +#define SIGNATURE_HASH 1867875034 #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" @@ -1712,7 +1712,7 @@ #define ts_show_vvt_output_pin true #define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_set_index true -#define TS_SIGNATURE "rusEFI master.2024.07.24.uaefi121.3542667401" +#define TS_SIGNATURE "rusEFI master.2024.07.25.uaefi121.1867875034" #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 fd7e3c364b..ec299cf6f1 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4028074652 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-2chan.4028074652" +#define SIGNATURE_HASH 1282070735 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-2chan.1282070735" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index f90475b22c..6e75f1c6e4 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 550920313 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-4chan.550920313" +#define SIGNATURE_HASH 2628465194 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-4chan.2628465194" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 2bd484098e..2d41340534 100644 --- a/firmware/controllers/generated/signature_alphax-4chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-4chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 550920313 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-4chan_f7.550920313" +#define SIGNATURE_HASH 2628465194 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-4chan_f7.2628465194" diff --git a/firmware/controllers/generated/signature_alphax-4k-gdi.h b/firmware/controllers/generated/signature_alphax-4k-gdi.h index 52eecd058d..53860c7cfa 100644 --- a/firmware/controllers/generated/signature_alphax-4k-gdi.h +++ b/firmware/controllers/generated/signature_alphax-4k-gdi.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1513110480 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-4k-gdi.1513110480" +#define SIGNATURE_HASH 3863832963 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-4k-gdi.3863832963" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index b3d4a71073..14ecd499f9 100644 --- a/firmware/controllers/generated/signature_alphax-8chan-revA.h +++ b/firmware/controllers/generated/signature_alphax-8chan-revA.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 584720710 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-8chan-revA.584720710" +#define SIGNATURE_HASH 2661774101 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-8chan-revA.2661774101" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index 60bf04e6e3..83eb1b4373 100644 --- a/firmware/controllers/generated/signature_alphax-8chan.h +++ b/firmware/controllers/generated/signature_alphax-8chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 594144671 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-8chan.594144671" +#define SIGNATURE_HASH 2668937164 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-8chan.2668937164" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index 7e8d1feda7..3856fc90a5 100644 --- a/firmware/controllers/generated/signature_alphax-8chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-8chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 594144671 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-8chan_f7.594144671" +#define SIGNATURE_HASH 2668937164 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-8chan_f7.2668937164" diff --git a/firmware/controllers/generated/signature_alphax-silver.h b/firmware/controllers/generated/signature_alphax-silver.h index 789a1d049e..9dcd4f9be2 100644 --- a/firmware/controllers/generated/signature_alphax-silver.h +++ b/firmware/controllers/generated/signature_alphax-silver.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3160502813 -#define TS_SIGNATURE "rusEFI master.2024.07.24.alphax-silver.3160502813" +#define SIGNATURE_HASH 1843278 +#define TS_SIGNATURE "rusEFI master.2024.07.25.alphax-silver.1843278" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index 2d75d61b8e..0a199c2047 100644 --- a/firmware/controllers/generated/signature_at_start_f435.h +++ b/firmware/controllers/generated/signature_at_start_f435.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.at_start_f435.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.at_start_f435.1034038248" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index f60036b0a7..768fd6a800 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3319311861 -#define TS_SIGNATURE "rusEFI master.2024.07.24.atlas.3319311861" +#define SIGNATURE_HASH 2040922022 +#define TS_SIGNATURE "rusEFI master.2024.07.25.atlas.2040922022" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index 221cddd3ef..6d19943c0e 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 630096602 -#define TS_SIGNATURE "rusEFI master.2024.07.24.f407-discovery.630096602" +#define SIGNATURE_HASH 2582892681 +#define TS_SIGNATURE "rusEFI master.2024.07.25.f407-discovery.2582892681" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 2d370a7345..79f1b58f22 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.f429-discovery.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.f429-discovery.1034038248" diff --git a/firmware/controllers/generated/signature_f469-discovery.h b/firmware/controllers/generated/signature_f469-discovery.h index 90a2919b75..da1a3279c9 100644 --- a/firmware/controllers/generated/signature_f469-discovery.h +++ b/firmware/controllers/generated/signature_f469-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3003678504 -#define TS_SIGNATURE "rusEFI master.2024.07.24.f469-discovery.3003678504" +#define SIGNATURE_HASH 259337595 +#define TS_SIGNATURE "rusEFI master.2024.07.25.f469-discovery.259337595" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 5c7e07f083..f2b7001979 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3613134240 -#define TS_SIGNATURE "rusEFI master.2024.07.24.frankenso_na6.3613134240" +#define SIGNATURE_HASH 1797349363 +#define TS_SIGNATURE "rusEFI master.2024.07.25.frankenso_na6.1797349363" diff --git a/firmware/controllers/generated/signature_haba208.h b/firmware/controllers/generated/signature_haba208.h index f567b4b85a..634748774d 100644 --- a/firmware/controllers/generated/signature_haba208.h +++ b/firmware/controllers/generated/signature_haba208.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.haba208.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.haba208.1034038248" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index d385b9b93c..c73ac08ca7 100644 --- a/firmware/controllers/generated/signature_hellen-112-17.h +++ b/firmware/controllers/generated/signature_hellen-112-17.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 148365631 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-112-17.148365631" +#define SIGNATURE_HASH 3031085932 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-112-17.3031085932" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index da2855be2e..e257fb9ed2 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1302732291 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-gm-e67.1302732291" +#define SIGNATURE_HASH 4057680976 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-gm-e67.4057680976" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index ff4a90f8a3..fe22bf6d86 100644 --- a/firmware/controllers/generated/signature_hellen-honda-k.h +++ b/firmware/controllers/generated/signature_hellen-honda-k.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2159996913 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-honda-k.2159996913" +#define SIGNATURE_HASH 1019461026 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-honda-k.1019461026" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index b8d192ece5..d0ac9d62f9 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1757908891 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen-nb1.1757908891" +#define SIGNATURE_HASH 3569016264 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen-nb1.3569016264" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index db697a3714..2f89b5c46f 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 632199617 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen121nissan.632199617" +#define SIGNATURE_HASH 2580794258 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen121nissan.2580794258" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index b959edbcc7..a9f384eff2 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 810618200 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen121vag.810618200" +#define SIGNATURE_HASH 2351718155 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen121vag.2351718155" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index b72cb23180..5f4988d84b 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1817006924 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen128.1817006924" +#define SIGNATURE_HASH 3492806943 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen128.3492806943" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 8227f1b862..8f5390e02e 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3669648972 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen154hyundai.3669648972" +#define SIGNATURE_HASH 1724331039 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen154hyundai.1724331039" diff --git a/firmware/controllers/generated/signature_hellen154hyundai_f7.h b/firmware/controllers/generated/signature_hellen154hyundai_f7.h index e2022a86d4..ef748b4ea2 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/signature_hellen154hyundai_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3867928975 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen154hyundai_f7.3867928975" +#define SIGNATURE_HASH 1526119388 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen154hyundai_f7.1526119388" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 60d9ae728a..7b21ea713b 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 20876583 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen72.20876583" +#define SIGNATURE_HASH 3175341940 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen72.3175341940" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 8f5f543061..721dbcdf05 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3830442333 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen81.3830442333" +#define SIGNATURE_HASH 1479719694 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen81.1479719694" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 9a7b36e3c6..b33c92e616 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4084005918 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellen88bmw.4084005918" +#define SIGNATURE_HASH 1326558797 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellen88bmw.1326558797" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 585d2aa70a..10d51c6cde 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 360356443 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellenNA6.360356443" +#define SIGNATURE_HASH 2835859464 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellenNA6.2835859464" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 5996e2231b..87627d9ba7 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3936409749 -#define TS_SIGNATURE "rusEFI master.2024.07.24.hellenNA8_96.3936409749" +#define SIGNATURE_HASH 1457359558 +#define TS_SIGNATURE "rusEFI master.2024.07.25.hellenNA8_96.1457359558" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index d3218dd8fc..4009ae0ce7 100644 --- a/firmware/controllers/generated/signature_m74_9.h +++ b/firmware/controllers/generated/signature_m74_9.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 895828324 -#define TS_SIGNATURE "rusEFI master.2024.07.24.m74_9.895828324" +#define SIGNATURE_HASH 2300056375 +#define TS_SIGNATURE "rusEFI master.2024.07.25.m74_9.2300056375" diff --git a/firmware/controllers/generated/signature_mre-legacy_f4.h b/firmware/controllers/generated/signature_mre-legacy_f4.h index 942468256a..59e3818458 100644 --- a/firmware/controllers/generated/signature_mre-legacy_f4.h +++ b/firmware/controllers/generated/signature_mre-legacy_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2633499892 -#define TS_SIGNATURE "rusEFI master.2024.07.24.mre-legacy_f4.2633499892" +#define SIGNATURE_HASH 545609383 +#define TS_SIGNATURE "rusEFI master.2024.07.25.mre-legacy_f4.545609383" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 46c39859c6..3498902185 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2633499892 -#define TS_SIGNATURE "rusEFI master.2024.07.24.mre_f4.2633499892" +#define SIGNATURE_HASH 545609383 +#define TS_SIGNATURE "rusEFI master.2024.07.25.mre_f4.545609383" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index a759718b6b..0427685f7d 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2633499892 -#define TS_SIGNATURE "rusEFI master.2024.07.24.mre_f7.2633499892" +#define SIGNATURE_HASH 545609383 +#define TS_SIGNATURE "rusEFI master.2024.07.25.mre_f7.545609383" diff --git a/firmware/controllers/generated/signature_nucleo_f413.h b/firmware/controllers/generated/signature_nucleo_f413.h index c4c67e62aa..8912212df6 100644 --- a/firmware/controllers/generated/signature_nucleo_f413.h +++ b/firmware/controllers/generated/signature_nucleo_f413.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.nucleo_f413.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.nucleo_f413.1034038248" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 045d084b63..54a3b8621a 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2974528555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.prometheus_405.2974528555" +#define SIGNATURE_HASH 221701752 +#define TS_SIGNATURE "rusEFI master.2024.07.25.prometheus_405.221701752" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 80dd3b3196..e1fd3617b7 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2974528555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.prometheus_469.2974528555" +#define SIGNATURE_HASH 221701752 +#define TS_SIGNATURE "rusEFI master.2024.07.25.prometheus_469.221701752" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 8367303a07..19aa59a19e 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1808057241 -#define TS_SIGNATURE "rusEFI master.2024.07.24.proteus_f4.1808057241" +#define SIGNATURE_HASH 3619262922 +#define TS_SIGNATURE "rusEFI master.2024.07.25.proteus_f4.3619262922" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index 4c27492c3d..aba0c75704 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1808057241 -#define TS_SIGNATURE "rusEFI master.2024.07.24.proteus_f7.1808057241" +#define SIGNATURE_HASH 3619262922 +#define TS_SIGNATURE "rusEFI master.2024.07.25.proteus_f7.3619262922" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index aafdf58b3a..cbd9911f27 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1808057241 -#define TS_SIGNATURE "rusEFI master.2024.07.24.proteus_h7.1808057241" +#define SIGNATURE_HASH 3619262922 +#define TS_SIGNATURE "rusEFI master.2024.07.25.proteus_h7.3619262922" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index 0cec5fb8fe..29f8cabcaf 100644 --- a/firmware/controllers/generated/signature_s105.h +++ b/firmware/controllers/generated/signature_s105.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1045756281 -#define TS_SIGNATURE "rusEFI master.2024.07.24.s105.1045756281" +#define SIGNATURE_HASH 2183768874 +#define TS_SIGNATURE "rusEFI master.2024.07.25.s105.2183768874" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index cee890351b..e9108bc524 100644 --- a/firmware/controllers/generated/signature_small-can-board.h +++ b/firmware/controllers/generated/signature_small-can-board.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 657611673 -#define TS_SIGNATURE "rusEFI master.2024.07.24.small-can-board.657611673" +#define SIGNATURE_HASH 2605648330 +#define TS_SIGNATURE "rusEFI master.2024.07.25.small-can-board.2605648330" diff --git a/firmware/controllers/generated/signature_stm32f429_nucleo.h b/firmware/controllers/generated/signature_stm32f429_nucleo.h index 6169f180c1..414d2625b0 100644 --- a/firmware/controllers/generated/signature_stm32f429_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f429_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.stm32f429_nucleo.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.stm32f429_nucleo.1034038248" diff --git a/firmware/controllers/generated/signature_stm32f767_nucleo.h b/firmware/controllers/generated/signature_stm32f767_nucleo.h index 55579b4daf..ddcad85392 100644 --- a/firmware/controllers/generated/signature_stm32f767_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f767_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.stm32f767_nucleo.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.stm32f767_nucleo.1034038248" diff --git a/firmware/controllers/generated/signature_stm32h743_nucleo.h b/firmware/controllers/generated/signature_stm32h743_nucleo.h index 8bdbfe3f87..723ca80ae9 100644 --- a/firmware/controllers/generated/signature_stm32h743_nucleo.h +++ b/firmware/controllers/generated/signature_stm32h743_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.stm32h743_nucleo.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.stm32h743_nucleo.1034038248" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index c3c723be6d..9465ff2992 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3741204965 -#define TS_SIGNATURE "rusEFI master.2024.07.24.subaru_eg33_f7.3741204965" +#define SIGNATURE_HASH 1652757430 +#define TS_SIGNATURE "rusEFI master.2024.07.25.subaru_eg33_f7.1652757430" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index c3fde14ee9..094bcac3a7 100644 --- a/firmware/controllers/generated/signature_t-b-g.h +++ b/firmware/controllers/generated/signature_t-b-g.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178906555 -#define TS_SIGNATURE "rusEFI master.2024.07.24.t-b-g.2178906555" +#define SIGNATURE_HASH 1034038248 +#define TS_SIGNATURE "rusEFI master.2024.07.25.t-b-g.1034038248" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 6047ad5180..5a629cdb90 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3153249587 -#define TS_SIGNATURE "rusEFI master.2024.07.24.tdg-pdm8.3153249587" +#define SIGNATURE_HASH 126850912 +#define TS_SIGNATURE "rusEFI master.2024.07.25.tdg-pdm8.126850912" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index f58715b4d8..3744c9be43 100644 --- a/firmware/controllers/generated/signature_uaefi.h +++ b/firmware/controllers/generated/signature_uaefi.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3300910117 -#define TS_SIGNATURE "rusEFI master.2024.07.24.uaefi.3300910117" +#define SIGNATURE_HASH 2026026614 +#define TS_SIGNATURE "rusEFI master.2024.07.25.uaefi.2026026614" diff --git a/firmware/controllers/generated/signature_uaefi121.h b/firmware/controllers/generated/signature_uaefi121.h index 70ad21c640..fe29c7301a 100644 --- a/firmware/controllers/generated/signature_uaefi121.h +++ b/firmware/controllers/generated/signature_uaefi121.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3542667401 -#define TS_SIGNATURE "rusEFI master.2024.07.24.uaefi121.3542667401" +#define SIGNATURE_HASH 1867875034 +#define TS_SIGNATURE "rusEFI master.2024.07.25.uaefi121.1867875034" diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index bb94994a53..d01c37d877 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -1220,6 +1220,9 @@ float getOutputValueByName(const char *name) { // lua.luaIgnCut case -802271455: return engine->engineState.lua.luaIgnCut; +// lua.luaFuelCut + case 252935343: + return engine->engineState.lua.luaFuelCut; // lua.clutchDownState case 133427185: return engine->engineState.lua.clutchDownState; diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 0d51da7064..3b346e8547 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.f407-discovery.630096602" + signature = "rusEFI master.2024.07.25.f407-discovery.2582892681" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.f407-discovery.630096602" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.f407-discovery.2582892681" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:01:01 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:59 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6674,6 +6676,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index b3a15bd7a3..7d824d2436 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-2chan.4028074652" + signature = "rusEFI master.2024.07.25.alphax-2chan.1282070735" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-2chan.4028074652" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-2chan.1282070735" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:15 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:11 UTC 2024 pageSize = 22804 page = 1 @@ -3202,8 +3202,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5657,6 +5658,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6650,6 +6652,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index da3d0e9d2d..8667840e53 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-4chan.550920313" + signature = "rusEFI master.2024.07.25.alphax-4chan.2628465194" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-4chan.550920313" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-4chan.2628465194" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:24 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:21 UTC 2024 pageSize = 22804 page = 1 @@ -3207,8 +3207,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5669,6 +5670,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6698,6 +6700,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index a9d40c2c60..9f3d26e236 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-4chan_f7.550920313" + signature = "rusEFI master.2024.07.25.alphax-4chan_f7.2628465194" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-4chan_f7.550920313" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-4chan_f7.2628465194" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:25 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:23 UTC 2024 pageSize = 22804 page = 1 @@ -3207,8 +3207,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5669,6 +5670,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6698,6 +6700,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4k-gdi.ini b/firmware/tunerstudio/generated/rusefi_alphax-4k-gdi.ini index 0d96094ad6..d52589f71d 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4k-gdi.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4k-gdi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-4k-gdi.1513110480" + signature = "rusEFI master.2024.07.25.alphax-4k-gdi.3863832963" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-4k-gdi.1513110480" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-4k-gdi.3863832963" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:02 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:59 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6667,6 +6669,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index 4eb9d2cc24..e4e3fe330c 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-8chan-revA.584720710" + signature = "rusEFI master.2024.07.25.alphax-8chan-revA.2661774101" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-8chan-revA.584720710" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-8chan-revA.2661774101" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:48 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:46 UTC 2024 pageSize = 22804 page = 1 @@ -3202,8 +3202,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5663,6 +5664,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6675,6 +6677,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 6291178967..05f90a9da4 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-8chan.594144671" + signature = "rusEFI master.2024.07.25.alphax-8chan.2668937164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-8chan.594144671" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-8chan.2668937164" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:10 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:07 UTC 2024 pageSize = 22820 page = 1 @@ -3205,8 +3205,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5666,6 +5667,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6679,6 +6681,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index b9f8e3d28a..f7ae413c04 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-8chan_f7.594144671" + signature = "rusEFI master.2024.07.25.alphax-8chan_f7.2668937164" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-8chan_f7.594144671" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-8chan_f7.2668937164" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:12 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:09 UTC 2024 pageSize = 22820 page = 1 @@ -3205,8 +3205,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5666,6 +5667,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6679,6 +6681,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-silver.ini b/firmware/tunerstudio/generated/rusefi_alphax-silver.ini index a5eb9e1dd3..cd58720f5a 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-silver.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-silver.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.alphax-silver.3160502813" + signature = "rusEFI master.2024.07.25.alphax-silver.1843278" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.alphax-silver.3160502813" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.alphax-silver.1843278" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","18A - TPS","9A Battery Sense","INVALID","INVALID","INVALID","INVALID","21A - MAP","On-board MAP","19A - CLT","20A - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:16 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:13 UTC 2024 pageSize = 22804 page = 1 @@ -3198,8 +3198,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5653,6 +5654,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6647,6 +6649,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index 3b986499bd..4c980a480e 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.at_start_f435.2178906555" + signature = "rusEFI master.2024.07.25.at_start_f435.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.at_start_f435.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.at_start_f435.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:39 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:37 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 4017504fa6..829f902032 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.atlas.3319311861" + signature = "rusEFI master.2024.07.25.atlas.2040922022" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.atlas.3319311861" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.atlas.2040922022" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:40 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:37 UTC 2024 pageSize = 22300 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index a3bb5e9222..a585405361 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.f407-discovery.630096602" + signature = "rusEFI master.2024.07.25.f407-discovery.2582892681" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.f407-discovery.630096602" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.f407-discovery.2582892681" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:33 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:30 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6674,6 +6676,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 27dc60c2c0..0be649536e 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.f429-discovery.2178906555" + signature = "rusEFI master.2024.07.25.f429-discovery.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.f429-discovery.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.f429-discovery.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:37 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:34 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini index 2daa55ed5f..7137d42480 100644 --- a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.f469-discovery.3003678504" + signature = "rusEFI master.2024.07.25.f469-discovery.259337595" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.f469-discovery.3003678504" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.f469-discovery.259337595" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:39 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index ffa80c8e9d..2bb495fc80 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.frankenso_na6.3613134240" + signature = "rusEFI master.2024.07.25.frankenso_na6.1797349363" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.frankenso_na6.3613134240" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.frankenso_na6.1797349363" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:35 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_haba208.ini b/firmware/tunerstudio/generated/rusefi_haba208.ini index 9d78f99fd8..768a4315ad 100644 --- a/firmware/tunerstudio/generated/rusefi_haba208.ini +++ b/firmware/tunerstudio/generated/rusefi_haba208.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.haba208.2178906555" + signature = "rusEFI master.2024.07.25.haba208.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.haba208.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.haba208.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:40 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:38 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index 8fa3b74427..313cebe849 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen-112-17.148365631" + signature = "rusEFI master.2024.07.25.hellen-112-17.3031085932" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen-112-17.148365631" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen-112-17.3031085932" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","B20 TPS Throttle Position 2","A14 Analog Input","INVALID","A21 PPS1","B03 TPS Throttle Position 1","INVALID","A07 TODO","A12 Analog Input","A10 Analog Input","INVALID","B19 MAP","A09 Analog Input","B15 CLT","B27 IAT","A11 Analog Input","A19 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:56 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:54 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6667,6 +6669,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index bfdedd026e..0399b4ba34 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen-gm-e67.1302732291" + signature = "rusEFI master.2024.07.25.hellen-gm-e67.4057680976" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen-gm-e67.1302732291" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen-gm-e67.4057680976" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:03 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:01 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 6ee1356243..15f16a49e3 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -4,12 +4,12 @@ enable2ndByteCanID = false [SettingGroups] [MegaTune] - signature = "rusEFI master.2024.07.24.hellen-honda-k.2159996913" + signature = "rusEFI master.2024.07.25.hellen-honda-k.1019461026" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen-honda-k.2159996913" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen-honda-k.1019461026" ; signature is expected to be 7 or more characters. useLegacyFTempUnits = false ignoreMissingBitOptions = true @@ -3130,8 +3130,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5512,6 +5513,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6475,6 +6477,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 988c67a45d..220f9ad150 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen-nb1.1757908891" + signature = "rusEFI master.2024.07.25.hellen-nb1.3569016264" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen-nb1.1757908891" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen-nb1.3569016264" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:47 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:44 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 1190254a41..9e80a5ca24 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen121nissan.632199617" + signature = "rusEFI master.2024.07.25.hellen121nissan.2580794258" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen121nissan.632199617" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen121nissan.2580794258" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:09 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:06 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6666,6 +6668,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 266bac0e00..49e67c2d2d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen121vag.810618200" + signature = "rusEFI master.2024.07.25.hellen121vag.2351718155" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen121vag.810618200" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen121vag.2351718155" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:07 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:04 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index 254053b71a..6c2bb4719a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen128.1817006924" + signature = "rusEFI master.2024.07.25.hellen128.3492806943" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen128.1817006924" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen128.3492806943" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:27 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:24 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 8babcab7d0..6d1569cb7f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen154hyundai.3669648972" + signature = "rusEFI master.2024.07.25.hellen154hyundai.1724331039" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen154hyundai.3669648972" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen154hyundai.1724331039" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","BK2 Wastegate Position - 22","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:23 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:20 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5654,6 +5655,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6645,6 +6647,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini index 0d199b9ad9..18d311e5ee 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen154hyundai_f7.3867928975" + signature = "rusEFI master.2024.07.25.hellen154hyundai_f7.1526119388" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen154hyundai_f7.3867928975" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen154hyundai_f7.1526119388" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","BK2 Wastegate Position - 22","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","K58 Oil Temp","K21 Ambient Temperature" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:55 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:53 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5654,6 +5655,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6645,6 +6647,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index af31316342..1c7a18c704 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen72.20876583" + signature = "rusEFI master.2024.07.25.hellen72.3175341940" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen72.20876583" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen72.3175341940" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:20 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:17 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index e03e51521f..b25a6de9d9 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen81.3830442333" + signature = "rusEFI master.2024.07.25.hellen81.1479719694" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen81.3830442333" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen81.1479719694" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:52 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:50 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6667,6 +6669,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 455256110e..771c5627bc 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellen88bmw.4084005918" + signature = "rusEFI master.2024.07.25.hellen88bmw.1326558797" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellen88bmw.4084005918" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellen88bmw.1326558797" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:17 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:14 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6666,6 +6668,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 9326b884d0..a2b438163b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellenNA6.360356443" + signature = "rusEFI master.2024.07.25.hellenNA6.2835859464" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellenNA6.360356443" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellenNA6.2835859464" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:54 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:51 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 2c9c3bc7ad..3490f997f5 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.hellenNA8_96.3936409749" + signature = "rusEFI master.2024.07.25.hellenNA8_96.1457359558" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.hellenNA8_96.3936409749" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.hellenNA8_96.1457359558" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:21 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:18 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 530345782c..fee01380af 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.m74_9.895828324" + signature = "rusEFI master.2024.07.25.m74_9.2300056375" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.m74_9.895828324" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.m74_9.2300056375" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","MAF/MAP sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","Pedal position sensor 1 signal PPS1","Pedal position sensor 2 signal PPS2","ETB TPS position sensor 1 signal","ETB TPS position sensor 2 signal" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:35 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:32 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6671,6 +6673,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini b/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini index ee6cbea02b..32a1713617 100644 --- a/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre-legacy_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.mre-legacy_f4.2633499892" + signature = "rusEFI master.2024.07.25.mre-legacy_f4.545609383" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.mre-legacy_f4.2633499892" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.mre-legacy_f4.545609383" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:30 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:27 UTC 2024 pageSize = 24800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5656,6 +5657,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6679,6 +6681,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 057819676b..b17af09409 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.mre_f4.2633499892" + signature = "rusEFI master.2024.07.25.mre_f4.545609383" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.mre_f4.2633499892" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.mre_f4.545609383" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:31 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:28 UTC 2024 pageSize = 24800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5656,6 +5657,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6679,6 +6681,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 654615f3bf..df8ce43f82 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.mre_f7.2633499892" + signature = "rusEFI master.2024.07.25.mre_f7.545609383" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.mre_f7.2633499892" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.mre_f7.545609383" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:28 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:25 UTC 2024 pageSize = 24800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5656,6 +5657,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6679,6 +6681,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini index 75506f0107..2c59ad1649 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.nucleo_f413.2178906555" + signature = "rusEFI master.2024.07.25.nucleo_f413.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.nucleo_f413.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.nucleo_f413.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:35 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:33 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 82e2d7cbe1..c62c05ab32 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.prometheus_405.2974528555" + signature = "rusEFI master.2024.07.25.prometheus_405.221701752" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.prometheus_405.2974528555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.prometheus_405.221701752" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:39 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:36 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6664,6 +6666,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 2a0d5f1646..5721b2004b 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.prometheus_469.2974528555" + signature = "rusEFI master.2024.07.25.prometheus_469.221701752" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.prometheus_469.2974528555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.prometheus_469.221701752" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:35 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6664,6 +6666,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 477f9d4246..b941f9e36b 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.proteus_f4.1808057241" + signature = "rusEFI master.2024.07.25.proteus_f4.3619262922" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.proteus_f4.1808057241" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.proteus_f4.3619262922" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:41 UTC 2024 pageSize = 28300 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6697,6 +6699,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index f1e31eac51..6af453658c 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.proteus_f7.1808057241" + signature = "rusEFI master.2024.07.25.proteus_f7.3619262922" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.proteus_f7.1808057241" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.proteus_f7.3619262922" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:43 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:40 UTC 2024 pageSize = 28300 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6697,6 +6699,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index adc44d0800..aa4e009104 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.proteus_h7.1808057241" + signature = "rusEFI master.2024.07.25.proteus_h7.3619262922" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.proteus_h7.1808057241" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.proteus_h7.3619262922" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:42 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:39 UTC 2024 pageSize = 28300 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6697,6 +6699,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index acfc6874ec..a2bf28bfe2 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.s105.1045756281" + signature = "rusEFI master.2024.07.25.s105.2183768874" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.s105.1045756281" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.s105.2183768874" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:59 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:56 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6669,6 +6671,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index 9af9a4006e..fdeb166cbf 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.small-can-board.657611673" + signature = "rusEFI master.2024.07.25.small-can-board.2605648330" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.small-can-board.657611673" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.small-can-board.2605648330" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input 6","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input 7","C4 - Analog/Digital Input 8" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:05 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:02 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini index b96c22e259..dbadcf222e 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.stm32f429_nucleo.2178906555" + signature = "rusEFI master.2024.07.25.stm32f429_nucleo.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.stm32f429_nucleo.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.stm32f429_nucleo.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:43 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:40 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini index 57b2148864..449498c038 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.stm32f767_nucleo.2178906555" + signature = "rusEFI master.2024.07.25.stm32f767_nucleo.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.stm32f767_nucleo.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.stm32f767_nucleo.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:31 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:29 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini index 79c2a6633d..1a11d3c3df 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.stm32h743_nucleo.2178906555" + signature = "rusEFI master.2024.07.25.stm32h743_nucleo.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.stm32h743_nucleo.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.stm32h743_nucleo.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:36 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:34 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index 996adbade9..58c877ef4f 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.subaru_eg33_f7.3741204965" + signature = "rusEFI master.2024.07.25.subaru_eg33_f7.1652757430" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.subaru_eg33_f7.3741204965" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.subaru_eg33_f7.1652757430" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:56 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:53 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6670,6 +6672,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index 5ac5cabf24..a5a0f5c345 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.t-b-g.2178906555" + signature = "rusEFI master.2024.07.25.t-b-g.1034038248" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.t-b-g.2178906555" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.t-b-g.1034038248" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:42 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 5327cabecc..07d3314719 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.tdg-pdm8.3153249587" + signature = "rusEFI master.2024.07.25.tdg-pdm8.126850912" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.tdg-pdm8.3153249587" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.tdg-pdm8.126850912" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:45 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:43 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5658,6 +5659,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6668,6 +6670,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index 1207084d6a..70945e389e 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.uaefi.3300910117" + signature = "rusEFI master.2024.07.25.uaefi.2026026614" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.uaefi.3300910117" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.uaefi.2026026614" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","On-board MAP","D16 CLT Coolant","D15 IAT","C4 PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:00:01 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:58 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6688,6 +6690,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" diff --git a/firmware/tunerstudio/generated/rusefi_uaefi121.ini b/firmware/tunerstudio/generated/rusefi_uaefi121.ini index 3ec0b2fad8..76b5213d08 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi121.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi121.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.07.24.uaefi121.3542667401" + signature = "rusEFI master.2024.07.25.uaefi121.1867875034" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.07.24.uaefi121.3542667401" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.07.25.uaefi121.1867875034" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -100,7 +100,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 01:59:59 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:37:57 UTC 2024 pageSize = 22800 page = 1 @@ -3197,8 +3197,9 @@ lua_brakePedalState = bits, U32, 1128, [1:1] lua_acRequestState = bits, U32, 1128, [2:2] lua_luaDisableEtb = bits, U32, 1128, [3:3] lua_luaIgnCut = bits, U32, 1128, [4:4] -lua_clutchDownState = bits, U32, 1128, [5:5] -lua_disableDecelerationFuelCutOff = bits, U32, 1128, [6:6] +lua_luaFuelCut = bits, U32, 1128, [5:5] +lua_clutchDownState = bits, U32, 1128, [6:6] +lua_disableDecelerationFuelCutOff = bits, U32, 1128, [7:7] sd_tCharge = scalar, S16, 1132, "deg C", 0.01, 0 sd_tChargeK = scalar, F32, 1136, "", 1, 0 crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1140, "", 1, 0 @@ -5659,6 +5660,7 @@ entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" entry = lua_acRequestState, "lua_acRequestState", int, "%d" entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = lua_luaFuelCut, "lua_luaFuelCut", int, "%d" entry = lua_clutchDownState, "lua_clutchDownState", int, "%d" entry = lua_disableDecelerationFuelCutOff, "lua_disableDecelerationFuelCutOff", int, "%d" entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" @@ -6686,6 +6688,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2 indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + indicator = {lua_luaFuelCut}, "luaFuelCut No", "luaFuelCut Yes" indicator = {lua_clutchDownState}, "clutchDownState No", "clutchDownState Yes" indicator = {lua_disableDecelerationFuelCutOff}, "disableDecelerationFuelCutOff No", "disableDecelerationFuelCutOff Yes" indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes" 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 068754f3b3..5cb238ea99 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-all.jar based on (unknown script) controllers/algo/engine_state.txt Fri Jul 19 23:44:21 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Thu Jul 25 15:37:24 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -183,8 +183,9 @@ public class EngineState { public static final Field LUA_ACREQUESTSTATE = Field.create("LUA_ACREQUESTSTATE", 8, FieldType.BIT, 2).setBaseOffset(1120); public static final Field LUA_LUADISABLEETB = Field.create("LUA_LUADISABLEETB", 8, FieldType.BIT, 3).setBaseOffset(1120); public static final Field LUA_LUAIGNCUT = Field.create("LUA_LUAIGNCUT", 8, FieldType.BIT, 4).setBaseOffset(1120); - public static final Field LUA_CLUTCHDOWNSTATE = Field.create("LUA_CLUTCHDOWNSTATE", 8, FieldType.BIT, 5).setBaseOffset(1120); - public static final Field LUA_DISABLEDECELERATIONFUELCUTOFF = Field.create("LUA_DISABLEDECELERATIONFUELCUTOFF", 8, FieldType.BIT, 6).setBaseOffset(1120); + public static final Field LUA_LUAFUELCUT = Field.create("LUA_LUAFUELCUT", 8, FieldType.BIT, 5).setBaseOffset(1120); + public static final Field LUA_CLUTCHDOWNSTATE = Field.create("LUA_CLUTCHDOWNSTATE", 8, FieldType.BIT, 6).setBaseOffset(1120); + public static final Field LUA_DISABLEDECELERATIONFUELCUTOFF = Field.create("LUA_DISABLEDECELERATIONFUELCUTOFF", 8, FieldType.BIT, 7).setBaseOffset(1120); public static final Field SD_TCHARGE = Field.create("SD_TCHARGE", 12, FieldType.INT16).setScale(0.01).setBaseOffset(1120); public static final Field SD_ALIGNMENTFILL_AT_2 = Field.create("SD_ALIGNMENTFILL_AT_2", 14, FieldType.INT8).setScale(1.0).setBaseOffset(1120); public static final Field SD_TCHARGEK = Field.create("SD_TCHARGEK", 16, FieldType.FLOAT).setBaseOffset(1120); @@ -234,6 +235,7 @@ public class EngineState { LUA_ACREQUESTSTATE, LUA_LUADISABLEETB, LUA_LUAIGNCUT, + LUA_LUAFUELCUT, LUA_CLUTCHDOWNSTATE, LUA_DISABLEDECELERATIONFUELCUTOFF, SD_TCHARGE, 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 2aefdc692e..879f01c360 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 24 02:01:01 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jul 25 15:38:59 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1209,7 +1209,6 @@ public class Fields { public static final int SentEtbType_FORD_TYPE_1 = 2; public static final int SentEtbType_GM_TYPE_1 = 1; public static final int SentEtbType_NONE = 0; - public static final int SIGNATURE_HASH = 630096602; 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"; @@ -1467,7 +1466,7 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI master.2024.07.24.f407-discovery.630096602"; + public static final String TS_SIGNATURE = "rusEFI master.2024.07.25.f407-discovery.2582892681"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't';