Auto-generated configs and docs
This commit is contained in:
parent
c9092813fb
commit
f01d1ddf16
|
@ -12,6 +12,7 @@ Gpio GENERATED_OUTPUTS = {
|
|||
Gpio::H144_OUT_IO3, // Main Relay K64
|
||||
Gpio::H144_OUT_IO9, // Fuel Pump K70
|
||||
Gpio::H144_OUT_IO10, // K87 AC Relay
|
||||
Gpio::H144_OUT_PWM8, // MIL
|
||||
Gpio::B7, // X2 AuxLS3
|
||||
Gpio::D14, // X3 AuxLS2
|
||||
Gpio::F14, // X8 AuxLS1
|
||||
|
@ -24,7 +25,6 @@ Gpio GENERATED_OUTPUTS = {
|
|||
Gpio::H144_LS_6, // VVT2
|
||||
Gpio::H144_OUT_PWM7, // Tacho
|
||||
Gpio::H144_OUT_IO8, // Fan Relay HI
|
||||
Gpio::H144_OUT_PWM8, // MIL
|
||||
Gpio::H144_IGN_4, // Coil 4
|
||||
Gpio::H144_IGN_2, // Coil 2
|
||||
Gpio::H144_IGN_1, // Coil 1
|
||||
|
@ -36,6 +36,7 @@ Gpio GENERATED_OUTPUTS = {
|
|||
// "Main Relay K64",
|
||||
// "Fuel Pump K70",
|
||||
// "K87 AC Relay",
|
||||
// "MIL",
|
||||
// "X2 AuxLS3",
|
||||
// "X3 AuxLS2",
|
||||
// "X8 AuxLS1",
|
||||
|
@ -48,7 +49,6 @@ Gpio GENERATED_OUTPUTS = {
|
|||
// "VVT2",
|
||||
// "Tacho",
|
||||
// "Fan Relay HI",
|
||||
// "MIL",
|
||||
// "Coil 4",
|
||||
// "Coil 2",
|
||||
// "Coil 1",
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1329352889
|
||||
#define TS_SIGNATURE "rusEFI master.2023.12.05.hellen154hyundai.1329352889"
|
||||
#define SIGNATURE_HASH 4182152197
|
||||
#define TS_SIGNATURE "rusEFI master.2023.12.05.hellen154hyundai.4182152197"
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2023.12.05.hellen154hyundai.1329352889"
|
||||
signature = "rusEFI master.2023.12.05.hellen154hyundai.4182152197"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2023.12.05.hellen154hyundai.1329352889" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2023.12.05.hellen154hyundai.4182152197" ; 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 Tue Dec 05 19:24:45 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 05 21:22:01 UTC 2023
|
||||
|
||||
pageSize = 23880
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue