K trigger
This commit is contained in:
parent
bec8ac851f
commit
c0ad9ec341
|
@ -71,9 +71,10 @@ void setBoardConfigOverrides() {
|
|||
engineConfiguration->clt.config.bias_resistor = 4700;
|
||||
engineConfiguration->iat.config.bias_resistor = 4700;
|
||||
|
||||
engineConfiguration->triggerInputPins[0] = H144_IN_CRANK;
|
||||
engineConfiguration->camInputs[0] = H144_IN_D_1;
|
||||
engineConfiguration->camInputs[1] = H144_IN_CAM;
|
||||
engineConfiguration->triggerInputPins[0] = H144_IN_RES1;
|
||||
engineConfiguration->camInputs[0] = H144_IN_RES3;
|
||||
// ex or in?
|
||||
engineConfiguration->camInputs[1] = H144_IN_RES2;
|
||||
|
||||
|
||||
// //ETB1
|
||||
|
|
|
@ -27,4 +27,5 @@
|
|||
#define show_Frankenso_presets false
|
||||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_Hellen_hyundai_154 true
|
||||
#define show_Hellen_hyundai_154 false
|
||||
|
||||
|
|
Loading…
Reference in New Issue