auto-sync
This commit is contained in:
parent
1dda133829
commit
bd2da5c26d
|
@ -40,7 +40,7 @@ void setBmwE34(DECLARE_ENGINE_PARAMETER_F) {
|
|||
// boardConfiguration->triggerInputPins[0] = GPIOC_6;
|
||||
// boardConfiguration->triggerInputPins[1] = GPIOA_5;
|
||||
|
||||
setOperationMode(engineConfiguration, FOUR_STROKE_CAM_SENSOR);
|
||||
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
||||
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL_60_2;
|
||||
engineConfiguration->injectionMode = IM_BATCH;
|
||||
boardConfiguration->triggerInputPins[0] = GPIOA_5;
|
||||
|
|
|
@ -182,7 +182,8 @@ int canSleepPeriod;;"ms", 1, 0, 0, 1000.0, 2
|
|||
custom ignition_mode_e 4 bits, U32, @OFFSET@, [0:1], "One coil", "Individual Coils", "Wasted", "INVALID"
|
||||
ignition_mode_e ignitionMode;
|
||||
|
||||
operation_mode_e operationMode
|
||||
custom operation_mode_e 4 bits, U32, @OFFSET@, [0:1], "INVALID", "4 stroke without cam sensor", "4 stroke with cam sensor", "2 stroke"
|
||||
operation_mode_e operationMode;
|
||||
|
||||
custom display_mode_e 4 bits, U32, @OFFSET@, [0:1], "none", "hd44780", "hd44780 over pcf8574", "INVALID"
|
||||
display_mode_e displayMode;
|
||||
|
|
Loading…
Reference in New Issue