Epic: daily drive Nissan #4865
This commit is contained in:
parent
27f4a0238d
commit
064bce7696
|
@ -105,6 +105,7 @@ jobs:
|
|||
- build-target: hellen-gm-e67
|
||||
folder: hellen/hellen-gm-e67
|
||||
ini-file: rusefi_hellen-gm-e67.ini
|
||||
skip-rate: 90
|
||||
|
||||
- build-target: hellenNA8_96
|
||||
folder: hellen/hellenNA8_96
|
||||
|
@ -132,6 +133,7 @@ jobs:
|
|||
- build-target: hellen154hyundai
|
||||
folder: hellen/hellen154hyundai
|
||||
ini-file: rusefi_hellen154hyundai.ini
|
||||
skip-rate: 90
|
||||
|
||||
- build-target: cypress
|
||||
folder: cypress
|
||||
|
|
|
@ -152,7 +152,8 @@ void setBoardDefaultConfiguration() {
|
|||
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS; // IM_WASTED_SPARK
|
||||
engineConfiguration->injectionMode = IM_SEQUENTIAL;
|
||||
|
||||
engineConfiguration->luaOutputPins[0] = Gpio::G5; // 104 ETB Relay
|
||||
engineConfiguration->luaOutputPins[0] = H144_OUT_IO4; // 104 ETB Relay
|
||||
engineConfiguration->luaOutputPins[1] = H144_OUT_PWM2; // aux LS1, upstream oxygen heaters
|
||||
|
||||
setPPSCalibration(0.75, 4.45, 0.43, 2.20);
|
||||
|
||||
|
|
|
@ -1,4 +1,25 @@
|
|||
pins:
|
||||
- pin: aux_ls1
|
||||
class: outputs
|
||||
# H144_OUT_PWM2
|
||||
id: C6
|
||||
ts_name: Aux Low 1
|
||||
function: Aux Low 1
|
||||
|
||||
- pin: aux_ls2
|
||||
class: outputs
|
||||
# H144_OUT_PWM3
|
||||
id: C7
|
||||
ts_name: Aux Low 2
|
||||
function: Aux Low 2
|
||||
|
||||
- pin: aux_ls3
|
||||
class: outputs
|
||||
# H144_OUT_PWM4
|
||||
id: C8
|
||||
ts_name: Aux Low 3
|
||||
function: Aux Low 3
|
||||
|
||||
- pin: 1a
|
||||
function: GND
|
||||
type: GND
|
||||
|
|
Loading…
Reference in New Issue