Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2021-03-29 13:06:35 +00:00
parent f05b8ba675
commit d2df6f9675
43 changed files with 176 additions and 160 deletions

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 22 11:53:46 UTC 2021
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 29 13:05:34 UTC 2021
// see also gen_config_and_enums.bat
@ -1028,6 +1028,10 @@ case REVERSE:
}
const char *getGppwm_channel_e(gppwm_channel_e value){
switch(value) {
case GPPWM_AuxTemp1:
return "GPPWM_AuxTemp1";
case GPPWM_AuxTemp2:
return "GPPWM_AuxTemp2";
case GPPWM_Clt:
return "GPPWM_Clt";
case GPPWM_FuelLoad:

View File

@ -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 Sun Mar 28 12:41:00 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Mar 29 13:06:07 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3866,4 +3866,4 @@ struct persistent_config_s {
typedef struct persistent_config_s 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 Sun Mar 28 12:41:00 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Mar 29 13:06:07 UTC 2021

View File

@ -776,8 +776,8 @@
#define gppwm4_pwmFrequency_offset 4410
#define gppwm4_rpmBins_offset 4424
#define gppwm4_table_offset 4432
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
#define gppwm_channel_size 88
#define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8
@ -1244,8 +1244,8 @@
#define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 2929238159
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 2709231296
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1580,7 +1580,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2021.03.28.hellen_cypress.2929238159"
#define TS_SIGNATURE "rusEFI 2021.03.29.hellen_cypress.2709231296"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 22 11:53:45 UTC 2021
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 29 13:05:33 UTC 2021
// see also gen_config_and_enums.bat
@ -824,6 +824,10 @@ case REVERSE:
}
const char *getGppwm_channel_e(gppwm_channel_e value){
switch(value) {
case GPPWM_AuxTemp1:
return "GPPWM_AuxTemp1";
case GPPWM_AuxTemp2:
return "GPPWM_AuxTemp2";
case GPPWM_Clt:
return "GPPWM_Clt";
case GPPWM_FuelLoad:

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 28 12:40:58 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Mar 29 13:06:05 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3861,4 +3861,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s;
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 28 12:40:58 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Mar 29 13:06:05 UTC 2021

View File

@ -760,8 +760,8 @@
#define gppwm4_pwmFrequency_offset 4382
#define gppwm4_rpmBins_offset 4396
#define gppwm4_table_offset 4404
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
#define gppwm_channel_size 88
#define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8
@ -1228,8 +1228,8 @@
#define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 1362979955
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 1591630396
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1564,7 +1564,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator true
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2021.03.28.kin.1362979955"
#define TS_SIGNATURE "rusEFI 2021.03.29.kin.1591630396"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 22 11:53:46 UTC 2021
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 29 13:05:34 UTC 2021
// see also gen_config_and_enums.bat
@ -1024,6 +1024,10 @@ case REVERSE:
}
const char *getGppwm_channel_e(gppwm_channel_e value){
switch(value) {
case GPPWM_AuxTemp1:
return "GPPWM_AuxTemp1";
case GPPWM_AuxTemp2:
return "GPPWM_AuxTemp2";
case GPPWM_Clt:
return "GPPWM_Clt";
case GPPWM_FuelLoad:

View File

@ -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 Sun Mar 28 12:41:02 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 Mon Mar 29 13:06:09 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3866,4 +3866,4 @@ struct persistent_config_s {
typedef struct persistent_config_s 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 Sun Mar 28 12:41:02 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 Mon Mar 29 13:06:09 UTC 2021

View File

@ -776,8 +776,8 @@
#define gppwm4_pwmFrequency_offset 4410
#define gppwm4_rpmBins_offset 4424
#define gppwm4_table_offset 4432
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
#define gppwm_channel_size 88
#define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8
@ -1244,8 +1244,8 @@
#define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD subaru_eg33_f7
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 775359849
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 567556902
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1580,7 +1580,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port false
#define TS_SIGNATURE "rusEFI 2021.03.28.subaru_eg33_f7.775359849"
#define TS_SIGNATURE "rusEFI 2021.03.29.subaru_eg33_f7.567556902"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74

View File

@ -1,7 +1,7 @@
#include "global.h"
#include "rusefi_enums.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 22 11:53:45 UTC 2021
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Mar 29 13:05:33 UTC 2021
// see also gen_config_and_enums.bat
@ -1000,6 +1000,10 @@ case REVERSE:
}
const char *getGppwm_channel_e(gppwm_channel_e value){
switch(value) {
case GPPWM_AuxTemp1:
return "GPPWM_AuxTemp1";
case GPPWM_AuxTemp2:
return "GPPWM_AuxTemp2";
case GPPWM_Clt:
return "GPPWM_Clt";
case GPPWM_FuelLoad:

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 28 12:40:35 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3866,4 +3866,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s;
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 28 12:40:35 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 28 12:40:35 UTC 2021
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer
FSIO_SETTING_FANONTEMPERATURE = 1000,

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 28 12:40:35 UTC 2021
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE:

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 28 12:40:35 UTC 2021
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer
static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature");

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 28 12:40:35 UTC 2021
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE:

View File

@ -774,8 +774,8 @@
#define gppwm4_pwmFrequency_offset 4410
#define gppwm4_rpmBins_offset 4424
#define gppwm4_table_offset 4432
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
#define gppwm_channel_size 88
#define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8
@ -1241,8 +1241,8 @@
#define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 3974396767
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 3808906512
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1577,7 +1577,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2021.03.28.all.3974396767"
#define TS_SIGNATURE "rusEFI 2021.03.29.all.3808906512"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 3974396767
#define TS_SIGNATURE "rusEFI 2021.03.28.all.3974396767"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 3808906512
#define TS_SIGNATURE "rusEFI 2021.03.29.all.3808906512"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 1755207372
#define TS_SIGNATURE "rusEFI 2021.03.28.frankenso_na6.1755207372"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 1736269955
#define TS_SIGNATURE "rusEFI 2021.03.29.frankenso_na6.1736269955"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD hellen72
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 3716630561
#define TS_SIGNATURE "rusEFI 2021.03.28.hellen72.3716630561"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 3529801326
#define TS_SIGNATURE "rusEFI 2021.03.29.hellen72.3529801326"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 2929238159
#define TS_SIGNATURE "rusEFI 2021.03.28.hellen_cypress.2929238159"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 2709231296
#define TS_SIGNATURE "rusEFI 2021.03.29.hellen_cypress.2709231296"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 1362979955
#define TS_SIGNATURE "rusEFI 2021.03.28.kin.1362979955"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 1591630396
#define TS_SIGNATURE "rusEFI 2021.03.29.kin.1591630396"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 2673453912
#define TS_SIGNATURE "rusEFI 2021.03.28.mre_f4.2673453912"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 2428149015
#define TS_SIGNATURE "rusEFI 2021.03.29.mre_f4.2428149015"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 2673453912
#define TS_SIGNATURE "rusEFI 2021.03.28.mre_f7.2673453912"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 2428149015
#define TS_SIGNATURE "rusEFI 2021.03.29.mre_f7.2428149015"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 4268915049
#define TS_SIGNATURE "rusEFI 2021.03.28.prometheus_405.4268915049"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 4052832038
#define TS_SIGNATURE "rusEFI 2021.03.29.prometheus_405.4052832038"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 4268915049
#define TS_SIGNATURE "rusEFI 2021.03.28.prometheus_469.4268915049"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 4052832038
#define TS_SIGNATURE "rusEFI 2021.03.29.prometheus_469.4052832038"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 163927756
#define TS_SIGNATURE "rusEFI 2021.03.28.proteus_f4.163927756"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 103178371
#define TS_SIGNATURE "rusEFI 2021.03.29.proteus_f4.103178371"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 163927756
#define TS_SIGNATURE "rusEFI 2021.03.28.proteus_f7.163927756"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 103178371
#define TS_SIGNATURE "rusEFI 2021.03.29.proteus_f7.103178371"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD subaru_eg33_f7
#define SIGNATURE_DATE 2021.03.28
#define SIGNATURE_HASH 775359849
#define TS_SIGNATURE "rusEFI 2021.03.28.subaru_eg33_f7.775359849"
#define SIGNATURE_DATE 2021.03.29
#define SIGNATURE_HASH 567556902
#define TS_SIGNATURE "rusEFI 2021.03.29.subaru_eg33_f7.567556902"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.all.3974396767"
signature = "rusEFI 2021.03.29.all.3808906512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.all.3974396767" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.all.3808906512" ; 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 Sun Mar 28 12:40:35 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.frankenso_na6.1755207372"
signature = "rusEFI 2021.03.29.frankenso_na6.1736269955"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.frankenso_na6.1755207372" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.frankenso_na6.1736269955" ; 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 Sun Mar 28 12:40:45 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:53 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.hellen72.3716630561"
signature = "rusEFI 2021.03.29.hellen72.3529801326"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.hellen72.3716630561" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.hellen72.3529801326" ; 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 Sun Mar 28 12:40:38 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:38 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.hellen_cypress.2929238159"
signature = "rusEFI 2021.03.29.hellen_cypress.2709231296"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.hellen_cypress.2929238159" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.hellen_cypress.2709231296" ; 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 Sun Mar 28 12:41:00 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Mar 29 13:06:07 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.kin.1362979955"
signature = "rusEFI 2021.03.29.kin.1591630396"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.kin.1362979955" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.kin.1591630396" ; 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 Sun Mar 28 12:40:58 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Mar 29 13:06:05 UTC 2021
pageSize = 19972
page = 1
@ -1112,7 +1112,7 @@ gppwm1_dutyIfError = scalar, U08, 4117, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4118, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4120, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4121, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4122, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4122, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4123, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4124, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4132, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1122,7 +1122,7 @@ gppwm2_dutyIfError = scalar, U08, 4205, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4206, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4208, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4209, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4210, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4210, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4211, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4212, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4220, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1132,7 +1132,7 @@ gppwm3_dutyIfError = scalar, U08, 4293, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4294, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4296, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4297, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4298, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4298, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4299, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4300, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4308, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1142,7 +1142,7 @@ gppwm4_dutyIfError = scalar, U08, 4381, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4382, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4384, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4385, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4386, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4386, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4387, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4388, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4396, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.mre_f4.2673453912"
signature = "rusEFI 2021.03.29.mre_f4.2428149015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.mre_f4.2673453912" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.mre_f4.2428149015" ; 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 Sun Mar 28 12:40:42 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:43 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.mre_f7.2673453912"
signature = "rusEFI 2021.03.29.mre_f7.2428149015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.mre_f7.2673453912" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.mre_f7.2428149015" ; 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 Sun Mar 28 12:40:40 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:41 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.prometheus_405.4268915049"
signature = "rusEFI 2021.03.29.prometheus_405.4052832038"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.prometheus_405.4268915049" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.prometheus_405.4052832038" ; 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 Sun Mar 28 12:40:52 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:57 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.prometheus_469.4268915049"
signature = "rusEFI 2021.03.29.prometheus_469.4052832038"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.prometheus_469.4268915049" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.prometheus_469.4052832038" ; 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 Sun Mar 28 12:40:49 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:55 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.proteus_f4.163927756"
signature = "rusEFI 2021.03.29.proteus_f4.103178371"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.proteus_f4.163927756" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.proteus_f4.103178371" ; 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 Sun Mar 28 12:40:56 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:06:02 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.proteus_f7.163927756"
signature = "rusEFI 2021.03.29.proteus_f7.103178371"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.proteus_f7.163927756" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.proteus_f7.103178371" ; 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 Sun Mar 28 12:40:54 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:06:00 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.03.28.subaru_eg33_f7.775359849"
signature = "rusEFI 2021.03.29.subaru_eg33_f7.567556902"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.03.28.subaru_eg33_f7.775359849" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2021.03.29.subaru_eg33_f7.567556902" ; 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 Sun Mar 28 12:41:02 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 Mon Mar 29 13:06:09 UTC 2021
pageSize = 20000
page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -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 Sun Mar 28 12:40:35 UTC 2021
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Mar 29 13:05:35 UTC 2021
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1479,7 +1479,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.03.28.all.3974396767";
public static final String TS_SIGNATURE = "rusEFI 2021.03.29.all.3808906512";
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;
@ -2688,7 +2688,7 @@ public class Fields {
public static final Field GPPWM1_PWMFREQUENCY = Field.create("GPPWM1_PWMFREQUENCY", 4146, FieldType.INT16);
public static final Field GPPWM1_ONABOVEDUTY = Field.create("GPPWM1_ONABOVEDUTY", 4148, FieldType.INT8);
public static final Field GPPWM1_OFFBELOWDUTY = Field.create("GPPWM1_OFFBELOWDUTY", 4149, FieldType.INT8);
public static final String[] gppwm_channel_e = {"TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "INVALID", "INVALID"};
public static final String[] gppwm_channel_e = {"TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"};
public static final Field GPPWM1_LOADAXIS = Field.create("GPPWM1_LOADAXIS", 4150, FieldType.INT8, gppwm_channel_e);
public static final Field GPPWM1_ALIGNMENTFILL_MAP = Field.create("GPPWM1_ALIGNMENTFILL_MAP", 4151, FieldType.INT8);
public static final Field GPPWM1_TABLE = Field.create("GPPWM1_TABLE", 4168, FieldType.INT);

View File

@ -1,6 +1,6 @@
<roms>
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Sun Mar 28 12:40:36 UTC 2021 -->
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Mon Mar 29 13:05:37 UTC 2021 -->
<rom>
<romid>