diff --git a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h index 09e6065b86..2025798dde 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h @@ -1061,7 +1061,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 1291170587 +#define SIGNATURE_HASH 1448920082 #define specs_s_size 12 #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1226,8 +1226,9 @@ #define ts_14_command_TS_GRAB_PEDAL_WOT 7 #define ts_14_command_TS_GRAB_TPS_CLOSED 2 #define ts_14_command_TS_GRAB_TPS_WOT 3 +#define ts_14_command_TS_RESET 0x0B #define ts_14_command_TS_RESET_TLE8888 8 -#define ts_14_command_TS_WRITE_FLASH 10 +#define ts_14_command_TS_WRITE_FLASH 0x0A #define TS_BLOCK_READ_TIMEOUT 3000 #define TS_BURN_COMMAND 'B' #define TS_BURN_COMMAND_char B @@ -1350,7 +1351,7 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI master.2023.03.16.cypress.1291170587" +#define TS_SIGNATURE "rusEFI master.2023.03.16.cypress.1448920082" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h index ac13b30896..c2c1fe15da 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -1061,7 +1061,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 606212567 +#define SIGNATURE_HASH 1049323230 #define specs_s_size 12 #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1226,8 +1226,9 @@ #define ts_14_command_TS_GRAB_PEDAL_WOT 7 #define ts_14_command_TS_GRAB_TPS_CLOSED 2 #define ts_14_command_TS_GRAB_TPS_WOT 3 +#define ts_14_command_TS_RESET 0x0B #define ts_14_command_TS_RESET_TLE8888 8 -#define ts_14_command_TS_WRITE_FLASH 10 +#define ts_14_command_TS_WRITE_FLASH 0x0A #define TS_BLOCK_READ_TIMEOUT 3000 #define TS_BURN_COMMAND 'B' #define TS_BURN_COMMAND_char B @@ -1350,7 +1351,7 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI master.2023.03.16.kin.606212567" +#define TS_SIGNATURE "rusEFI master.2023.03.16.kin.1049323230" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h index b0441ef089..6cbabbfcf5 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h @@ -1012,7 +1012,7 @@ #define show_Frankenso_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1059643830 +#define SIGNATURE_HASH 629249727 #define specs_s_size 12 #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1178,8 +1178,9 @@ #define ts_14_command_TS_GRAB_PEDAL_WOT 7 #define ts_14_command_TS_GRAB_TPS_CLOSED 2 #define ts_14_command_TS_GRAB_TPS_WOT 3 +#define ts_14_command_TS_RESET 0x0B #define ts_14_command_TS_RESET_TLE8888 8 -#define ts_14_command_TS_WRITE_FLASH 10 +#define ts_14_command_TS_WRITE_FLASH 0x0A #define TS_BLOCK_READ_TIMEOUT 300 #define TS_BURN_COMMAND 'B' #define TS_BURN_COMMAND_char B @@ -1302,7 +1303,7 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI master.2023.03.16.subaru_eg33_f7.1059643830" +#define TS_SIGNATURE "rusEFI master.2023.03.16.subaru_eg33_f7.629249727" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' diff --git a/firmware/controllers/algo/auto_generated_enginetypes.cpp b/firmware/controllers/algo/auto_generated_enginetypes.cpp index 43eb8416f1..c48e563e32 100644 --- a/firmware/controllers/algo/auto_generated_enginetypes.cpp +++ b/firmware/controllers/algo/auto_generated_enginetypes.cpp @@ -1,6 +1,6 @@ #include "global.h" #include "engine_types.h" -// was generated automatically by rusEFI tool from engine_types.h // by enum2string.jar tool on Fri Mar 03 04:44:49 UTC 2023 +// was generated automatically by rusEFI tool from engine_types.h // by enum2string.jar tool on Thu Mar 16 03:57:08 UTC 2023 // see also gen_config_and_enums.bat @@ -537,6 +537,8 @@ case TS_GRAB_TPS_CLOSED: return "TS_GRAB_TPS_CLOSED"; case TS_GRAB_TPS_WOT: return "TS_GRAB_TPS_WOT"; +case TS_RESET: + return "TS_RESET"; case TS_RESET_TLE8888: return "TS_RESET_TLE8888"; case TS_WRITE_FLASH: diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 5224674ad5..34b3b1d3e5 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -1061,7 +1061,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 616213949 +#define SIGNATURE_HASH 1041488564 #define specs_s_size 12 #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1226,8 +1226,9 @@ #define ts_14_command_TS_GRAB_PEDAL_WOT 7 #define ts_14_command_TS_GRAB_TPS_CLOSED 2 #define ts_14_command_TS_GRAB_TPS_WOT 3 +#define ts_14_command_TS_RESET 0x0B #define ts_14_command_TS_RESET_TLE8888 8 -#define ts_14_command_TS_WRITE_FLASH 10 +#define ts_14_command_TS_WRITE_FLASH 0x0A #define TS_BLOCK_READ_TIMEOUT 3000 #define TS_BURN_COMMAND 'B' #define TS_BURN_COMMAND_char B @@ -1350,7 +1351,7 @@ #define ts_show_vbatt true #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true -#define TS_SIGNATURE "rusEFI master.2023.03.16.f407-discovery.616213949" +#define TS_SIGNATURE "rusEFI master.2023.03.16.f407-discovery.1041488564" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' diff --git a/firmware/controllers/generated/signature_48way.h b/firmware/controllers/generated/signature_48way.h index ebc9be9341..f08880efcc 100644 --- a/firmware/controllers/generated/signature_48way.h +++ b/firmware/controllers/generated/signature_48way.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3819974779 -#define TS_SIGNATURE "rusEFI master.2023.03.16.48way.3819974779" +#define SIGNATURE_HASH 4179183474 +#define TS_SIGNATURE "rusEFI master.2023.03.16.48way.4179183474" diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index eebf41a68e..459df7512d 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 281389736 -#define TS_SIGNATURE "rusEFI master.2023.03.16.alphax-2chan.281389736" +#define SIGNATURE_HASH 174906785 +#define TS_SIGNATURE "rusEFI master.2023.03.16.alphax-2chan.174906785" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index eba2570ad6..17f67bf1a5 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3013346974 -#define TS_SIGNATURE "rusEFI master.2023.03.16.alphax-4chan.3013346974" +#define SIGNATURE_HASH 2838851991 +#define TS_SIGNATURE "rusEFI master.2023.03.16.alphax-4chan.2838851991" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index 8d08238445..5b43f8cfc9 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4275093184 -#define TS_SIGNATURE "rusEFI master.2023.03.16.alphax-8chan.4275093184" +#define SIGNATURE_HASH 3833186761 +#define TS_SIGNATURE "rusEFI master.2023.03.16.alphax-8chan.3833186761" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 17a66765ec..04392385ee 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1346324028 -#define TS_SIGNATURE "rusEFI master.2023.03.16.atlas.1346324028" +#define SIGNATURE_HASH 1251356981 +#define TS_SIGNATURE "rusEFI master.2023.03.16.atlas.1251356981" diff --git a/firmware/controllers/generated/signature_core8.h b/firmware/controllers/generated/signature_core8.h index e0db37de7d..583e8a0c90 100644 --- a/firmware/controllers/generated/signature_core8.h +++ b/firmware/controllers/generated/signature_core8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2672670071 -#define TS_SIGNATURE "rusEFI master.2023.03.16.core8.2672670071" +#define SIGNATURE_HASH 2246361726 +#define TS_SIGNATURE "rusEFI master.2023.03.16.core8.2246361726" diff --git a/firmware/controllers/generated/signature_cypress.h b/firmware/controllers/generated/signature_cypress.h index 5ab1211b57..8882a62e74 100644 --- a/firmware/controllers/generated/signature_cypress.h +++ b/firmware/controllers/generated/signature_cypress.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 1291170587 -#define TS_SIGNATURE "rusEFI master.2023.03.16.cypress.1291170587" +#define SIGNATURE_HASH 1448920082 +#define TS_SIGNATURE "rusEFI master.2023.03.16.cypress.1448920082" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index 8d0ad1094d..79cbaebf0c 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 616213949 -#define TS_SIGNATURE "rusEFI master.2023.03.16.f407-discovery.616213949" +#define SIGNATURE_HASH 1041488564 +#define TS_SIGNATURE "rusEFI master.2023.03.16.f407-discovery.1041488564" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index b57e8dbbb2..6f366d9bc1 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1291170587 -#define TS_SIGNATURE "rusEFI master.2023.03.16.f429-discovery.1291170587" +#define SIGNATURE_HASH 1448920082 +#define TS_SIGNATURE "rusEFI master.2023.03.16.f429-discovery.1448920082" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 2e8fda62a8..0913605743 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1856459729 -#define TS_SIGNATURE "rusEFI master.2023.03.16.frankenso_na6.1856459729" +#define SIGNATURE_HASH 1947083992 +#define TS_SIGNATURE "rusEFI master.2023.03.16.frankenso_na6.1947083992" diff --git a/firmware/controllers/generated/signature_harley81.h b/firmware/controllers/generated/signature_harley81.h index b0edd378d4..775fdbe276 100644 --- a/firmware/controllers/generated/signature_harley81.h +++ b/firmware/controllers/generated/signature_harley81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1811678803 -#define TS_SIGNATURE "rusEFI master.2023.03.16.harley81.1811678803" +#define SIGNATURE_HASH 1901424986 +#define TS_SIGNATURE "rusEFI master.2023.03.16.harley81.1901424986" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 3a0e570ca2..0a956ffdc8 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 396454617 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen-gm-e67.396454617" +#define SIGNATURE_HASH 218635728 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen-gm-e67.218635728" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index 23127ce5b9..3e0409dad0 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2586932197 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen-honda-k.2586932197" +#define SIGNATURE_HASH 2157446380 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen-honda-k.2157446380" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index 42ac5c810a..887fe9f4a2 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2786206618 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen-nb1.2786206618" +#define SIGNATURE_HASH 3166393491 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen-nb1.3166393491" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index b8dc83fa9d..4f35637825 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2814925037 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen121nissan.2814925037" +#define SIGNATURE_HASH 3177263076 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen121nissan.3177263076" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 677e7c6c53..725b7b6ebc 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3276917339 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen121vag.3276917339" +#define SIGNATURE_HASH 3656957266 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen121vag.3656957266" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index f43984a075..7167f02c70 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3938603360 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen128.3938603360" +#define SIGNATURE_HASH 4033554025 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen128.4033554025" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 9accf33d34..a3aabe4b18 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2061592932 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen154hyundai.2061592932" +#define SIGNATURE_HASH 1615339117 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen154hyundai.1615339117" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 09eae1748d..d6e6c77af1 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2570123118 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen72.2570123118" +#define SIGNATURE_HASH 2207875175 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen72.2207875175" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 280378f8b1..c0306d4a06 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 171593798 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen81.171593798" +#define SIGNATURE_HASH 278079311 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen81.278079311" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 395a17536f..7b93a77672 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1578145226 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen88bmw.1578145226" +#define SIGNATURE_HASH 1153032899 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellen88bmw.1153032899" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 51b2329919..18c14457dc 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1717533632 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellenNA6.1717533632" +#define SIGNATURE_HASH 2096499913 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellenNA6.2096499913" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index cdef44f0a0..1c4d1c8f45 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1300663292 -#define TS_SIGNATURE "rusEFI master.2023.03.16.hellenNA8_96.1300663292" +#define SIGNATURE_HASH 1462762741 +#define TS_SIGNATURE "rusEFI master.2023.03.16.hellenNA8_96.1462762741" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index 30ba52a80c..77ab2b8341 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 606212567 -#define TS_SIGNATURE "rusEFI master.2023.03.16.kin.606212567" +#define SIGNATURE_HASH 1049323230 +#define TS_SIGNATURE "rusEFI master.2023.03.16.kin.1049323230" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index 5d95141e4b..002de3206c 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2474339872 -#define TS_SIGNATURE "rusEFI master.2023.03.16.m74_9.2474339872" +#define SIGNATURE_HASH 2312247593 +#define TS_SIGNATURE "rusEFI master.2023.03.16.m74_9.2312247593" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 02455b3f04..ba44c0ba29 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3554160252 -#define TS_SIGNATURE "rusEFI master.2023.03.16.mre_f4.3554160252" +#define SIGNATURE_HASH 3379648885 +#define TS_SIGNATURE "rusEFI master.2023.03.16.mre_f4.3379648885" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index 441d1663b6..668ab0ffbc 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3554160252 -#define TS_SIGNATURE "rusEFI master.2023.03.16.mre_f7.3554160252" +#define SIGNATURE_HASH 3379648885 +#define TS_SIGNATURE "rusEFI master.2023.03.16.mre_f7.3379648885" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 15ad88a44b..35f9ef56da 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 471821053 -#define TS_SIGNATURE "rusEFI master.2023.03.16.prometheus_405.471821053" +#define SIGNATURE_HASH 112598516 +#define TS_SIGNATURE "rusEFI master.2023.03.16.prometheus_405.112598516" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 535ebb2baa..7acfe71571 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 471821053 -#define TS_SIGNATURE "rusEFI master.2023.03.16.prometheus_469.471821053" +#define SIGNATURE_HASH 112598516 +#define TS_SIGNATURE "rusEFI master.2023.03.16.prometheus_469.112598516" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index a63218de9b..9a5906565c 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1647454956 -#define TS_SIGNATURE "rusEFI master.2023.03.16.proteus_f4.1647454956" +#define SIGNATURE_HASH 2023448037 +#define TS_SIGNATURE "rusEFI master.2023.03.16.proteus_f4.2023448037" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index ee9e036a46..c1c0d7132b 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1647454956 -#define TS_SIGNATURE "rusEFI master.2023.03.16.proteus_f7.1647454956" +#define SIGNATURE_HASH 2023448037 +#define TS_SIGNATURE "rusEFI master.2023.03.16.proteus_f7.2023448037" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index 64051c7106..f40d3463b6 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1647454956 -#define TS_SIGNATURE "rusEFI master.2023.03.16.proteus_h7.1647454956" +#define SIGNATURE_HASH 2023448037 +#define TS_SIGNATURE "rusEFI master.2023.03.16.proteus_h7.2023448037" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index 77eb20f435..2ad0e5582a 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1670174277 -#define TS_SIGNATURE "rusEFI master.2023.03.16.s105.1670174277" +#define SIGNATURE_HASH 2032509260 +#define TS_SIGNATURE "rusEFI master.2023.03.16.s105.2032509260" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 48ec9739f6..d1c75c7d27 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 ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1059643830 -#define TS_SIGNATURE "rusEFI master.2023.03.16.subaru_eg33_f7.1059643830" +#define SIGNATURE_HASH 629249727 +#define TS_SIGNATURE "rusEFI master.2023.03.16.subaru_eg33_f7.629249727" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 9f8131f632..9b344788df 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 ConfigDefinition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3327893305 -#define TS_SIGNATURE "rusEFI master.2023.03.16.tdg-pdm8.3327893305" +#define SIGNATURE_HASH 3706906672 +#define TS_SIGNATURE "rusEFI master.2023.03.16.tdg-pdm8.3706906672" diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 661d355900..ca6770b8aa 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.f407-discovery.616213949" + signature = "rusEFI master.2023.03.16.f407-discovery.1041488564" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.f407-discovery.616213949" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.f407-discovery.1041488564" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:44 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:53 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7838,6 +7839,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_48way.ini b/firmware/tunerstudio/generated/rusefi_48way.ini index 06a7224030..fccede45d2 100644 --- a/firmware/tunerstudio/generated/rusefi_48way.ini +++ b/firmware/tunerstudio/generated/rusefi_48way.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.48way.3819974779" + signature = "rusEFI master.2023.03.16.48way.4179183474" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.48way.3819974779" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.48way.4179183474" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:29 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:37 UTC 2023 pageSize = 22432 page = 1 @@ -5359,7 +5359,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7832,6 +7833,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 3e57e474fe..9c62ad4415 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.alphax-2chan.281389736" + signature = "rusEFI master.2023.03.16.alphax-2chan.174906785" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.alphax-2chan.281389736" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.alphax-2chan.174906785" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:04 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:14 UTC 2023 pageSize = 22432 page = 1 @@ -5355,7 +5355,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7810,6 +7811,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index c6c59f1baf..a101d65c50 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.alphax-4chan.3013346974" + signature = "rusEFI master.2023.03.16.alphax-4chan.2838851991" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.alphax-4chan.3013346974" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.alphax-4chan.2838851991" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:05 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:15 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7814,6 +7815,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index b4d68bf3b9..bbd9dc86c7 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.alphax-8chan.4275093184" + signature = "rusEFI master.2023.03.16.alphax-8chan.3833186761" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.alphax-8chan.4275093184" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.alphax-8chan.3833186761" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:07 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:16 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7814,6 +7815,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 569d8f7a13..a511a65978 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.atlas.1346324028" + signature = "rusEFI master.2023.03.16.atlas.1251356981" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.atlas.1346324028" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.atlas.1251356981" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:42 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:50 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7827,6 +7828,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index b49f9b66fe..ba2d4a0d61 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.core8.2672670071" + signature = "rusEFI master.2023.03.16.core8.2246361726" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.core8.2672670071" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.core8.2246361726" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:27 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:36 UTC 2023 pageSize = 22432 page = 1 @@ -5359,7 +5359,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7832,6 +7833,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 04762ed0ac..0035c46fbf 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.cypress.1291170587" + signature = "rusEFI master.2023.03.16.cypress.1448920082" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.cypress.1291170587" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.cypress.1448920082" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Mar 16 02:25:02 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Mar 16 03:57:12 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7836,6 +7837,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 6b500a0e8a..5f7333f92f 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.f407-discovery.616213949" + signature = "rusEFI master.2023.03.16.f407-discovery.1041488564" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.f407-discovery.616213949" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.f407-discovery.1041488564" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:40 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:48 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7838,6 +7839,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 93e84c0c6f..4100d90926 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.f429-discovery.1291170587" + signature = "rusEFI master.2023.03.16.f429-discovery.1448920082" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.f429-discovery.1291170587" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.f429-discovery.1448920082" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:41 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:49 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7836,6 +7837,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 3a3b97877c..fa4258ad74 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.frankenso_na6.1856459729" + signature = "rusEFI master.2023.03.16.frankenso_na6.1947083992" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.frankenso_na6.1856459729" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.frankenso_na6.1947083992" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:32 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:41 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7836,6 +7837,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index febd086171..b6d5e19903 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.harley81.1811678803" + signature = "rusEFI master.2023.03.16.harley81.1901424986" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.harley81.1811678803" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.harley81.1901424986" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:08 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:18 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7811,6 +7812,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 05276a04cd..f0ba2493a5 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen-gm-e67.396454617" + signature = "rusEFI master.2023.03.16.hellen-gm-e67.218635728" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen-gm-e67.396454617" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen-gm-e67.218635728" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:21 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:30 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7812,6 +7813,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 943b724e3d..e0cfb5861a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen-honda-k.2586932197" + signature = "rusEFI master.2023.03.16.hellen-honda-k.2157446380" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen-honda-k.2586932197" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen-honda-k.2157446380" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:13 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:23 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7808,6 +7809,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 0a6526fdad..2b087b0714 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen-nb1.2786206618" + signature = "rusEFI master.2023.03.16.hellen-nb1.3166393491" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen-nb1.2786206618" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen-nb1.3166393491" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:20 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:29 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7812,6 +7813,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index b462208b4f..e878d624d7 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen121nissan.2814925037" + signature = "rusEFI master.2023.03.16.hellen121nissan.3177263076" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen121nissan.2814925037" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen121nissan.3177263076" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:12 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:21 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7808,6 +7809,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 96a25df899..c6cd790fd8 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen121vag.3276917339" + signature = "rusEFI master.2023.03.16.hellen121vag.3656957266" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen121vag.3276917339" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen121vag.3656957266" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:10 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:20 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7811,6 +7812,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index 86226aed2c..21c2fe2c96 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen128.3938603360" + signature = "rusEFI master.2023.03.16.hellen128.4033554025" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen128.3938603360" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen128.4033554025" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:09 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:19 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7808,6 +7809,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index a1e31ab5db..dfd6174a04 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen154hyundai.2061592932" + signature = "rusEFI master.2023.03.16.hellen154hyundai.1615339117" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen154hyundai.2061592932" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen154hyundai.1615339117" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:14 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:24 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7808,6 +7809,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 34b0bd00df..339f86d96d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen72.2570123118" + signature = "rusEFI master.2023.03.16.hellen72.2207875175" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen72.2570123118" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen72.2207875175" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:17 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:26 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7812,6 +7813,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index adcfc70286..f9161164e3 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen81.171593798" + signature = "rusEFI master.2023.03.16.hellen81.278079311" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen81.171593798" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen81.278079311" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:19 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:27 UTC 2023 pageSize = 22432 page = 1 @@ -5356,7 +5356,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7809,6 +7810,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 8422fea0de..34d59fd1b9 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellen88bmw.1578145226" + signature = "rusEFI master.2023.03.16.hellen88bmw.1153032899" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellen88bmw.1578145226" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellen88bmw.1153032899" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:16 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:25 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7807,6 +7808,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 8375e288e4..0849680b8e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellenNA6.1717533632" + signature = "rusEFI master.2023.03.16.hellenNA6.2096499913" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellenNA6.1717533632" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellenNA6.2096499913" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:22 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:31 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7812,6 +7813,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 6c192e052d..65e89ed059 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.hellenNA8_96.1300663292" + signature = "rusEFI master.2023.03.16.hellenNA8_96.1462762741" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.hellenNA8_96.1300663292" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.hellenNA8_96.1462762741" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:24 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:32 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7812,6 +7813,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index 62eb7b2869..75d1d54f38 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.kin.606212567" + signature = "rusEFI master.2023.03.16.kin.1049323230" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.kin.606212567" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.kin.1049323230" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Mar 16 02:25:01 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Mar 16 03:57:11 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7837,6 +7838,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 7b9c753e93..2d110dd729 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.m74_9.2474339872" + signature = "rusEFI master.2023.03.16.m74_9.2312247593" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.m74_9.2474339872" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.m74_9.2312247593" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:30 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:39 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7814,6 +7815,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 133c8fd86d..484b73ff6a 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.mre_f4.3554160252" + signature = "rusEFI master.2023.03.16.mre_f4.3379648885" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.mre_f4.3554160252" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.mre_f4.3379648885" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:26 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:35 UTC 2023 pageSize = 22432 page = 1 @@ -5359,7 +5359,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7811,6 +7812,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 109f69668b..b7799c0d13 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.mre_f7.3554160252" + signature = "rusEFI master.2023.03.16.mre_f7.3379648885" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.mre_f7.3554160252" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.mre_f7.3379648885" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:25 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:34 UTC 2023 pageSize = 22432 page = 1 @@ -5359,7 +5359,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7811,6 +7812,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 7634e3810b..85744fb396 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.prometheus_405.471821053" + signature = "rusEFI master.2023.03.16.prometheus_405.112598516" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.prometheus_405.471821053" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.prometheus_405.112598516" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:34 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:43 UTC 2023 pageSize = 22432 page = 1 @@ -5355,7 +5355,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7831,6 +7832,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 83af8cc40a..ecb781b183 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.prometheus_469.471821053" + signature = "rusEFI master.2023.03.16.prometheus_469.112598516" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.prometheus_469.471821053" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.prometheus_469.112598516" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:33 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:42 UTC 2023 pageSize = 22432 page = 1 @@ -5355,7 +5355,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7831,6 +7832,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 4e921e6a19..3322643261 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.proteus_f4.1647454956" + signature = "rusEFI master.2023.03.16.proteus_f4.2023448037" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.proteus_f4.1647454956" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.proteus_f4.2023448037" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:37 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:46 UTC 2023 pageSize = 26432 page = 1 @@ -5354,7 +5354,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7800,6 +7801,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 3888b03353..f3087433c6 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.proteus_f7.1647454956" + signature = "rusEFI master.2023.03.16.proteus_f7.2023448037" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.proteus_f7.1647454956" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.proteus_f7.2023448037" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:36 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:44 UTC 2023 pageSize = 26432 page = 1 @@ -5354,7 +5354,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7800,6 +7801,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index a8fdd944b5..8a611d5ca6 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.proteus_h7.1647454956" + signature = "rusEFI master.2023.03.16.proteus_h7.2023448037" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.proteus_h7.1647454956" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.proteus_h7.2023448037" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:38 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:47 UTC 2023 pageSize = 26432 page = 1 @@ -5354,7 +5354,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7800,6 +7801,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index 24879c647d..f34585c78f 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.s105.1670174277" + signature = "rusEFI master.2023.03.16.s105.2032509260" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.s105.1670174277" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.s105.2032509260" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:31 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:40 UTC 2023 pageSize = 22432 page = 1 @@ -5358,7 +5358,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7814,6 +7815,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index c18c63820c..bd20d80a33 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.subaru_eg33_f7.1059643830" + signature = "rusEFI master.2023.03.16.subaru_eg33_f7.629249727" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.subaru_eg33_f7.1059643830" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.subaru_eg33_f7.629249727" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:03 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:13 UTC 2023 pageSize = 22432 page = 1 @@ -5357,7 +5357,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7826,6 +7827,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index cbc6dab067..6ebfca9692 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.03.16.tdg-pdm8.3327893305" + signature = "rusEFI master.2023.03.16.tdg-pdm8.3706906672" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.03.16.tdg-pdm8.3327893305" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.03.16.tdg-pdm8.3706906672" ; 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 @@ -87,7 +87,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:43 UTC 2023 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:51 UTC 2023 pageSize = 22432 page = 1 @@ -5360,7 +5360,8 @@ cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" cmd_tle8888_init = "Z\x00\x14\x00\x08" -cmd_write_config = "Z\x00\x14\x00\x0A" +cmd_write_config = "Z\x00\x140x0A" +cmd_etb_reset = "Z\x00\x140x0B" cmd_etb_autotune = "Z\x00\x14\x00\x0C" cmd_enable_self_stim = "Z\x00\x14\x00\x0D" cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" @@ -7836,6 +7837,7 @@ dialog = tcuControls, "Transmission Settings" dialog = etbDialogRight panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } diff --git a/java_console/io/src/main/java/com/rusefi/enums/ts_14_command.java b/java_console/io/src/main/java/com/rusefi/enums/ts_14_command.java index b2f48d153d..ca72b7a721 100644 --- a/java_console/io/src/main/java/com/rusefi/enums/ts_14_command.java +++ b/java_console/io/src/main/java/com/rusefi/enums/ts_14_command.java @@ -16,4 +16,5 @@ public enum ts_14_command { TS_RESET_TLE8888, TS_14_9, TS_WRITE_FLASH, + TS_RESET, } 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 bf1ce2aaef..6f46abd329 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 02:25:46 UTC 2023 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 16 03:57:54 UTC 2023 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1004,7 +1004,7 @@ public class Fields { public static final int SentEtbType_FORD_TYPE_1 = 2; public static final int SentEtbType_GM_TYPE_1 = 1; public static final int SentEtbType_NONE = 0; - public static final int SIGNATURE_HASH = 616213949; + public static final int SIGNATURE_HASH = 1041488564; public static final int specs_s_size = 12; public static final int spi_device_e_SPI_DEVICE_1 = 1; public static final int spi_device_e_SPI_DEVICE_2 = 2; @@ -1154,8 +1154,9 @@ public class Fields { public static final int ts_14_command_TS_GRAB_PEDAL_WOT = 7; public static final int ts_14_command_TS_GRAB_TPS_CLOSED = 2; public static final int ts_14_command_TS_GRAB_TPS_WOT = 3; + public static final int ts_14_command_TS_RESET = 0x0B; public static final int ts_14_command_TS_RESET_TLE8888 = 8; - public static final int ts_14_command_TS_WRITE_FLASH = 10; + public static final int ts_14_command_TS_WRITE_FLASH = 0x0A; public static final int TS_BLOCK_READ_TIMEOUT = 3000; public static final char TS_BURN_COMMAND = 'B'; public static final char TS_CHUNK_WRITE_COMMAND = 'C'; @@ -1226,7 +1227,7 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI master.2023.03.16.f407-discovery.616213949"; + public static final String TS_SIGNATURE = "rusEFI master.2023.03.16.f407-discovery.1041488564"; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; public static final int TS_TOTAL_OUTPUT_SIZE = 1364;