parent
6ea95188fe
commit
c6adf99960
|
@ -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
|
||||
|
|
|
@ -66,6 +66,7 @@ pins:
|
|||
id: TLE9104_1_OUT_3
|
||||
class: outputs
|
||||
function: Fan 2
|
||||
color: yellow
|
||||
type: ls
|
||||
ts_name: ___ Fan 2
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue