diff --git a/firmware/config/boards/hellen/cypress/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/hellen/cypress/config/controllers/algo/engine_configuration_generated_structures.h index 2cb1a02ac1..10b52ee448 100644 --- a/firmware/config/boards/hellen/cypress/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/hellen/cypress/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon May 17 09:41:51 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue May 18 18:07:13 UTC 2021 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -4050,10 +4050,9 @@ struct persistent_config_s { */ float vvtTable2RpmBins[FSIO_TABLE_8]; /** - units * offset 16032 */ - uint8_t unused15136[256]; + lua_script_t luaScript; /** * offset 16288 */ @@ -4174,4 +4173,4 @@ struct persistent_config_s { }; // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon May 17 09:41:51 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue May 18 18:07:13 UTC 2021 diff --git a/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h index 2d14d2dfdb..accfc42375 100644 --- a/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h @@ -1067,6 +1067,8 @@ #define lowPressureFuel_value2_offset 3324 #define lps25BaroSensorScl_offset 1458 #define lps25BaroSensorSda_offset 1459 +#define LUA_SCRIPT_SIZE 256 +#define luaScript_offset 16032 #define MAF_DECODING_COUNT 256 #define maf_sensor_type_e_auto_enum "CUSTOM", "Bosch0280218037", "Bosch0280218004", "DensoTODO" #define maf_sensor_type_e_enum "v0", "v1", "v2", "v3" @@ -1258,8 +1260,8 @@ #define showHumanReadableWarning_offset 976 #define showSdCardWarning_offset 76 #define SIGNATURE_BOARD hellen_cypress -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 432264512 +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 264476459 #define silentTriggerError_offset 1464 #define slowAdcAlpha_offset 2088 #define sparkDwellRpmBins_offset 332 @@ -1594,7 +1596,7 @@ #define ts_show_spi true #define ts_show_trigger_comparator false #define ts_show_tunerstudio_port true -#define TS_SIGNATURE "rusEFI 2021.05.17.hellen_cypress.432264512" +#define TS_SIGNATURE "rusEFI 2021.05.18.hellen_cypress.264476459" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' // 0x74 @@ -1659,7 +1661,6 @@ #define unused1476b20_offset 1476 #define unused1476b3_offset 1476 #define unused1476b8_offset 1476 -#define unused15136_offset 16032 #define unused1708_offset 1708 #define unused1756_offset 1756 #define unused2260_offset 2260 diff --git a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h index 234d146c9b..6ea2ac863e 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon May 17 09:41:49 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue May 18 18:07:11 UTC 2021 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -4044,10 +4044,9 @@ struct persistent_config_s { */ float vvtTable2RpmBins[FSIO_TABLE_8]; /** - units * offset 16004 */ - uint8_t unused15136[256]; + lua_script_t luaScript; /** * offset 16260 */ @@ -4168,4 +4167,4 @@ struct persistent_config_s { }; // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon May 17 09:41:49 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue May 18 18:07:11 UTC 2021 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 c85c9ffe22..b32eac330b 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -1051,6 +1051,8 @@ #define lowPressureFuel_value2_offset 3296 #define lps25BaroSensorScl_offset 1458 #define lps25BaroSensorSda_offset 1459 +#define LUA_SCRIPT_SIZE 256 +#define luaScript_offset 16004 #define MAF_DECODING_COUNT 256 #define maf_sensor_type_e_auto_enum "CUSTOM", "Bosch0280218037", "Bosch0280218004", "DensoTODO" #define maf_sensor_type_e_enum "v0", "v1", "v2", "v3" @@ -1242,8 +1244,8 @@ #define showHumanReadableWarning_offset 976 #define showSdCardWarning_offset 76 #define SIGNATURE_BOARD kin -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 3865450940 +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 4033240023 #define silentTriggerError_offset 1464 #define slowAdcAlpha_offset 2088 #define sparkDwellRpmBins_offset 332 @@ -1578,7 +1580,7 @@ #define ts_show_spi true #define ts_show_trigger_comparator true #define ts_show_tunerstudio_port true -#define TS_SIGNATURE "rusEFI 2021.05.17.kin.3865450940" +#define TS_SIGNATURE "rusEFI 2021.05.18.kin.4033240023" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' // 0x74 @@ -1643,7 +1645,6 @@ #define unused1476b20_offset 1476 #define unused1476b3_offset 1476 #define unused1476b8_offset 1476 -#define unused15136_offset 16004 #define unused1708_offset 1708 #define unused1756_offset 1756 #define unused2260_offset 2252 diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h index 07f623ce57..bf2fd71903 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:52 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:15 UTC 2021 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -4050,10 +4050,9 @@ struct persistent_config_s { */ float vvtTable2RpmBins[FSIO_TABLE_8]; /** - units * offset 16032 */ - uint8_t unused15136[256]; + lua_script_t luaScript; /** * offset 16288 */ @@ -4174,4 +4173,4 @@ struct persistent_config_s { }; // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:52 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:15 UTC 2021 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 54d2da0b71..aaf92eb954 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 @@ -1067,6 +1067,8 @@ #define lowPressureFuel_value2_offset 3324 #define lps25BaroSensorScl_offset 1458 #define lps25BaroSensorSda_offset 1459 +#define LUA_SCRIPT_SIZE 256 +#define luaScript_offset 16032 #define MAF_DECODING_COUNT 256 #define maf_sensor_type_e_auto_enum "CUSTOM", "Bosch0280218037", "Bosch0280218004", "DensoTODO" #define maf_sensor_type_e_enum "v0", "v1", "v2", "v3" @@ -1258,8 +1260,8 @@ #define showHumanReadableWarning_offset 976 #define showSdCardWarning_offset 76 #define SIGNATURE_BOARD subaru_eg33_f7 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 3355939950 +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 3725055493 #define silentTriggerError_offset 1464 #define slowAdcAlpha_offset 2088 #define sparkDwellRpmBins_offset 332 @@ -1594,7 +1596,7 @@ #define ts_show_spi true #define ts_show_trigger_comparator false #define ts_show_tunerstudio_port false -#define TS_SIGNATURE "rusEFI 2021.05.17.subaru_eg33_f7.3355939950" +#define TS_SIGNATURE "rusEFI 2021.05.18.subaru_eg33_f7.3725055493" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' // 0x74 @@ -1659,7 +1661,6 @@ #define unused1476b20_offset 1476 #define unused1476b3_offset 1476 #define unused1476b8_offset 1476 -#define unused15136_offset 16032 #define unused1708_offset 1708 #define unused1756_offset 1756 #define unused2260_offset 2260 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures.h b/firmware/controllers/generated/engine_configuration_generated_structures.h index fddd789c56..a49b12bb7a 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -4050,10 +4050,9 @@ struct persistent_config_s { */ float vvtTable2RpmBins[FSIO_TABLE_8]; /** - units * offset 16032 */ - uint8_t unused15136[256]; + lua_script_t luaScript; /** * offset 16288 */ @@ -4174,4 +4173,4 @@ struct persistent_config_s { }; // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 diff --git a/firmware/controllers/generated/fsio_enums_generated.def b/firmware/controllers/generated/fsio_enums_generated.def index 9260985e8b..2c92b8a218 100644 --- a/firmware/controllers/generated/fsio_enums_generated.def +++ b/firmware/controllers/generated/fsio_enums_generated.def @@ -1,4 +1,4 @@ -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 // by class com.rusefi.output.FileFsioSettingsConsumer FSIO_SETTING_FANONTEMPERATURE = 1000, diff --git a/firmware/controllers/generated/fsio_getters.def b/firmware/controllers/generated/fsio_getters.def index 562879c1ae..bf7b632752 100644 --- a/firmware/controllers/generated/fsio_getters.def +++ b/firmware/controllers/generated/fsio_getters.def @@ -1,4 +1,4 @@ -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 // by class com.rusefi.output.FileFsioSettingsConsumer case FSIO_SETTING_FANONTEMPERATURE: diff --git a/firmware/controllers/generated/fsio_names.def b/firmware/controllers/generated/fsio_names.def index 535fd06e43..cfbbad83e4 100644 --- a/firmware/controllers/generated/fsio_names.def +++ b/firmware/controllers/generated/fsio_names.def @@ -1,4 +1,4 @@ -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 // by class com.rusefi.output.FileFsioSettingsConsumer static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature"); diff --git a/firmware/controllers/generated/fsio_strings.def b/firmware/controllers/generated/fsio_strings.def index decab49cbb..a500a940d0 100644 --- a/firmware/controllers/generated/fsio_strings.def +++ b/firmware/controllers/generated/fsio_strings.def @@ -1,4 +1,4 @@ -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 // by class com.rusefi.output.FileFsioSettingsConsumer case FSIO_SETTING_FANONTEMPERATURE: diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 63853d2c81..bb8b372ffc 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -1065,6 +1065,8 @@ #define lowPressureFuel_value2_offset 3324 #define lps25BaroSensorScl_offset 1458 #define lps25BaroSensorSda_offset 1459 +#define LUA_SCRIPT_SIZE 256 +#define luaScript_offset 16032 #define MAF_DECODING_COUNT 256 #define maf_sensor_type_e_auto_enum "CUSTOM", "Bosch0280218037", "Bosch0280218004", "DensoTODO" #define maf_sensor_type_e_enum "v0", "v1", "v2", "v3" @@ -1255,8 +1257,8 @@ #define showHumanReadableWarning_offset 976 #define showSdCardWarning_offset 76 #define SIGNATURE_BOARD all -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 1539247760 +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 1304382715 #define silentTriggerError_offset 1464 #define slowAdcAlpha_offset 2088 #define sparkDwellRpmBins_offset 332 @@ -1591,7 +1593,7 @@ #define ts_show_spi true #define ts_show_trigger_comparator false #define ts_show_tunerstudio_port true -#define TS_SIGNATURE "rusEFI 2021.05.17.all.1539247760" +#define TS_SIGNATURE "rusEFI 2021.05.18.all.1304382715" #define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND_char W #define TS_TEST_COMMAND 't' // 0x74 @@ -1656,7 +1658,6 @@ #define unused1476b20_offset 1476 #define unused1476b3_offset 1476 #define unused1476b8_offset 1476 -#define unused15136_offset 16032 #define unused1708_offset 1708 #define unused1756_offset 1756 #define unused2260_offset 2260 diff --git a/firmware/controllers/generated/signature_all.h b/firmware/controllers/generated/signature_all.h index f05e17fcf6..0d19089016 100644 --- a/firmware/controllers/generated/signature_all.h +++ b/firmware/controllers/generated/signature_all.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD all -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 1539247760 -#define TS_SIGNATURE "rusEFI 2021.05.17.all.1539247760" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 1304382715 +#define TS_SIGNATURE "rusEFI 2021.05.18.all.1304382715" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index e56f386969..43b90b2dff 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD frankenso_na6 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 1676771497 -#define TS_SIGNATURE "rusEFI 2021.05.17.frankenso_na6.1676771497" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 1978778306 +#define TS_SIGNATURE "rusEFI 2021.05.18.frankenso_na6.1978778306" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index 470c3e5bba..2253554ca4 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD hellen121nissan -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 2480637603 -#define TS_SIGNATURE "rusEFI 2021.05.17.hellen121nissan.2480637603" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 2245772488 +#define TS_SIGNATURE "rusEFI 2021.05.18.hellen121nissan.2245772488" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 3e87509c95..9298d8b9e3 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD hellen121vag -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 2480637603 -#define TS_SIGNATURE "rusEFI 2021.05.17.hellen121vag.2480637603" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 2245772488 +#define TS_SIGNATURE "rusEFI 2021.05.18.hellen121vag.2245772488" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index 8a91a09d9d..2b8109103d 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD hellen128 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 2889947764 -#define TS_SIGNATURE "rusEFI 2021.05.17.hellen128.2889947764" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 3124844575 +#define TS_SIGNATURE "rusEFI 2021.05.18.hellen128.3124844575" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 4f4d5ea8f5..c4ce6ccc8f 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD hellen72 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 4115263771 -#define TS_SIGNATURE "rusEFI 2021.05.17.hellen72.4115263771" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 3813258096 +#define TS_SIGNATURE "rusEFI 2021.05.18.hellen72.3813258096" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 82a2a832e7..8cec747c3d 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD hellenNA6 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 2956673618 -#define TS_SIGNATURE "rusEFI 2021.05.17.hellenNA6.2956673618" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 2788884537 +#define TS_SIGNATURE "rusEFI 2021.05.18.hellenNA6.2788884537" diff --git a/firmware/controllers/generated/signature_hellen_cypress.h b/firmware/controllers/generated/signature_hellen_cypress.h index ef7fe85955..50a0c3810f 100644 --- a/firmware/controllers/generated/signature_hellen_cypress.h +++ b/firmware/controllers/generated/signature_hellen_cypress.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD hellen_cypress -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 432264512 -#define TS_SIGNATURE "rusEFI 2021.05.17.hellen_cypress.432264512" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 264476459 +#define TS_SIGNATURE "rusEFI 2021.05.18.hellen_cypress.264476459" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index 3d5c2e8367..8f8ec93a4f 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD kin -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 3865450940 -#define TS_SIGNATURE "rusEFI 2021.05.17.kin.3865450940" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 4033240023 +#define TS_SIGNATURE "rusEFI 2021.05.18.kin.4033240023" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 258d0578ab..26e9590bc6 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD mre_f4 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 131222489 -#define TS_SIGNATURE "rusEFI 2021.05.17.mre_f4.131222489" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 298977714 +#define TS_SIGNATURE "rusEFI 2021.05.18.mre_f4.298977714" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index c4dbcfe850..1e5bab008d 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD mre_f7 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 131222489 -#define TS_SIGNATURE "rusEFI 2021.05.17.mre_f7.131222489" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 298977714 +#define TS_SIGNATURE "rusEFI 2021.05.18.mre_f7.298977714" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 270a070610..f76129f9e6 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD prometheus_405 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 1227426982 -#define TS_SIGNATURE "rusEFI 2021.05.17.prometheus_405.1227426982" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 1596542669 +#define TS_SIGNATURE "rusEFI 2021.05.18.prometheus_405.1596542669" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index a89bbbd061..61bce36977 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD prometheus_469 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 1227426982 -#define TS_SIGNATURE "rusEFI 2021.05.17.prometheus_469.1227426982" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 1596542669 +#define TS_SIGNATURE "rusEFI 2021.05.18.prometheus_469.1596542669" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 1919fca7a2..8749d12bd3 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD proteus_f4 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 839496587 -#define TS_SIGNATURE "rusEFI 2021.05.17.proteus_f4.839496587" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 604631520 +#define TS_SIGNATURE "rusEFI 2021.05.18.proteus_f4.604631520" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index c0930393e9..9db8eb8b62 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD proteus_f7 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 839496587 -#define TS_SIGNATURE "rusEFI 2021.05.17.proteus_f7.839496587" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 604631520 +#define TS_SIGNATURE "rusEFI 2021.05.18.proteus_f7.604631520" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index 32c819cf4b..31e1c16e24 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -3,6 +3,6 @@ // #define SIGNATURE_BOARD subaru_eg33_f7 -#define SIGNATURE_DATE 2021.05.17 -#define SIGNATURE_HASH 3355939950 -#define TS_SIGNATURE "rusEFI 2021.05.17.subaru_eg33_f7.3355939950" +#define SIGNATURE_DATE 2021.05.18 +#define SIGNATURE_HASH 3725055493 +#define TS_SIGNATURE "rusEFI 2021.05.18.subaru_eg33_f7.3725055493" diff --git a/firmware/tunerstudio/generated/cache.zip b/firmware/tunerstudio/generated/cache.zip index 1ab9bdf52e..7a63d2c8d2 100644 Binary files a/firmware/tunerstudio/generated/cache.zip and b/firmware/tunerstudio/generated/cache.zip differ diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 2c9e595e5f..79d8eec3cb 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.all.1539247760" + signature = "rusEFI 2021.05.18.all.1304382715" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.all.1539247760" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.all.1304382715" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:25 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 4d43df0801..de1c94ea72 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.frankenso_na6.1676771497" + signature = "rusEFI 2021.05.18.frankenso_na6.1978778306" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.frankenso_na6.1676771497" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.frankenso_na6.1978778306" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:40 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:02 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index cb7d51ebea..6777c9cf43 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.hellen121nissan.2480637603" + signature = "rusEFI 2021.05.18.hellen121nissan.2245772488" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.hellen121nissan.2480637603" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.hellen121nissan.2245772488" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:32 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:52 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index dc3eb3e645..07d15b61d4 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.hellen121vag.2480637603" + signature = "rusEFI 2021.05.18.hellen121vag.2245772488" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.hellen121vag.2480637603" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.hellen121vag.2245772488" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:30 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:50 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index 14fe89c2c0..fe444b12a6 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.hellen128.2889947764" + signature = "rusEFI 2021.05.18.hellen128.3124844575" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.hellen128.2889947764" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.hellen128.3124844575" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:27 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:47 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index aa3ae6af3d..997cb8c810 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.hellen72.4115263771" + signature = "rusEFI 2021.05.18.hellen72.3813258096" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.hellen72.4115263771" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.hellen72.3813258096" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:34 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:54 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 1dae4d629d..60eafeac50 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.hellenNA6.2956673618" + signature = "rusEFI 2021.05.18.hellenNA6.2788884537" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.hellenNA6.2956673618" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.hellenNA6.2788884537" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:35 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:56 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini b/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini index 40bf74ea25..59e61e5612 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.hellen_cypress.432264512" + signature = "rusEFI 2021.05.18.hellen_cypress.264476459" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.hellen_cypress.432264512" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.hellen_cypress.264476459" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon May 17 09:41:51 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue May 18 18:07:13 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_kinetis.ini b/firmware/tunerstudio/generated/rusefi_kinetis.ini index 54aa175d55..1544a730d8 100644 --- a/firmware/tunerstudio/generated/rusefi_kinetis.ini +++ b/firmware/tunerstudio/generated/rusefi_kinetis.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.kin.3865450940" + signature = "rusEFI 2021.05.18.kin.4033240023" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.kin.3865450940" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.kin.4033240023" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon May 17 09:41:49 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue May 18 18:07:11 UTC 2021 pageSize = 19972 page = 1 @@ -1234,7 +1234,7 @@ vvtTable1RpmBins = array, F32, 15844, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15876, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15940, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 15972, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16004, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16004, 256 ignitionTable = array, F32, 16260, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17284, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17348, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index b64fa25bbc..2082b598ad 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.mre_f4.131222489" + signature = "rusEFI 2021.05.18.mre_f4.298977714" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.mre_f4.131222489" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.mre_f4.298977714" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:38 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:00 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 400d08fb84..926856cee7 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.mre_f7.131222489" + signature = "rusEFI 2021.05.18.mre_f7.298977714" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.mre_f7.131222489" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.mre_f7.298977714" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:37 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:58 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 865d5111db..dcd9251b24 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.prometheus_405.1227426982" + signature = "rusEFI 2021.05.18.prometheus_405.1596542669" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.prometheus_405.1227426982" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.prometheus_405.1596542669" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:44 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:05 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 552b8cd0f6..e5fa5421ae 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.prometheus_469.1227426982" + signature = "rusEFI 2021.05.18.prometheus_469.1596542669" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.prometheus_469.1227426982" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.prometheus_469.1596542669" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:42 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:03 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index bdf3ec6e63..46467a02c0 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.proteus_f4.839496587" + signature = "rusEFI 2021.05.18.proteus_f4.604631520" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.proteus_f4.839496587" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.proteus_f4.604631520" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:47 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:10 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 8e0f029657..59644b7b03 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.proteus_f7.839496587" + signature = "rusEFI 2021.05.18.proteus_f7.604631520" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.proteus_f7.839496587" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.proteus_f7.604631520" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:45 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:07 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index 1a82686175..5ac6352619 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -33,12 +33,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI 2021.05.17.subaru_eg33_f7.3355939950" + signature = "rusEFI 2021.05.18.subaru_eg33_f7.3725055493" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmwave version for title bar. - signature = "rusEFI 2021.05.17.subaru_eg33_f7.3355939950" ; signature is expected to be 7 or more characters. + signature = "rusEFI 2021.05.18.subaru_eg33_f7.3725055493" ; signature is expected to be 7 or more characters. [Constants] ; new packet serial format with CRC @@ -77,7 +77,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon May 17 09:41:52 UTC 2021 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Tue May 18 18:07:15 UTC 2021 pageSize = 20000 page = 1 @@ -1250,7 +1250,7 @@ vvtTable1RpmBins = array, F32, 15872, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 vvtTable2 = array, U08, 15904, [8x8],"value", 1.0, 0, 0.0, 255.0, 0 vvtTable2LoadBins = array, F32, 15968, [8], "L", 1.0, 0, 0.0, 255, 0 vvtTable2RpmBins = array, F32, 16000, [8], "RPM", 1.0, 0, 0.0, 25500.0, 2 -unused15136 = array, U08, 16032, [256], "units", 1.0, 0, -20, 100, 0 +luaScript = string, ASCII, 16032, 256 ignitionTable = array, F32, 16288, [16x16],"deg", 1.0, 0, -20, 90, 2 ignitionLoadBins = array, F32, 17312, [16], "Load", 1.0, 0.0, 0, 500.0, 2 ignitionRpmBins = array, F32, 17376, [16], "RPM", 1.0, 0.0, 0, 18000.0, 2 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 df3fc41613..a038f7bfaf 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 Mon May 17 14:39:09 PDT 2021 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue May 18 18:06:45 UTC 2021 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1496,7 +1496,7 @@ public class Fields { public static final char TS_SD_R_COMMAND = 'r'; public static final char TS_SD_W_COMMAND = 'w'; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI 2021.05.17.all.1304382715"; + public static final String TS_SIGNATURE = "rusEFI 2021.05.18.all.1304382715"; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final int TT_TT_1_16 = 50; public static final int TT_TT_2JZ_1_12 = 29; diff --git a/java_console/rusefi.xml b/java_console/rusefi.xml index cb74addf53..bc8f4c01d1 100644 --- a/java_console/rusefi.xml +++ b/java_console/rusefi.xml @@ -1,6 +1,6 @@ - +