auto-sync

This commit is contained in:
rusEfi 2016-07-15 20:01:35 -04:00
parent c4d3bc64d2
commit 965639165a
1 changed files with 2 additions and 2 deletions

View File

@ -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