Auto-generated configs and docs
This commit is contained in:
parent
ceb7d36358
commit
592502b9e1
|
@ -2,5 +2,5 @@
|
||||||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 240968663
|
#define SIGNATURE_HASH 2464573989
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.08.12.alphax-2chan.240968663"
|
#define TS_SIGNATURE "rusEFI master.2023.08.12.alphax-2chan.2464573989"
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.08.12.alphax-2chan.240968663"
|
signature = "rusEFI master.2023.08.12.alphax-2chan.2464573989"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.08.12.alphax-2chan.240968663" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.08.12.alphax-2chan.2464573989" ; 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
|
; 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
|
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","INVALID","INVALID","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT"
|
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","INVALID","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Aug 12 22:08:30 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Aug 12 22:42:36 UTC 2023
|
||||||
|
|
||||||
pageSize = 23468
|
pageSize = 23468
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -8175,6 +8175,8 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
dialog = engineTypeDialog, "Popular vehicles"
|
dialog = engineTypeDialog, "Popular vehicles"
|
||||||
field = "!These buttons send a command to rusEFI controller to apply preset values"
|
field = "!These buttons send a command to rusEFI controller to apply preset values"
|
||||||
field = "!Once you send the command, please reconnect to rusEFI controller in order to read fresh values"
|
field = "!Once you send the command, please reconnect to rusEFI controller in order to read fresh values"
|
||||||
|
commandButton = "Frankenso Miata NA6 Stage 1", cmd_set_engine_type_Frankenso_Miata_NA6_MAP
|
||||||
|
commandButton = "Frankenso Miata NB2 MAP", cmd_set_engine_type_Frankenso_Miata_NB2
|
||||||
|
|
||||||
commandButton = "Mitsubishi 3A92", cmd_set_engine_type_MITSUBISHI_3A92
|
commandButton = "Mitsubishi 3A92", cmd_set_engine_type_MITSUBISHI_3A92
|
||||||
commandButton = "Mitsubishi 4G93", cmd_set_engine_type_MITSUBISHI_4G93
|
commandButton = "Mitsubishi 4G93", cmd_set_engine_type_MITSUBISHI_4G93
|
||||||
|
@ -8190,6 +8192,8 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
commandButton = "ETB test bench", cmd_set_engine_type_etb_test
|
||||||
|
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
|
||||||
commandButton = "Reset firmware settings", cmd_set_engine_type_default
|
commandButton = "Reset firmware settings", cmd_set_engine_type_default
|
||||||
|
|
||||||
; Board->ECU stimulator
|
; Board->ECU stimulator
|
||||||
|
|
Loading…
Reference in New Issue