Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-10-19 00:45:47 +00:00
parent fd927d5363
commit 17a0a3f549
96 changed files with 250 additions and 186 deletions

View File

@ -40,6 +40,14 @@
#define BENCH_FUEL_PUMP_DURATION 3000
#define BENCH_MAIN_RELAY_DURATION 1000
#define bench_mode_e_BENCH_AC_COMPRESSOR_RELAY 6
#define bench_mode_e_BENCH_AUXOUT0 20
#define bench_mode_e_BENCH_AUXOUT1 21
#define bench_mode_e_BENCH_AUXOUT2 22
#define bench_mode_e_BENCH_AUXOUT3 23
#define bench_mode_e_BENCH_AUXOUT4 24
#define bench_mode_e_BENCH_AUXOUT5 25
#define bench_mode_e_BENCH_AUXOUT6 26
#define bench_mode_e_BENCH_AUXOUT7 27
#define bench_mode_e_BENCH_CANCEL 15
#define bench_mode_e_BENCH_CHECK_ENGINE_LIGHT 7
#define bench_mode_e_BENCH_FAN_RELAY 4
@ -1099,7 +1107,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.18.cypress.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.cypress.1682472019"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -40,6 +40,14 @@
#define BENCH_FUEL_PUMP_DURATION 3000
#define BENCH_MAIN_RELAY_DURATION 1000
#define bench_mode_e_BENCH_AC_COMPRESSOR_RELAY 6
#define bench_mode_e_BENCH_AUXOUT0 20
#define bench_mode_e_BENCH_AUXOUT1 21
#define bench_mode_e_BENCH_AUXOUT2 22
#define bench_mode_e_BENCH_AUXOUT3 23
#define bench_mode_e_BENCH_AUXOUT4 24
#define bench_mode_e_BENCH_AUXOUT5 25
#define bench_mode_e_BENCH_AUXOUT6 26
#define bench_mode_e_BENCH_AUXOUT7 27
#define bench_mode_e_BENCH_CANCEL 15
#define bench_mode_e_BENCH_CHECK_ENGINE_LIGHT 7
#define bench_mode_e_BENCH_FAN_RELAY 4
@ -1099,7 +1107,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.18.kin.647609341"
#define TS_SIGNATURE "rusEFI master.2023.10.19.kin.647609341"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -68,6 +68,14 @@
#define BENCH_FUEL_PUMP_DURATION 3000
#define BENCH_MAIN_RELAY_DURATION 1000
#define bench_mode_e_BENCH_AC_COMPRESSOR_RELAY 6
#define bench_mode_e_BENCH_AUXOUT0 20
#define bench_mode_e_BENCH_AUXOUT1 21
#define bench_mode_e_BENCH_AUXOUT2 22
#define bench_mode_e_BENCH_AUXOUT3 23
#define bench_mode_e_BENCH_AUXOUT4 24
#define bench_mode_e_BENCH_AUXOUT5 25
#define bench_mode_e_BENCH_AUXOUT6 26
#define bench_mode_e_BENCH_AUXOUT7 27
#define bench_mode_e_BENCH_CANCEL 15
#define bench_mode_e_BENCH_CHECK_ENGINE_LIGHT 7
#define bench_mode_e_BENCH_FAN_RELAY 4
@ -1337,7 +1345,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.18.subaru_eg33_f7.1673902916"
#define TS_SIGNATURE "rusEFI master.2023.10.19.subaru_eg33_f7.1673902916"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "engine_types.h"
// was generated automatically by rusEFI tool from engine_types.h // by enum_to_string.jar tool on Sat Sep 30 03:23:31 UTC 2023
// was generated automatically by rusEFI tool from engine_types.h // by enum_to_string.jar tool on Thu Oct 19 00:42:56 UTC 2023
// see also gen_config_and_enums.bat
@ -9,6 +9,22 @@ const char *getBench_mode_e(bench_mode_e value){
switch(value) {
case BENCH_AC_COMPRESSOR_RELAY:
return "BENCH_AC_COMPRESSOR_RELAY";
case BENCH_AUXOUT0:
return "BENCH_AUXOUT0";
case BENCH_AUXOUT1:
return "BENCH_AUXOUT1";
case BENCH_AUXOUT2:
return "BENCH_AUXOUT2";
case BENCH_AUXOUT3:
return "BENCH_AUXOUT3";
case BENCH_AUXOUT4:
return "BENCH_AUXOUT4";
case BENCH_AUXOUT5:
return "BENCH_AUXOUT5";
case BENCH_AUXOUT6:
return "BENCH_AUXOUT6";
case BENCH_AUXOUT7:
return "BENCH_AUXOUT7";
case BENCH_CANCEL:
return "BENCH_CANCEL";
case BENCH_CHECK_ENGINE_LIGHT:

View File

@ -76,6 +76,14 @@
#define BENCH_FUEL_PUMP_DURATION 3000
#define BENCH_MAIN_RELAY_DURATION 1000
#define bench_mode_e_BENCH_AC_COMPRESSOR_RELAY 6
#define bench_mode_e_BENCH_AUXOUT0 20
#define bench_mode_e_BENCH_AUXOUT1 21
#define bench_mode_e_BENCH_AUXOUT2 22
#define bench_mode_e_BENCH_AUXOUT3 23
#define bench_mode_e_BENCH_AUXOUT4 24
#define bench_mode_e_BENCH_AUXOUT5 25
#define bench_mode_e_BENCH_AUXOUT6 26
#define bench_mode_e_BENCH_AUXOUT7 27
#define bench_mode_e_BENCH_CANCEL 15
#define bench_mode_e_BENCH_CHECK_ENGINE_LIGHT 7
#define bench_mode_e_BENCH_FAN_RELAY 4
@ -1390,7 +1398,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.18.f407-discovery.3343969896"
#define TS_SIGNATURE "rusEFI master.2023.10.19.f407-discovery.3343969896"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 546501865
#define TS_SIGNATURE "rusEFI master.2023.10.18.48way.546501865"
#define TS_SIGNATURE "rusEFI master.2023.10.19.48way.546501865"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 339593300
#define TS_SIGNATURE "rusEFI master.2023.10.18.alphax-2chan.339593300"
#define TS_SIGNATURE "rusEFI master.2023.10.19.alphax-2chan.339593300"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2894068398
#define TS_SIGNATURE "rusEFI master.2023.10.18.alphax-4chan.2894068398"
#define TS_SIGNATURE "rusEFI master.2023.10.19.alphax-4chan.2894068398"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2894068398
#define TS_SIGNATURE "rusEFI master.2023.10.18.alphax-4chan_f7.2894068398"
#define TS_SIGNATURE "rusEFI master.2023.10.19.alphax-4chan_f7.2894068398"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1438360144
#define TS_SIGNATURE "rusEFI master.2023.10.18.alphax-8chan-revA.1438360144"
#define TS_SIGNATURE "rusEFI master.2023.10.19.alphax-8chan-revA.1438360144"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1762919387
#define TS_SIGNATURE "rusEFI master.2023.10.18.alphax-8chan.1762919387"
#define TS_SIGNATURE "rusEFI master.2023.10.19.alphax-8chan.1762919387"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1762919387
#define TS_SIGNATURE "rusEFI master.2023.10.18.alphax-8chan_f7.1762919387"
#define TS_SIGNATURE "rusEFI master.2023.10.19.alphax-8chan_f7.1762919387"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2021820788
#define TS_SIGNATURE "rusEFI master.2023.10.18.atlas.2021820788"
#define TS_SIGNATURE "rusEFI master.2023.10.19.atlas.2021820788"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1550807525
#define TS_SIGNATURE "rusEFI master.2023.10.18.core8.1550807525"
#define TS_SIGNATURE "rusEFI master.2023.10.19.core8.1550807525"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1682472019
#define TS_SIGNATURE "rusEFI master.2023.10.18.cypress.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.cypress.1682472019"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3343969896
#define TS_SIGNATURE "rusEFI master.2023.10.18.f407-discovery.3343969896"
#define TS_SIGNATURE "rusEFI master.2023.10.19.f407-discovery.3343969896"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1682472019
#define TS_SIGNATURE "rusEFI master.2023.10.18.f429-discovery.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.f429-discovery.1682472019"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1176149145
#define TS_SIGNATURE "rusEFI master.2023.10.18.frankenso_na6.1176149145"
#define TS_SIGNATURE "rusEFI master.2023.10.19.frankenso_na6.1176149145"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3891666042
#define TS_SIGNATURE "rusEFI master.2023.10.18.harley81.3891666042"
#define TS_SIGNATURE "rusEFI master.2023.10.19.harley81.3891666042"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3843713313
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen-112-17.3843713313"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen-112-17.3843713313"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3569011363
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen-gm-e67.3569011363"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen-gm-e67.3569011363"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3181920880
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen-honda-k.3181920880"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen-honda-k.3181920880"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 193622340
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen-nb1.193622340"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen-nb1.193622340"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4252932711
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen121nissan.4252932711"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen121nissan.4252932711"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4030096272
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen121vag.4030096272"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen121vag.4030096272"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2879060793
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen128.2879060793"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen128.2879060793"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3037427433
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen154hyundai.3037427433"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen154hyundai.3037427433"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 135035518
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen72.135035518"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen72.135035518"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3105590844
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen81.3105590844"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen81.3105590844"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2322461079
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellen88bmw.2322461079"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellen88bmw.2322461079"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2403721335
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellenNA6.2403721335"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellenNA6.2403721335"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3924095160
#define TS_SIGNATURE "rusEFI master.2023.10.18.hellenNA8_96.3924095160"
#define TS_SIGNATURE "rusEFI master.2023.10.19.hellenNA8_96.3924095160"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 647609341
#define TS_SIGNATURE "rusEFI master.2023.10.18.kin.647609341"
#define TS_SIGNATURE "rusEFI master.2023.10.19.kin.647609341"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2121490525
#define TS_SIGNATURE "rusEFI master.2023.10.18.m74_9.2121490525"
#define TS_SIGNATURE "rusEFI master.2023.10.19.m74_9.2121490525"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1193645523
#define TS_SIGNATURE "rusEFI master.2023.10.18.mre_f4.1193645523"
#define TS_SIGNATURE "rusEFI master.2023.10.19.mre_f4.1193645523"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1193645523
#define TS_SIGNATURE "rusEFI master.2023.10.18.mre_f7.1193645523"
#define TS_SIGNATURE "rusEFI master.2023.10.19.mre_f7.1193645523"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1682472019
#define TS_SIGNATURE "rusEFI master.2023.10.18.nucleo_f429.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.nucleo_f429.1682472019"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1682472019
#define TS_SIGNATURE "rusEFI master.2023.10.18.nucleo_f767.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.nucleo_f767.1682472019"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1682472019
#define TS_SIGNATURE "rusEFI master.2023.10.18.nucleo_h743.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.nucleo_h743.1682472019"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1423749571
#define TS_SIGNATURE "rusEFI master.2023.10.18.prometheus_405.1423749571"
#define TS_SIGNATURE "rusEFI master.2023.10.19.prometheus_405.1423749571"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1423749571
#define TS_SIGNATURE "rusEFI master.2023.10.18.prometheus_469.1423749571"
#define TS_SIGNATURE "rusEFI master.2023.10.19.prometheus_469.1423749571"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1683718697
#define TS_SIGNATURE "rusEFI master.2023.10.18.proteus_f4.1683718697"
#define TS_SIGNATURE "rusEFI master.2023.10.19.proteus_f4.1683718697"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1683718697
#define TS_SIGNATURE "rusEFI master.2023.10.18.proteus_f7.1683718697"
#define TS_SIGNATURE "rusEFI master.2023.10.19.proteus_f7.1683718697"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1683718697
#define TS_SIGNATURE "rusEFI master.2023.10.18.proteus_h7.1683718697"
#define TS_SIGNATURE "rusEFI master.2023.10.19.proteus_h7.1683718697"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1284367
#define TS_SIGNATURE "rusEFI master.2023.10.18.s105.1284367"
#define TS_SIGNATURE "rusEFI master.2023.10.19.s105.1284367"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 103178091
#define TS_SIGNATURE "rusEFI master.2023.10.18.small-can.103178091"
#define TS_SIGNATURE "rusEFI master.2023.10.19.small-can.103178091"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1673902916
#define TS_SIGNATURE "rusEFI master.2023.10.18.subaru_eg33_f7.1673902916"
#define TS_SIGNATURE "rusEFI master.2023.10.19.subaru_eg33_f7.1673902916"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1682472019
#define TS_SIGNATURE "rusEFI master.2023.10.18.t-b-g.1682472019"
#define TS_SIGNATURE "rusEFI master.2023.10.19.t-b-g.1682472019"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4008071281
#define TS_SIGNATURE "rusEFI master.2023.10.18.tdg-pdm8.4008071281"
#define TS_SIGNATURE "rusEFI master.2023.10.19.tdg-pdm8.4008071281"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.f407-discovery.3343969896"
signature = "rusEFI master.2023.10.19.f407-discovery.3343969896"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.f407-discovery.3343969896" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.f407-discovery.3343969896" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:45 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.48way.546501865"
signature = "rusEFI master.2023.10.19.48way.546501865"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.48way.546501865" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.48way.546501865" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Battery Reference Input (A0)","TPS Reference Input (A1)","CLT Reference Input (A2)","IAT Reference Input (A3)","O2 Reference Input (A4)","INVALID","INVALID","INVALID","MAP Pressure Reference Input (B0)","BARO Pressure Reference Input (B1)","INVALID","INVALID","INVALID","INVALID","Fuel Pressure Reference Input (C4)","Oil Pressure Reference Input (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:37 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:41 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.alphax-2chan.339593300"
signature = "rusEFI master.2023.10.19.alphax-2chan.339593300"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.alphax-2chan.339593300" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.alphax-2chan.339593300" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:25 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:08 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.alphax-4chan.2894068398"
signature = "rusEFI master.2023.10.19.alphax-4chan.2894068398"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.alphax-4chan.2894068398" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.alphax-4chan.2894068398" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:28 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:12 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.alphax-4chan_f7.2894068398"
signature = "rusEFI master.2023.10.19.alphax-4chan_f7.2894068398"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.alphax-4chan_f7.2894068398" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.alphax-4chan_f7.2894068398" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:16 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.alphax-8chan-revA.1438360144"
signature = "rusEFI master.2023.10.19.alphax-8chan-revA.1438360144"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.alphax-8chan-revA.1438360144" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.alphax-8chan-revA.1438360144" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:27 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.alphax-8chan.1762919387"
signature = "rusEFI master.2023.10.19.alphax-8chan.1762919387"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.alphax-8chan.1762919387" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.alphax-8chan.1762919387" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:20 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.alphax-8chan_f7.1762919387"
signature = "rusEFI master.2023.10.19.alphax-8chan_f7.1762919387"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.alphax-8chan_f7.1762919387" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.alphax-8chan_f7.1762919387" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:37 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:23 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.atlas.2021820788"
signature = "rusEFI master.2023.10.19.atlas.2021820788"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.atlas.2021820788" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.atlas.2021820788" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:18 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:32 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.core8.1550807525"
signature = "rusEFI master.2023.10.19.core8.1550807525"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.core8.1550807525" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.core8.1550807525" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:35 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:37 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.cypress.1682472019"
signature = "rusEFI master.2023.10.19.cypress.1682472019"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.cypress.1682472019" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.cypress.1682472019" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:03 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.f407-discovery.3343969896"
signature = "rusEFI master.2023.10.19.f407-discovery.3343969896"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.f407-discovery.3343969896" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.f407-discovery.3343969896" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:39 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.f429-discovery.1682472019"
signature = "rusEFI master.2023.10.19.f429-discovery.1682472019"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.f429-discovery.1682472019" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.f429-discovery.1682472019" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:18 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.frankenso_na6.1176149145"
signature = "rusEFI master.2023.10.19.frankenso_na6.1176149145"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.frankenso_na6.1176149145" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.frankenso_na6.1176149145" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:49 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:55 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.harley81.3891666042"
signature = "rusEFI master.2023.10.19.harley81.3891666042"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.harley81.3891666042" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.harley81.3891666042" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:31 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen-112-17.3843713313"
signature = "rusEFI master.2023.10.19.hellen-112-17.3843713313"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen-112-17.3843713313" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen-112-17.3843713313" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","220 TPS Throttle Position 2","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:59 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen-gm-e67.3569011363"
signature = "rusEFI master.2023.10.19.hellen-gm-e67.3569011363"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen-gm-e67.3569011363" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen-gm-e67.3569011363" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:17 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:14 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen-honda-k.3181920880"
signature = "rusEFI master.2023.10.19.hellen-honda-k.3181920880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen-honda-k.3181920880" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen-honda-k.3181920880" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","INVALID","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:56 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:47 UTC 2023
pageSize = 24340
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen-nb1.193622340"
signature = "rusEFI master.2023.10.19.hellen-nb1.193622340"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen-nb1.193622340" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen-nb1.193622340" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:10 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen121nissan.4252932711"
signature = "rusEFI master.2023.10.19.hellen121nissan.4252932711"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen121nissan.4252932711" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen121nissan.4252932711" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:43 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen121vag.4030096272"
signature = "rusEFI master.2023.10.19.hellen121vag.4030096272"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen121vag.4030096272" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen121vag.4030096272" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:49 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:39 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen128.2879060793"
signature = "rusEFI master.2023.10.19.hellen128.2879060793"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen128.2879060793" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen128.2879060793" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:35 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen154hyundai.3037427433"
signature = "rusEFI master.2023.10.19.hellen154hyundai.3037427433"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen154hyundai.3037427433" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen154hyundai.3037427433" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:51 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen72.135035518"
signature = "rusEFI master.2023.10.19.hellen72.135035518"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen72.135035518" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen72.135035518" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:08 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:02 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen81.3105590844"
signature = "rusEFI master.2023.10.19.hellen81.3105590844"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen81.3105590844" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen81.3105590844" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:11 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:06 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellen88bmw.2322461079"
signature = "rusEFI master.2023.10.19.hellen88bmw.2322461079"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellen88bmw.2322461079" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellen88bmw.2322461079" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:55 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellenNA6.2403721335"
signature = "rusEFI master.2023.10.19.hellenNA6.2403721335"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellenNA6.2403721335" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellenNA6.2403721335" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:18 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.hellenNA8_96.3924095160"
signature = "rusEFI master.2023.10.19.hellenNA8_96.3924095160"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.hellenNA8_96.3924095160" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.hellenNA8_96.3924095160" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:23 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:22 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.kin.647609341"
signature = "rusEFI master.2023.10.19.kin.647609341"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.kin.647609341" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.kin.647609341" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:01 UTC 2023
pageSize = 22292
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.m74_9.2121490525"
signature = "rusEFI master.2023.10.19.m74_9.2121490525"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.m74_9.2121490525" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.m74_9.2121490525" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:45 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.mre_f4.1193645523"
signature = "rusEFI master.2023.10.19.mre_f4.1193645523"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.mre_f4.1193645523" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.mre_f4.1193645523" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:32 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:33 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.mre_f7.1193645523"
signature = "rusEFI master.2023.10.19.mre_f7.1193645523"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.mre_f7.1193645523" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.mre_f7.1193645523" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:30 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.nucleo_f429.1682472019"
signature = "rusEFI master.2023.10.19.nucleo_f429.1682472019"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.nucleo_f429.1682472019" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.nucleo_f429.1682472019" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:09 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:21 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.nucleo_f767.1682472019"
signature = "rusEFI master.2023.10.19.nucleo_f767.1682472019"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.nucleo_f767.1682472019" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.nucleo_f767.1682472019" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:25 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.nucleo_h743.1682472019"
signature = "rusEFI master.2023.10.19.nucleo_h743.1682472019"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.nucleo_h743.1682472019" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.nucleo_h743.1682472019" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:15 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:28 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.prometheus_405.1423749571"
signature = "rusEFI master.2023.10.19.prometheus_405.1423749571"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.prometheus_405.1423749571" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.prometheus_405.1423749571" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:03 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.prometheus_469.1423749571"
signature = "rusEFI master.2023.10.19.prometheus_469.1423749571"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.prometheus_469.1423749571" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.prometheus_469.1423749571" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:52 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:59 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.proteus_f4.1683718697"
signature = "rusEFI master.2023.10.19.proteus_f4.1683718697"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.proteus_f4.1683718697" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.proteus_f4.1683718697" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:01 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:10 UTC 2023
pageSize = 27668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.proteus_f7.1683718697"
signature = "rusEFI master.2023.10.19.proteus_f7.1683718697"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.proteus_f7.1683718697" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.proteus_f7.1683718697" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:06 UTC 2023
pageSize = 27668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.proteus_h7.1683718697"
signature = "rusEFI master.2023.10.19.proteus_h7.1683718697"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.proteus_h7.1683718697" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.proteus_h7.1683718697" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:14 UTC 2023
pageSize = 27668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.s105.1284367"
signature = "rusEFI master.2023.10.19.s105.1284367"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.s105.1284367" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.s105.1284367" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:48 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.small-can.103178091"
signature = "rusEFI master.2023.10.19.small-can.103178091"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.small-can.103178091" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.small-can.103178091" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:26 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.subaru_eg33_f7.1673902916"
signature = "rusEFI master.2023.10.19.subaru_eg33_f7.1673902916"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.subaru_eg33_f7.1673902916" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.subaru_eg33_f7.1673902916" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:32:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:43:04 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.t-b-g.1682472019"
signature = "rusEFI master.2023.10.19.t-b-g.1682472019"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.t-b-g.1682472019" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.t-b-g.1682472019" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:33:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:44:52 UTC 2023
pageSize = 23668
page = 1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.18.tdg-pdm8.4008071281"
signature = "rusEFI master.2023.10.19.tdg-pdm8.4008071281"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.18.tdg-pdm8.4008071281" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.19.tdg-pdm8.4008071281" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:35 UTC 2023
pageSize = 23668
page = 1

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 18 14:34:29 UTC 2023
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 00:45:45 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -74,6 +74,14 @@ public class Fields {
public static final int BENCH_FUEL_PUMP_DURATION = 3000;
public static final int BENCH_MAIN_RELAY_DURATION = 1000;
public static final int bench_mode_e_BENCH_AC_COMPRESSOR_RELAY = 6;
public static final int bench_mode_e_BENCH_AUXOUT0 = 20;
public static final int bench_mode_e_BENCH_AUXOUT1 = 21;
public static final int bench_mode_e_BENCH_AUXOUT2 = 22;
public static final int bench_mode_e_BENCH_AUXOUT3 = 23;
public static final int bench_mode_e_BENCH_AUXOUT4 = 24;
public static final int bench_mode_e_BENCH_AUXOUT5 = 25;
public static final int bench_mode_e_BENCH_AUXOUT6 = 26;
public static final int bench_mode_e_BENCH_AUXOUT7 = 27;
public static final int bench_mode_e_BENCH_CANCEL = 15;
public static final int bench_mode_e_BENCH_CHECK_ENGINE_LIGHT = 7;
public static final int bench_mode_e_BENCH_FAN_RELAY = 4;
@ -1261,7 +1269,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI master.2023.10.18.f407-discovery.3343969896";
public static final String TS_SIGNATURE = "rusEFI master.2023.10.19.f407-discovery.3343969896";
public static final char TS_SIMULATE_CAN = '>';
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';

View File

@ -25,4 +25,12 @@ public enum bench_mode_e {
BENCH_VVT1_VALVE,
BENCH_VVT2_VALVE,
BENCH_VVT3_VALVE,
BENCH_AUXOUT0,
BENCH_AUXOUT1,
BENCH_AUXOUT2,
BENCH_AUXOUT3,
BENCH_AUXOUT4,
BENCH_AUXOUT5,
BENCH_AUXOUT6,
BENCH_AUXOUT7,
}