only:alphax-4k-gdi
This commit is contained in:
rusefi 2024-11-13 13:31:16 -05:00
parent 6ea95188fe
commit c6adf99960
3 changed files with 10 additions and 1 deletions

View File

@ -110,6 +110,7 @@ pins:
- pin: 17A
function: ETB negative
type: etb
color: white
- pin: 18A
function: +12V from main relay
@ -163,7 +164,7 @@ pins:
- pin: 25A
function: ETB positive
type: etb
color: purple
color: blue
- pin: 26A

View File

@ -66,6 +66,7 @@ pins:
id: TLE9104_1_OUT_3
class: outputs
function: Fan 2
color: yellow
type: ls
ts_name: ___ Fan 2

View File

@ -132,6 +132,13 @@ void setGmSbc() {
}
void setGmLcv() {
#ifdef HW_HELLEN_4K_GDI
setTPS1Inputs(EFI_ADC_NONE, EFI_ADC_NONE);
engineConfiguration->sentInputPins[0] = Gpio::H144_IN_AUX2_DIGITAL;
engineConfiguration->starterControlPin = Gpio::TLE9104_0_OUT_1; // 3B Port injector 2
#endif
setInline4();
engineConfiguration->displacement = 2.5;
strcpy(engineConfiguration->engineMake, ENGINE_MAKE_GM);