This commit is contained in:
Matthew Kennedy 2023-03-31 22:56:27 -07:00
commit 9bbfc3382e
68 changed files with 131 additions and 215 deletions

View File

@ -115,24 +115,6 @@ struct cranking_parameters_s {
};
static_assert(sizeof(cranking_parameters_s) == 8);
struct spi_pins {
// offset 0
Gpio mosiPin;
// offset 2
Gpio misoPin;
// offset 4
Gpio sckPin;
// need 4 byte alignment
// units
// offset 6
uint8_t alignmentFill_at_6[2];
};
static_assert(sizeof(spi_pins) == 8);
struct gppwm_channel {
// Select a pin to use for PWM or on-off output.
// offset 0
@ -681,7 +663,6 @@ struct engine_configuration_s {
// offset 114
uint16_t etbRevLimitRange;
// @see isMapAveragingEnabled
// offset 116
MAP_sensor_config_s map;
@ -915,7 +896,6 @@ struct engine_configuration_s {
// offset 462
switch_input_pin_e throttlePedalUpPin;
// @see hasBaroSensor
// offset 464
air_pressure_sensor_config_s baroSensor;
@ -2017,7 +1997,6 @@ struct engine_configuration_s {
// offset 1302
int16_t tps2Max;
// See also startStopButtonPin
// offset 1304
output_pin_e starterControlPin;
@ -2048,7 +2027,6 @@ struct engine_configuration_s {
// offset 1318
scaled_channel<uint16_t, 1000, 1> multisparkDwell;
// See cltIdleRpmBins
// offset 1320
pid_s idleRpmPid;
@ -2757,7 +2735,6 @@ struct engine_configuration_s {
// offset 2262
int16_t etb_iTermMax;
// See useIdleTimingPidControl
// offset 2264
pid_s idleTimingPid;

View File

@ -993,14 +993,13 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 298963383
#define SIGNATURE_HASH 29936813
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
#define spi_device_e_SPI_DEVICE_3 3
#define spi_device_e_SPI_DEVICE_4 4
#define spi_device_e_SPI_NONE 0
#define spi_pins_size 8
#define spi_speed_e__150KHz 3
#define spi_speed_e__1_25MHz 2
#define spi_speed_e__2_5MHz 1
@ -1262,7 +1261,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.298963383"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.29936813"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
@ -1302,7 +1301,6 @@
#define ve_override_e_VE_TPS 2
#define VEHICLE_INFO_SIZE 32
#define VIN_NUMBER_SIZE 17
#define VM_VVT_INACTIVE 0
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
#define VR_THRESHOLD_COUNT 2
#define vr_threshold_s_size 16

View File

@ -115,24 +115,6 @@ struct cranking_parameters_s {
};
static_assert(sizeof(cranking_parameters_s) == 8);
struct spi_pins {
// offset 0
Gpio mosiPin;
// offset 2
Gpio misoPin;
// offset 4
Gpio sckPin;
// need 4 byte alignment
// units
// offset 6
uint8_t alignmentFill_at_6[2];
};
static_assert(sizeof(spi_pins) == 8);
struct gppwm_channel {
// Select a pin to use for PWM or on-off output.
// offset 0
@ -681,7 +663,6 @@ struct engine_configuration_s {
// offset 114
uint16_t etbRevLimitRange;
// @see isMapAveragingEnabled
// offset 116
MAP_sensor_config_s map;
@ -915,7 +896,6 @@ struct engine_configuration_s {
// offset 462
switch_input_pin_e throttlePedalUpPin;
// @see hasBaroSensor
// offset 464
air_pressure_sensor_config_s baroSensor;
@ -2017,7 +1997,6 @@ struct engine_configuration_s {
// offset 1302
int16_t tps2Max;
// See also startStopButtonPin
// offset 1304
output_pin_e starterControlPin;
@ -2048,7 +2027,6 @@ struct engine_configuration_s {
// offset 1318
scaled_channel<uint16_t, 1000, 1> multisparkDwell;
// See cltIdleRpmBins
// offset 1320
pid_s idleRpmPid;
@ -2757,7 +2735,6 @@ struct engine_configuration_s {
// offset 2262
int16_t etb_iTermMax;
// See useIdleTimingPidControl
// offset 2264
pid_s idleTimingPid;

View File

@ -1043,14 +1043,13 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 4239776158
#define SIGNATURE_HASH 3970745476
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
#define spi_device_e_SPI_DEVICE_3 3
#define spi_device_e_SPI_DEVICE_4 4
#define spi_device_e_SPI_NONE 0
#define spi_pins_size 8
#define spi_speed_e__150KHz 3
#define spi_speed_e__1_25MHz 2
#define spi_speed_e__2_5MHz 1
@ -1311,7 +1310,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
@ -1351,7 +1350,6 @@
#define ve_override_e_VE_TPS 2
#define VEHICLE_INFO_SIZE 32
#define VIN_NUMBER_SIZE 17
#define VM_VVT_INACTIVE 0
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
#define VR_THRESHOLD_COUNT 2
#define vr_threshold_s_size 16

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3491778434
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.48way.3491778434"
#define SIGNATURE_HASH 3224982168
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.48way.3224982168"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2980430079
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.alphax-2chan.2980430079"
#define SIGNATURE_HASH 2713509349
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.alphax-2chan.2713509349"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 997048990
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.alphax-4chan.997048990"
#define SIGNATURE_HASH 729079684
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.alphax-4chan.729079684"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1138148455
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.alphax-8chan.1138148455"
#define SIGNATURE_HASH 1406130557
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.alphax-8chan.1406130557"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2284859935
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.atlas.2284859935"
#define SIGNATURE_HASH 2552835845
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.atlas.2552835845"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2900216462
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.core8.2900216462"
#define SIGNATURE_HASH 3167016852
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.core8.3167016852"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4239776158
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158"
#define SIGNATURE_HASH 3970745476
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2499462968
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.f429-discovery.2499462968"
#define SIGNATURE_HASH 2229525026
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.f429-discovery.2229525026"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3064473586
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.frankenso_na6.3064473586"
#define SIGNATURE_HASH 2796632808
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.frankenso_na6.2796632808"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 493879106
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.harley81.493879106"
#define SIGNATURE_HASH 225895000
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.harley81.225895000"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4254329323
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen-gm-e67.4254329323"
#define SIGNATURE_HASH 3985306865
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen-gm-e67.3985306865"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1711417258
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen-honda-k.1711417258"
#define SIGNATURE_HASH 1981495984
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen-honda-k.1981495984"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1675482756
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen-nb1.1675482756"
#define SIGNATURE_HASH 1942277022
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen-nb1.1942277022"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 319191758
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen121nissan.319191758"
#define SIGNATURE_HASH 52389844
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen121nissan.52389844"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3204805917
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen121vag.3204805917"
#define SIGNATURE_HASH 2937874439
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen121vag.2937874439"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 342402719
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen128.342402719"
#define SIGNATURE_HASH 74562437
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen128.74562437"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2157938302
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen154hyundai.2157938302"
#define SIGNATURE_HASH 2424740708
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen154hyundai.2424740708"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1699634831
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen72.1699634831"
#define SIGNATURE_HASH 1968653205
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen72.1968653205"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3385074701
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen81.3385074701"
#define SIGNATURE_HASH 3655153943
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen81.3655153943"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3489411902
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen88bmw.3489411902"
#define SIGNATURE_HASH 3756338724
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellen88bmw.3756338724"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2269808319
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellenNA6.2269808319"
#define SIGNATURE_HASH 2538838949
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellenNA6.2538838949"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1005515023
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellenNA8_96.1005515023"
#define SIGNATURE_HASH 737668117
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.hellenNA8_96.737668117"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1937023616
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.mre_f4.1937023616"
#define SIGNATURE_HASH 1668136858
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.mre_f4.1668136858"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1937023616
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.mre_f7.1937023616"
#define SIGNATURE_HASH 1668136858
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.mre_f7.1668136858"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2758675112
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.prometheus_405.2758675112"
#define SIGNATURE_HASH 3027703730
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.prometheus_405.3027703730"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2758675112
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.prometheus_469.2758675112"
#define SIGNATURE_HASH 3027703730
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.prometheus_469.3027703730"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4150542901
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.proteus_f4.4150542901"
#define SIGNATURE_HASH 3883753263
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.proteus_f4.3883753263"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4150542901
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.proteus_f7.4150542901"
#define SIGNATURE_HASH 3883753263
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.proteus_f7.3883753263"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4150542901
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.proteus_h7.4150542901"
#define SIGNATURE_HASH 3883753263
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.proteus_h7.3883753263"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 298963383
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.298963383"
#define SIGNATURE_HASH 29936813
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.29936813"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 508881690
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.tdg-pdm8.508881690"
#define SIGNATURE_HASH 239990272
#define TS_SIGNATURE "rusEFI (FOME) master.2023.04.01.tdg-pdm8.239990272"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158"
signature = "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.48way.3491778434"
signature = "rusEFI (FOME) master.2023.04.01.48way.3224982168"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.48way.3491778434" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.48way.3224982168" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.alphax-2chan.2980430079"
signature = "rusEFI (FOME) master.2023.04.01.alphax-2chan.2713509349"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.alphax-2chan.2980430079" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.alphax-2chan.2713509349" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.alphax-4chan.997048990"
signature = "rusEFI (FOME) master.2023.04.01.alphax-4chan.729079684"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.alphax-4chan.997048990" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.alphax-4chan.729079684" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.alphax-8chan.1138148455"
signature = "rusEFI (FOME) master.2023.04.01.alphax-8chan.1406130557"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.alphax-8chan.1138148455" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.alphax-8chan.1406130557" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.atlas.2284859935"
signature = "rusEFI (FOME) master.2023.04.01.atlas.2552835845"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.atlas.2284859935" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.atlas.2552835845" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.core8.2900216462"
signature = "rusEFI (FOME) master.2023.04.01.core8.3167016852"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.core8.2900216462" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.core8.3167016852" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158"
signature = "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.f429-discovery.2499462968"
signature = "rusEFI (FOME) master.2023.04.01.f429-discovery.2229525026"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.f429-discovery.2499462968" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.f429-discovery.2229525026" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.frankenso_na6.3064473586"
signature = "rusEFI (FOME) master.2023.04.01.frankenso_na6.2796632808"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.frankenso_na6.3064473586" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.frankenso_na6.2796632808" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.harley81.493879106"
signature = "rusEFI (FOME) master.2023.04.01.harley81.225895000"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.harley81.493879106" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.harley81.225895000" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen-gm-e67.4254329323"
signature = "rusEFI (FOME) master.2023.04.01.hellen-gm-e67.3985306865"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen-gm-e67.4254329323" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen-gm-e67.3985306865" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen-honda-k.1711417258"
signature = "rusEFI (FOME) master.2023.04.01.hellen-honda-k.1981495984"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen-honda-k.1711417258" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen-honda-k.1981495984" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen-nb1.1675482756"
signature = "rusEFI (FOME) master.2023.04.01.hellen-nb1.1942277022"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen-nb1.1675482756" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen-nb1.1942277022" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen121nissan.319191758"
signature = "rusEFI (FOME) master.2023.04.01.hellen121nissan.52389844"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen121nissan.319191758" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen121nissan.52389844" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen121vag.3204805917"
signature = "rusEFI (FOME) master.2023.04.01.hellen121vag.2937874439"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen121vag.3204805917" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen121vag.2937874439" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen128.342402719"
signature = "rusEFI (FOME) master.2023.04.01.hellen128.74562437"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen128.342402719" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen128.74562437" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen154hyundai.2157938302"
signature = "rusEFI (FOME) master.2023.04.01.hellen154hyundai.2424740708"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen154hyundai.2157938302" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen154hyundai.2424740708" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen72.1699634831"
signature = "rusEFI (FOME) master.2023.04.01.hellen72.1968653205"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen72.1699634831" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen72.1968653205" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen81.3385074701"
signature = "rusEFI (FOME) master.2023.04.01.hellen81.3655153943"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen81.3385074701" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen81.3655153943" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellen88bmw.3489411902"
signature = "rusEFI (FOME) master.2023.04.01.hellen88bmw.3756338724"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellen88bmw.3489411902" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellen88bmw.3756338724" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellenNA6.2269808319"
signature = "rusEFI (FOME) master.2023.04.01.hellenNA6.2538838949"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellenNA6.2269808319" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellenNA6.2538838949" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.hellenNA8_96.1005515023"
signature = "rusEFI (FOME) master.2023.04.01.hellenNA8_96.737668117"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.hellenNA8_96.1005515023" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.hellenNA8_96.737668117" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.mre_f4.1937023616"
signature = "rusEFI (FOME) master.2023.04.01.mre_f4.1668136858"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.mre_f4.1937023616" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.mre_f4.1668136858" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.mre_f7.1937023616"
signature = "rusEFI (FOME) master.2023.04.01.mre_f7.1668136858"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.mre_f7.1937023616" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.mre_f7.1668136858" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.prometheus_405.2758675112"
signature = "rusEFI (FOME) master.2023.04.01.prometheus_405.3027703730"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.prometheus_405.2758675112" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.prometheus_405.3027703730" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.prometheus_469.2758675112"
signature = "rusEFI (FOME) master.2023.04.01.prometheus_469.3027703730"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.prometheus_469.2758675112" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.prometheus_469.3027703730" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.proteus_f4.4150542901"
signature = "rusEFI (FOME) master.2023.04.01.proteus_f4.3883753263"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.proteus_f4.4150542901" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.proteus_f4.3883753263" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 26080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.proteus_f7.4150542901"
signature = "rusEFI (FOME) master.2023.04.01.proteus_f7.3883753263"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.proteus_f7.4150542901" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.proteus_f7.3883753263" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 26080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.proteus_h7.4150542901"
signature = "rusEFI (FOME) master.2023.04.01.proteus_h7.3883753263"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.proteus_h7.4150542901" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.proteus_h7.3883753263" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 26080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.298963383"
signature = "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.29936813"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.298963383" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.subaru_eg33_f7.29936813" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.04.01.tdg-pdm8.508881690"
signature = "rusEFI (FOME) master.2023.04.01.tdg-pdm8.239990272"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.04.01.tdg-pdm8.508881690" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.04.01.tdg-pdm8.239990272" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -1669,7 +1669,6 @@ throttleEstimateEffectiveAreaValues = array, U16, 22080, [12], "g/s", 0.1, 0, 0,
triggerInputDebugPins1 = "triggerInputDebugPins 1"
triggerInputDebugPins2 = "triggerInputDebugPins 2"
airTaperRpmRange = "RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0"
starterControlPin = "See also startStopButtonPin"
mapErrorDetectionTooLow = "kPa value which is too low to be true"
mapErrorDetectionTooHigh = "kPa value which is too high to be true"
multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark."

View File

@ -996,7 +996,6 @@ public class Fields {
public static final int spi_device_e_SPI_DEVICE_3 = 3;
public static final int spi_device_e_SPI_DEVICE_4 = 4;
public static final int spi_device_e_SPI_NONE = 0;
public static final int spi_pins_size = 8;
public static final int spi_speed_e__150KHz = 3;
public static final int spi_speed_e__1_25MHz = 2;
public static final int spi_speed_e__2_5MHz = 1;
@ -1195,7 +1194,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2023.04.01.f407-discovery.4239776158";
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2023.04.01.f407-discovery.3970745476";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1368;
@ -1230,7 +1229,6 @@ public class Fields {
public static final int ve_override_e_VE_TPS = 2;
public static final int VEHICLE_INFO_SIZE = 32;
public static final int VIN_NUMBER_SIZE = 17;
public static final int VM_VVT_INACTIVE = 0;
public static final int VR_THRESHOLD_COUNT = 2;
public static final int vr_threshold_s_size = 16;
public static final int vvt_mode_e_VVT_2JZ = 2;