auto-sync
This commit is contained in:
parent
53c6f1f4c8
commit
9ecab2b9cd
|
@ -544,6 +544,9 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
|||
engineConfiguration->fsioInputModes[i] = PI_DEFAULT;
|
||||
}
|
||||
|
||||
engineConfiguration->communicationPin = GPIOD_15;
|
||||
engineConfiguration->runningPin = GPIOD_12;
|
||||
|
||||
boardConfiguration->triggerSimulatorPins[0] = GPIOD_1;
|
||||
boardConfiguration->triggerSimulatorPins[1] = GPIOD_2;
|
||||
boardConfiguration->triggerSimulatorPins[2] = GPIO_UNASSIGNED;
|
||||
|
|
|
@ -1399,6 +1399,8 @@ fileVersion = { 20150625 }
|
|||
field = "Injection", isInjectionEnabled
|
||||
field = "Ignition", isIgnitionEnabled
|
||||
field = "Global fuel correction", globalFuelCorrection
|
||||
field = "comm status pin", communicationPin
|
||||
field = "running status", runningPin
|
||||
|
||||
; Tuning->Cranking
|
||||
dialog = cranking, "Cranking"
|
||||
|
|
Loading…
Reference in New Issue