auto-sync
This commit is contained in:
parent
c4d3bc64d2
commit
965639165a
|
@ -108,8 +108,8 @@ void setToyota_2jz_vics(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
boardConfiguration->triggerInputPins[0] = GPIOA_5; // crank sensor
|
boardConfiguration->triggerInputPins[0] = GPIOA_5; // crank sensor
|
||||||
boardConfiguration->triggerInputPins[1] = GPIO_UNASSIGNED; // cam sensor will he handled by custom vtti code
|
boardConfiguration->triggerInputPins[1] = GPIO_UNASSIGNED; // cam sensor will he handled by custom vtti code
|
||||||
|
|
||||||
// set_global_trigger_offset_angle 0
|
// set_global_trigger_offset_angle 155
|
||||||
engineConfiguration->globalTriggerAngleOffset = 0; // todo
|
engineConfiguration->globalTriggerAngleOffset = 155; // todo
|
||||||
|
|
||||||
engineConfiguration->ignitionMode = IM_WASTED_SPARK; // just for now
|
engineConfiguration->ignitionMode = IM_WASTED_SPARK; // just for now
|
||||||
engineConfiguration->injectionMode = IM_BATCH; // just for now
|
engineConfiguration->injectionMode = IM_BATCH; // just for now
|
||||||
|
|
Loading…
Reference in New Issue